import React from "react"; import Link from "next/link"; import HeroComposition from "./_components/HeroComposition"; import { ProjectPageView } from "./_components/ProjectPageView"; import { getStatsSummary, getResearchAreaNames, getResearchProjects } from "../lib/api"; export const dynamic = "force-dynamic"; const INTERNATIONAL_SDOS = [ "IEC TC100: Multimedia Systems and Equipment", "ISO/IEC JTC1/SC41: Internet-of-Things (IoT) Applications", "ITU-T SG20: IoT Services", "ITU-T SG13: Mobility Management", "ISO/IEC JTC1/SC6: Reliable Multicasting", ]; export default async function HomePage() { const stats = (await getStatsSummary()) ?? { intlPubsCount: 0, patentCount: 0, stdDocsCount: 0, }; const researchAreas = (await getResearchAreaNames()) ?? []; const researchProjects = (await getResearchProjects()) ?? []; return (
The AI Agent Networking Laboratory (ANL) studies agent networking technologies and standard frameworks that enable AI agents to communicate and collaborate with one another for multi-agent orchestration.
{/* Metrics Row (Derived from real content data) */}{researchAreas.length} fundamental networking protocols and AI system domains
Along with the research activities, we are also in pursuit of the International Standardization, from the market deployment perspective, in the following SDOs (Standard-Defining Organizations):