Memory, tools, reasoning, goals — all cells. Multiple agents share cells. The graph is the team. Click "Run" to watch an agent work through a task, cell by cell.
The agent's memory is a set of value cells. The history of every interaction is preserved. You can rewind, branch, and replay any agent session, just like git for your data.
Web search, code execution, image generation, file system — all are API cells. Add a new tool by adding a cell. Remove a tool by removing a cell. The schema is the same as a spreadsheet cell.
The LLM call is a program cell. The output is a value. The next cell's input depends on this one. The graph is the reasoning chain. Step through it like a debugger.
Agent A writes to `findings`. Agent B reads from it. The graph is the team. No message bus, no coordination layer, no glue code. Just cells connected by wires.