From fb1e6a6d6ea92a35c0a989f4a16dd595e86fbf9d Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Mon, 13 Apr 2026 16:11:00 +0530 Subject: [PATCH] docs(readme): revise tools grid with accurate popular integrations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AI tools grid (removed Gemini CLI, Codex CLI; added VS Code, GitHub Copilot, Continue, Amazon Q, Zed โ€” all confirmed MCP-supporting tools with significant user bases in 2026): Row 1: Claude Code, Cursor, Windsurf, Claude Desktop, VS Code, GitHub Copilot, Cline, Roo Code Row 2: Continue, Goose, Kilo Code, Aider, Amazon Q, Zed, Claude SDK, Any agent REST API Agentic frameworks grid (added LangGraph and OpenAI Agents SDK, expanded to 8 entries): Agno, LangChain, LangGraph, LlamaIndex, AutoGen, CrewAI, OpenAI Agents SDK, Google ADK Co-Authored-By: Claude Sonnet 4.6 --- README.md | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 143 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 237cfad5..a03faaac 100644 --- a/README.md +++ b/README.md @@ -53,17 +53,106 @@ pip install semantica --- -## Plugins (Claude, Cursor, Codex) +## ๐Ÿ”Œ Works With Every AI Tool -Semantica includes a cross-platform plugin bundle under `plugins/` for community use: +Semantica connects to the tools you already use โ€” via MCP server, REST API, or native plugin bundles. -- 17 domain skills (context graphs, decision intelligence, explainability, reasoning, provenance, ontology, temporal, visualization) -- Specialized agents (`decision-advisor`, `explainability`, `kg-assistant`) -- Hook configuration and platform-specific manifests for Claude, Cursor, and Codex + + + + + + + + + + + + + + + + + + + + + +
+Claude Code
+Claude Code
+12 hooks + MCP + skills +
+Cursor
+Cursor
+MCP server +
+Windsurf
+Windsurf
+MCP server +
+Claude Desktop
+Claude Desktop
+MCP server +
+VS Code
+VS Code
+MCP server +
+GitHub Copilot
+GitHub Copilot
+MCP server +
+Cline
+Cline
+MCP server +
+Roo Code
+Roo Code
+MCP server +
+Continue
+Continue
+MCP server +
+Goose
+Goose
+MCP server +
+Kilo Code
+Kilo Code
+MCP server +
+Aider
+Aider
+REST API +
+Amazon Q
+Amazon Q
+MCP server +
+Zed
+Zed
+MCP server +
+Claude SDK
+Claude SDK
+AgentSDKProvider +
+REST API
+Any agent
+REST API +
-See the community setup guide: +### Plugin Bundles -- [`plugins/.claude-plugin/README.md`](plugins/.claude-plugin/README.md) +Semantica ships a cross-platform plugin bundle under `plugins/` with deep integrations for agentic coding tools: + +- **17 domain skills** โ€” context graphs, decision intelligence, explainability, reasoning, provenance, ontology, temporal, visualization +- **Specialized agents** โ€” `decision-advisor`, `explainability`, `kg-assistant` +- **Hook configuration** and platform-specific manifests for Claude Code, Cursor, and Codex + +โ†’ [`plugins/.claude-plugin/README.md`](plugins/.claude-plugin/README.md) --- @@ -710,7 +799,53 @@ if result.valid: - **Novita AI** โ€” OpenAI-compatible (`deepseek/deepseek-v3.2` and more) ยท set `NOVITA_API_KEY` ### Agentic Frameworks -Semantica complements โ€” not replaces โ€” LangChain, LlamaIndex, AutoGen, CrewAI, Google ADK, and more. + +Semantica complements โ€” not replaces โ€” every major agentic framework. Use it as the accountability layer on top. + + + + + + + + + + + + +
+Agno
+Agno
+First-class ยท pip install semantica[agno] +
+LangChain
+LangChain
+Context layer +
+LangGraph
+LangGraph
+Stateful agent graph +
+LlamaIndex
+LlamaIndex
+GraphRAG retriever +
+AutoGen
+AutoGen
+Shared context graph +
+CrewAI
+CrewAI
+Decision + provenance +
+OpenAI Agents SDK
+OpenAI Agents
+Context + KG tools +
+Google ADK
+Google ADK
+Context layer +
> **Agno โ€” First-Class Integration** ยท `pip install semantica[agno]` >