fix(orchestration): resolve skill hallucination, brace crashes, and silent turns in swarm control
- Implemented strictly-worded 'Tool-belt' in system prompt to prevent hallucinating external skills.
- Replaced fragile .format() with robust .replace() for system prompts to prevent crashes on curly braces.
- Optimized TTS streaming: increased concurrency and reduced chunk sizes to eliminate mid-sentence pauses.
- Fixed 'silent turn' bug in Swarm Control by ensuring fallback content is yielded even if AI only produces reasoning/tools.
- Improved history formatting to handle assistant turns mapping to tool calls without main content.
- Corrected Gemini model fallback to gemini-1.5-flash.
1 parent 607418a commit 8838c32fc74c2fbbdeb1b874ab1cb5d10733dd00
@Antigravity AI Antigravity AI authored 3 days ago
Showing 34 changed files
View
agent-node/agent_node/skills/browser.py 100644 โ†’ 0
View
agent-node/agent_node/skills/file.py 100644 โ†’ 0
View
agent-node/agent_node/skills/manager.py
View
agent-node/agent_node/skills/shell.py 100644 โ†’ 0
View
ai-hub/app/api/routes/tts.py
View
ai-hub/app/api/schemas.py
View
ai-hub/app/config.py
View
ai-hub/app/core/orchestration/architect.py
View
ai-hub/app/core/orchestration/memory.py
View
ai-hub/app/core/orchestration/profiles.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/stream.py
View
ai-hub/app/core/services/rag.py
View
ai-hub/app/core/services/sub_agent.py
View
ai-hub/app/core/services/tool.py
View
ai-hub/app/core/skills/bootstrap.py
View
ai-hub/app/core/skills/definitions.py
View
ai-hub/app/core/skills/loader.py 0 โ†’ 100644
View
ai-hub/app/db/migrate.py
View
ai-hub/app/db/models.py
View
docker-compose.test-nodes.yml
View
docker-compose.yml
View
skills/browser-automation-agent/SKILL.md 0 โ†’ 100644
View
skills/browser-automation-agent/logic.py 0 โ†’ 100644
View
skills/mesh-file-explorer/SKILL.md 0 โ†’ 100644
View
skills/mesh-file-explorer/logic.py 0 โ†’ 100644
View
skills/mesh-inspect-drift/SKILL.md 0 โ†’ 100644
View
skills/mesh-sync-control/SKILL.md 0 โ†’ 100644
View
skills/mesh-terminal-control/SKILL.md 0 โ†’ 100644
View
skills/mesh-terminal-control/logic.py 0 โ†’ 100644
View
skills/mesh-wait-tasks/SKILL.md 0 โ†’ 100644
View
skills/voice-interaction-handler/SKILL.md 0 โ†’ 100644
View
ui/client-app/src/hooks/useVoiceChat.js
View
ui/client-app/src/index.css
View
ui/client-app/src/pages/SkillsPage.js