Commit Graph

2 Commits

Author SHA1 Message Date
João Pedro Toledo Goncalves 8add0e08c4 docs: Add comprehensive developer documentation
- DEVELOPER_GUIDE.md: Architecture, how to add agents/crews/tools
- AGENT_CATALOG.md: All 26 agents with roles and crew assignments
- API_REFERENCE.md: Code reference for all modules and tools
- TROUBLESHOOTING.md: Common issues and solutions
- AI_AGENT_PROTOCOL.md: Mandatory protocol for AI agents
2026-01-07 21:17:00 -03:00
João Pedro Toledo Goncalves 2636c71ac9 feat: Initial commit - Antigravity Brain v1.0
- 26 specialized AI agents with unique personas
- CrewAI multi-agent orchestration
- Chainlit web interface
- Mem0 + Qdrant shared memory with rate limiting
- Smart routing to appropriate crews
- Multi-provider LLM support (Gemini, OpenAI, Ollama)
- Docker Compose deployment ready
2026-01-07 20:57:25 -03:00