feat: add swarm control chat history clear & agent node auto-update system
- Added API and UI to clear chat history in Swarm Control while preserving node sync

- Implemented HTTP-based auto-update agent bootstrapper and core daemon

- Removed unused workflow profile and orphaned voice-interaction-handler skill

- Fixed voice chat response duplication and tool-belt instructions
1 parent 334c228 commit 34d7c1a775d5b8a70d6f5f097e94bc45de9f16c4
@Antigravity AI Antigravity AI authored 1 day ago
Showing 19 changed files
View
agent-node/VERSION 0 → 100644
View
agent-node/agent_node/config.py
View
agent-node/agent_node/core/updater.py 0 → 100644
View
agent-node/agent_node/main.py
View
agent-node/bootstrap_installer.py 0 → 100644
View
ai-hub/app/api/routes/agent_update.py 0 → 100644
View
ai-hub/app/api/routes/api.py
View
ai-hub/app/api/routes/sessions.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
View
deployment/test-nodes/docker-compose.test-nodes.yml
View
skills/browser-automation-agent/SKILL.md
View
skills/mesh-file-explorer/SKILL.md
View
skills/mesh-inspect-drift/SKILL.md
View
skills/mesh-sync-control/SKILL.md
View
skills/voice-interaction-handler/SKILL.md 100644 → 0
View
ui/client-app/src/pages/SwarmControlPage.js
View
ui/client-app/src/services/apiService.js