For a browser based configuration, try the [Configuration Terminal](https://config-ui.demo.trustgraph.ai/). ## Watch What is a Context Graph? [](https://www.youtube.com/watch?v=gZjlt5WcWB4) ## Watch Context Graphs in Action [](https://www.youtube.com/watch?v=sWc7mkhITIo) ## Getting Started with TrustGraph - [**Getting Started Guides**](https://docs.trustgraph.ai/getting-started) - [**Using the Workbench**](#workbench) - [**Developer APIs and CLI**](https://docs.trustgraph.ai/reference) - [**Deployment Guides**](https://docs.trustgraph.ai/deployment) ## Workbench The **Workbench** provides tools for all major features of TrustGraph. The **Workbench** is on port `8888` by default. - **Vector Search**: Search the installed knowledge bases - **Agentic, GraphRAG and LLM Chat**: Chat interface for agents, GraphRAG queries, or direct to LLMs - **Relationships**: Analyze deep relationships in the installed knowledge bases - **Graph Visualizer**: 3D GraphViz of the installed knowledge bases - **Library**: Staging area for installing knowledge bases - **Flow Classes**: Workflow preset configurations - **Flows**: Create custom workflows and adjust LLM parameters during runtime - **Knowledge Cores**: Manage resuable knowledge bases - **Prompts**: Manage and adjust prompts during runtime - **Schemas**: Define custom schemas for structured data knowledge bases - **Ontologies**: Define custom ontologies for unstructured data knowledge bases - **Agent Tools**: Define tools with collections, knowledge cores, MCP connections, and tool groups - **MCP Tools**: Connect to MCP servers ## TypeScript Library for UIs There are 3 libraries for quick UI integration of TrustGraph services. - [@trustgraph/client](https://www.npmjs.com/package/@trustgraph/client) - [@trustgraph/react-state](https://www.npmjs.com/package/@trustgraph/react-state) - [@trustgraph/react-provider](https://www.npmjs.com/package/@trustgraph/react-provider) ## Context Cores A Context Core is a **portable, versioned bundle of context** that you can ship between projects and environments, pin in production, and reuse across agents. It packages the “stuff agents need to know” (structured knowledge + embeddings + evidence + policies) into a single artifact, so you can treat context like code: build it, test it, version it, promote it, and roll it back. TrustGraph is built to support this kind of end-to-end context engineering and orchestration workflow. ### What’s inside a Context Core A Context Core typically includes: - Ontology (your domain schema) and mappings - Context Graph (entities, relationships, supporting evidence) - Embeddings / vector indexes for fast semantic entry-point lookup - Source manifests + provenance (where facts came from, when, and how they were derived) - Retrieval policies (traversal rules, freshness, authority ranking) ## Tech Stack TrustGraph provides component flexibility to optimize agent workflows.