https://github.com/agntcy/agentic-apps
Agentic Applications built using IoA components
https://github.com/agntcy/agentic-apps
a2a adk dir mas slim
Last synced: 5 months ago
JSON representation
Agentic Applications built using IoA components
- Host: GitHub
- URL: https://github.com/agntcy/agentic-apps
- Owner: agntcy
- License: apache-2.0
- Created: 2025-03-04T17:33:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-14T16:44:47.000Z (5 months ago)
- Last Synced: 2026-01-14T19:15:59.157Z (5 months ago)
- Topics: a2a, adk, dir, mas, slim
- Language: Python
- Homepage:
- Size: 37.2 MB
- Stars: 77
- Watchers: 6
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Agentic Apps Monorepo
[](https://codecov.io/gh/agntcy/agentic-apps)
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/`](tourist_scheduling_system/README.md) | 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/README.md) | Network-of-assistants stack (moderator, math, file, web, user proxy) | FastAPI, Docker, A2A SDK |
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.