Initial commit: Agentic OS troubleshooting platform
Self-hosted, Docker-based agentic troubleshooting platform: FastAPI backend + LangGraph agent, Next.js UI, tiered LLM routing (local Ollama -> Gemini -> DeepSeek -> OpenRouter), MCP server manager, encrypted device credentials, RBAC, audit log, project-memory + Obsidian integrations, and editable troubleshooting decision rules tuned for the GeneseasX vessel stack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
3
backend/app/agent/__init__.py
Normal file
3
backend/app/agent/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.agent.graph import run_task_agent
|
||||
|
||||
__all__ = ["run_task_agent"]
|
||||
Reference in New Issue
Block a user