mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Add a Cite Us section to the README with BibTeX citation info, and align it with docs/citation.md (author/organization: Semantica, 2026). Update LICENSE and docs/project-license.md copyright holder to Semantica, and replace the stale Hawksight-AI GitHub org slug with semantica-agi across READMEs, plugin manifests, cookbook notebooks, and GitHub templates.
Semantica — Cline Plugin
v0.4.0 — Adds all 17 Semantica skills, 3 agents, and hook configuration to Cline (VS Code extension).
MCP Server Setup (recommended)
In Cline settings, add a new MCP server:
{
"semantica": {
"command": "python",
"args": ["-m", "semantica.mcp_server"],
"env": {}
}
}
Cline will discover all 17 Semantica skills and 3 agents automatically on connection.
Knowledge Explorer
semantica-explorer --graph my_graph.json --port 8000
Open http://localhost:5174 for the interactive dashboard.
Requirements
- Python 3.10+
pip install semantica