|
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. |
|---|
|
|
| agent-node/agent_node/skills/browser.py 100644 โ 0 |
|---|
| agent-node/agent_node/skills/file.py 100644 โ 0 |
|---|
| agent-node/agent_node/skills/manager.py |
|---|
| agent-node/agent_node/skills/shell.py 100644 โ 0 |
|---|
| ai-hub/app/api/routes/tts.py |
|---|
| ai-hub/app/api/schemas.py |
|---|
| ai-hub/app/config.py |
|---|
| ai-hub/app/core/orchestration/architect.py |
|---|
| ai-hub/app/core/orchestration/memory.py |
|---|
| ai-hub/app/core/orchestration/profiles.py 0 โ 100644 |
|---|
| ai-hub/app/core/orchestration/stream.py |
|---|
| ai-hub/app/core/services/rag.py |
|---|
| ai-hub/app/core/services/sub_agent.py |
|---|
| ai-hub/app/core/services/tool.py |
|---|
| ai-hub/app/core/skills/bootstrap.py |
|---|
| ai-hub/app/core/skills/definitions.py |
|---|
| ai-hub/app/core/skills/loader.py 0 โ 100644 |
|---|
| ai-hub/app/db/migrate.py |
|---|
| ai-hub/app/db/models.py |
|---|
| docker-compose.test-nodes.yml |
|---|
| docker-compose.yml |
|---|
| skills/browser-automation-agent/SKILL.md 0 โ 100644 |
|---|
| skills/browser-automation-agent/logic.py 0 โ 100644 |
|---|
| skills/mesh-file-explorer/SKILL.md 0 โ 100644 |
|---|
| skills/mesh-file-explorer/logic.py 0 โ 100644 |
|---|
| skills/mesh-inspect-drift/SKILL.md 0 โ 100644 |
|---|
| skills/mesh-sync-control/SKILL.md 0 โ 100644 |
|---|
| skills/mesh-terminal-control/SKILL.md 0 โ 100644 |
|---|
| skills/mesh-terminal-control/logic.py 0 โ 100644 |
|---|
| skills/mesh-wait-tasks/SKILL.md 0 โ 100644 |
|---|
| skills/voice-interaction-handler/SKILL.md 0 โ 100644 |
|---|
| ui/client-app/src/hooks/useVoiceChat.js |
|---|
| ui/client-app/src/index.css |
|---|
| ui/client-app/src/pages/SkillsPage.js |
|---|