Commit Graph

3 Commits

Author SHA1 Message Date
João Pedro Toledo Goncalves 3a967f4fe6 feat: Integrate Neo4j for enhanced relationship mapping in memory system
- Added Neo4j service to docker-compose for relationship graph management.
- Updated requirements.txt to include Neo4j dependency.
- Enhanced MemoryWrapper to support hybrid search using vector and graph data.
- Introduced optional parameters for relationship extraction in memory save and search tools.
- Updated README.md to reflect new hybrid memory capabilities and Neo4j configuration.
2026-01-08 20:44:28 -03:00
João Pedro Toledo Goncalves 5c04f26907 docs: Traduzir documentação para português brasileiro
- README.md traduzido para PT-BR
- docs/AGENT_CATALOG.md traduzido para PT-BR
- docs/AI_AGENT_PROTOCOL.md traduzido para PT-BR
- docs/API_REFERENCE.md traduzido para PT-BR
- docs/DEVELOPER_GUIDE.md traduzido para PT-BR
- docs/TROUBLESHOOTING.md traduzido para PT-BR
2026-01-07 21:28:10 -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