
Graph view
Entities, ops, and links as a living graph. Click to inspect anything.
Studio
Trellis Studio is where you tend the vines: code, history, agents, decisions, and issues on the same substrate. The engine runs by itself. Studio is how you work inside it.
Opens Trellis Studio in your browser. Local-first by default.
Surfaces
Graph, editor, history, agents, decisions, and issues — all reading and writing the same causal graph.

Entities, ops, and links as a living graph. Click to inspect anything.

Code entities in a tree. Every change becomes a causal step in the op stream.

View history as a graph, with semantic diffing that understands structure, not lines.
Agents run inside the workspace. Every tool call is an op, not a chat log.

Capture the why behind every change. Search precedent across past runs.

Task tracking in the same graph as the code it ships with.
Agent harness
When an agent runs inside Studio, every tool call emits an op. The chat is the user-facing surface; the op log is the durable record. Asking why did the agent do that? becomes a graph traversal, not an archaeological dig through scrollback.
This breaks the "RAG over chat history" pattern. The agent doesn't have to remember its reasoning by searching its own logs. The reasoning is structured data in the same graph as the code it changed.
Get started
No account. No cloud. No signup. Your project, your machine, your data.
Requires Node 18+ and git.