feat(agents): full implementation of harness engineering and file sync fixes
- Implemented Area 1: Backend scaffolding, CRUD, schemas, and session locking
- Implemented Area 2: Agent execution loop, RAG integration, and Circuit Breaker
- Updated UI: Configure CRON triggers, Target Mesh nodes, and display system prompt in Agent Drilldown
- Fixed LLM fallback resolving vertex_ai_beta
- Fixed File System Sync pseudo-nodes (hub, local) raising 'Offline'
- Fixed FileSystemNavigator initialPath bug causing synced files not to render in UI Mesh Workspace
1 parent 1b51f4f commit 5516477bfd7b2ffd1445e6bc301a5a829840de46
@Antigravity AI Antigravity AI authored 1 day ago
Showing 28 changed files
View
ai-hub/app/api/routes/agents.py
View
ai-hub/app/api/schemas.py
View
ai-hub/app/core/grpc/services/assistant.py
View
ai-hub/app/core/orchestration/memory.py
View
ai-hub/app/core/services/node_registry.py
View
ai-hub/app/core/services/rag.py
View
ai-hub/app/core/services/tool.py
View
ai-hub/app/core/tools/definitions/mesh_file_explorer.py
View
ai-hub/app/db/models/agent.py
View
ai-hub/docs/api_reference/agent-nodes.md
View
ai-hub/docs/api_reference/agent-update.md
View
ai-hub/docs/api_reference/agents.md
View
ai-hub/docs/api_reference/documents.md
View
ai-hub/docs/api_reference/general.md
View
ai-hub/docs/api_reference/index.md
View
ai-hub/docs/api_reference/models.md
View
ai-hub/docs/api_reference/sessions.md
View
ai-hub/docs/api_reference/skills.md
View
ai-hub/docs/api_reference/stt.md
View
ai-hub/docs/api_reference/tts.md
View
ai-hub/docs/api_reference/users.md
View
ai-hub/integration_tests/test_agents.py
View
ai-hub/integration_tests/test_file_sync.py
View
ai-hub/integration_tests/test_tools.py 0 → 100644
View
frontend/src/features/agents/components/AgentDrillDown.js
View
frontend/src/features/agents/components/AgentHarnessPage.js
View
run_integration_tests.sh
View
skills/mesh-file-explorer/SKILL.md