feat: enhance swarm terminal UI and AI command execution
- Implement resizable terminal height in Swarm Control page
- Improve AI command execution with better status tracking and output streaming
- Add documentation for Swarm architecture analysis and AI file sync integration
- Fix terminal scrolling to follow latest output
1 parent 7bd7b5b commit 114c89eb79b05c0548902dfea72d3f573b159ed0
@Antigravity AI Antigravity AI authored 5 days ago
Showing 20 changed files
View
agent-node/Dockerfile
View
agent-node/agent_node/node.py
View
agent-node/agent_node/skills/shell.py
View
ai-hub/app/core/grpc/core/journal.py
View
ai-hub/app/core/grpc/services/assistant.py
View
ai-hub/app/core/grpc/services/grpc_server.py
View
ai-hub/app/core/pipelines/rag_pipeline.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/definitions.py
View
deploy_prod.sh
View
docs/architecture/ai_file_sync_integration.md 0 → 100644
View
docs/architecture/cortex_project_todo.md
View
docs/swarm_architecture_analysis.md 0 → 100644
View
ui/client-app/src/components/ChatArea.js
View
ui/client-app/src/components/ChatWindow.css
View
ui/client-app/src/components/ChatWindow.js
View
ui/client-app/src/components/MultiNodeConsole.js
View
ui/client-app/src/pages/SwarmControlPage.js