|
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 |
|---|
|
|
| ai-hub/app/api/routes/agents.py |
|---|
| ai-hub/app/api/schemas.py |
|---|
| ai-hub/app/core/grpc/services/assistant.py |
|---|
| ai-hub/app/core/orchestration/memory.py |
|---|
| ai-hub/app/core/services/node_registry.py |
|---|
| ai-hub/app/core/services/rag.py |
|---|
| ai-hub/app/core/services/tool.py |
|---|
| ai-hub/app/core/tools/definitions/mesh_file_explorer.py |
|---|
| ai-hub/app/db/models/agent.py |
|---|
| ai-hub/docs/api_reference/agent-nodes.md |
|---|
| ai-hub/docs/api_reference/agent-update.md |
|---|
| ai-hub/docs/api_reference/agents.md |
|---|
| ai-hub/docs/api_reference/documents.md |
|---|
| ai-hub/docs/api_reference/general.md |
|---|
| ai-hub/docs/api_reference/index.md |
|---|
| ai-hub/docs/api_reference/models.md |
|---|
| ai-hub/docs/api_reference/sessions.md |
|---|
| ai-hub/docs/api_reference/skills.md |
|---|
| ai-hub/docs/api_reference/stt.md |
|---|
| ai-hub/docs/api_reference/tts.md |
|---|
| ai-hub/docs/api_reference/users.md |
|---|
| ai-hub/integration_tests/test_agents.py |
|---|
| ai-hub/integration_tests/test_file_sync.py |
|---|
| ai-hub/integration_tests/test_tools.py 0 → 100644 |
|---|
| frontend/src/features/agents/components/AgentDrillDown.js |
|---|
| frontend/src/features/agents/components/AgentHarnessPage.js |
|---|
| run_integration_tests.sh |
|---|
| skills/mesh-file-explorer/SKILL.md |
|---|