You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**LLM Providers** - OpenAI, Anthropic, Google Gemini
564
-
-**Python-Arango** - Database driver
565
-
-**Click** - CLI interface
560
+
**AI & Agent Layer**
561
+
562
+
| Layer | Technology | Role |
563
+
|-------|-----------|------|
564
+
|**Agent Orchestration**|[LangGraph](https://github.com/langchain-ai/langgraph)| Stateful multi-agent supervisor graph — coordinates 6 specialized agents with conditional routing, self-healing, and parallel execution |
565
+
|**LLM Providers**| OpenAI / Anthropic / Gemini | Inference at every pipeline step (schema analysis, use-case generation, report synthesis) |
566
+
|**Tool Protocol**|[MCP (Model Context Protocol)](https://modelcontextprotocol.io)| Exposes the platform as callable tools to any MCP-compatible AI host (Claude Desktop, Cursor, etc.) |
567
+
568
+
**Infrastructure Layer**
569
+
570
+
| Layer | Technology | Role |
571
+
|-------|-----------|------|
572
+
|**Graph Database**| ArangoDB | Stores the business graph and analytics catalog |
573
+
|**Graph Analytics Engine**| ArangoDB GAE | Executes algorithms (PageRank, WCC, SCC, Label Propagation, Betweenness) on the cluster |
0 commit comments