Skip to main content

Create Context Graph

AI agents with graph memory, scaffolded in minutes

terminal
$ uvx create-context-graph
Read the docs →

Everything you need

From domain ontology to running full-stack app in one command

🏥

22 Industry Domains

Healthcare, financial services, manufacturing, and 19 more. Each with a complete ontology, demo data, and agent tools.

🤖

8 Agent Frameworks

PydanticAI, Claude Agent SDK, LangGraph, CrewAI, and more. Pick your framework, get a working agent.

📄

Rich Demo Data

LLM-generated entities, professional documents, and multi-step decision traces. Ready to explore out of the box.

🔗

Graph Visualization

Interactive NVL graph explorer with entity detail panel. Click any node to see properties and connections.

SaaS Connectors

Import from GitHub, Slack, Gmail, Jira, Notion, and Salesforce. Or generate synthetic data.

Custom Domains

Describe your domain in plain English. The LLM generates a complete ontology, tools, and data.

Up and running in 2 minutes

Scaffold, install, seed, and start

$ uvx create-context-graph my-app --domain healthcare --framework pydanticai --demo-data
$ cd my-app && make install && make docker-up && make seed && make start
🏥 Healthcare Context Graph is ready!
Backend: http://localhost:8000
Frontend: http://localhost:3000

Ready to build?

terminal
$ uvx create-context-graph
Read the docs →