refactor: remove dspy dependency and migrate to orchestration modules
1 parent 114c89e commit 607418a7d2ac49f182aa84f42a87404d6806532c
@Antigravity AI Antigravity AI authored 4 days ago
Showing 28 changed files
View
ai-hub/app/api/routes/sessions.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/orchestration/__init__.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/architect.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/body.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/guards.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/memory.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/stream.py 0 โ†’ 100644
View
ai-hub/app/core/orchestration/validator.py 0 โ†’ 100644
View
ai-hub/app/core/pipelines/__init__.py 100644 โ†’ 0
View
ai-hub/app/core/pipelines/rag_pipeline.py 100644 โ†’ 0
View
ai-hub/app/core/pipelines/utils.py 100644 โ†’ 0
View
ai-hub/app/core/pipelines/validator.py 100644 โ†’ 0
View
ai-hub/app/core/services/node_registry.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
ai-hub/app/db/migrate.py
View
ai-hub/app/db/models.py
View
docker-compose.test-nodes.yml
View
ui/client-app/src/components/ChatArea.js
View
ui/client-app/src/components/ChatWindow.js
View
ui/client-app/src/components/MultiNodeConsole.js
View
ui/client-app/src/hooks/useSwarmControl.js
View
ui/client-app/src/pages/SwarmControlPage.js
View
ui/client-app/src/services/apiService.js