Skip to main content

AI agents with graph memory, scaffolded in seconds.

Pick your domain. Pick your framework. Get a full-stack app with streaming chat, graph visualization, and decision tracing.

create-context-graph
$

From zero to running app in 4 commands.

Scaffold, install, seed, and start

1
Scaffold
$ uvx create-context-graph my-app --domain healthcare --framework pydanticai --demo-data
2
Install
$ cd my-app && make install
3
Seed
$ make docker-up && make seed
4
Start
$ make start

Ready to build your context graph?

create-context-graph
$ uvx create-context-graph