Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.29 KB

File metadata and controls

24 lines (14 loc) · 1.29 KB

Agentic Apps Monorepo

codecov

Collection of experimental and reference agent applications built on the A2A protocol and SDK. Each subfolder is a self-contained agent system or demo (some with autonomous LLM behavior, real-time dashboards, or network orchestration).

Contents

Project Description Key Tech
tourist_scheduling_system/ Multi-agent tourist scheduling with scheduler, UI dashboard, and autonomous guide/tourist agents A2A SDK, Google ADK, SLIM, FastAPI, WebSockets, OpenTelemetry
network_of_assistants/ Network-of-assistants stack (moderator, math, file, web, user proxy) FastAPI, Docker, A2A SDK
agntcity/ Multi-agent news app that scrapes Moltbook agent conversations, summarizes stories, and serves a daily digest UI FastAPI, LangGraph, A2A SDK, NATS, React/Vite, MCP

See each project's README for installation, configuration, and usage instructions.

License

Apache License 2.0 (see LICENSE).

Contributing

See CONTRIBUTING.md for guidelines; feel free to open issues or PRs for new agent demos.