fullstack-architecture

Installation
SKILL.md

Full-Stack Multi-Agent Architecture

Directory layout

backend/
├── app/
│   ├── main.py       # FastAPI app — REST endpoints + WebSocket handler
│   ├── agents.py     # AG2 agent team definition and run_team() entry point
│   └── schemas.py    # Pydantic models shared between endpoints and agents
└── tests/
    └── test_api.py
Installs
1
GitHub Stars
5
First Seen
4 days ago
fullstack-architecture — ag2ai/resource-hub