Commit Graph

7 Commits

Author SHA1 Message Date
João Pedro Toledo Goncalves 41b9f1f1d3 feat: Update welcome messages and user prompts to Portuguese
- Revised welcome message to be more natural and emoji-free.
- Translated session reset and routing messages to Portuguese.
- Enhanced loading indicators and execution messages for better user experience.
- Updated chainlit.md to provide a comprehensive overview of available agents and usage instructions in Portuguese.
2026-01-08 20:44:55 -03:00
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 b75f73f46a feat: Adiciona arquivo GEMINI.md com a persona e instruções para o assistente de IA. 2026-01-07 21:49:43 -03:00
João Pedro Toledo Goncalves fa7928a749 feat: Adiciona a configuração inicial da persona e diretrizes do assistente Gemini. 2026-01-07 21:28:41 -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 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