What you get
- Context graphs: a persistent, queryable graph of everything your agent knows, decides, and reasons about
- Decision intelligence:
record_decision()captures the full lifecycle and causal chain of every decision - Full provenance: every fact links back to its source, W3C PROV-O compliant and audit-ready for HIPAA, SOX, and GDPR
- Explainable reasoning: forward chaining, Datalog, and SPARQL, each with a derivation path you can inspect
- Temporal intelligence: Allen interval algebra and point-in-time snapshots, so the graph knows not just what but when
Try it
Start here
1
Install
[all], [neo4j], [pinecone]. See Installation.2
Build a pipeline
Follow the Quickstart to ingest documents, extract entities, build a graph, and record a decision in 5 minutes.
3
Learn the model
Core Concepts covers knowledge graphs vs. vector stores, GraphRAG, and how provenance and decisions fit together.
4
Go deep
Every module has a reference page with full API docs and runnable examples.
Full module list
Full module list
semantica.ingest, semantica.parse, semantica.split, semantica.normalize, semantica.semantic_extract, semantica.kg, semantica.ontology, semantica.reasoning, semantica.embeddings, semantica.vector_store, semantica.graph_store, semantica.triplet_store, semantica.context, semantica.provenance, semantica.change_management, semantica.deduplication, semantica.conflicts, semantica.export, semantica.visualization, semantica.pipeline, semantica.seed, semantica.llms, semantica.mcp_server, semantica.explorer, semantica.evals, semantica.utils, semantica.core. See the API Reference for full docs on each.