A local-first living production graph for durable human-agent collaboration.
English · 简体中文
Mycel is a local workbench for building long-running production relationships among people and AI agents. Steward turns intent into coordinated work, while the Living Graph keeps actors, workers, flows, runs, evidence, permissions, and artifacts connected in one shared operational model.
Conversation gives the product a natural entry point. The typed graph and local ledger give every durable decision and outcome a visible place to live.
Living Graph — understand the production system as a connected whole.
Steward — express intent, review proposed changes, and stay in control. |
Workers — bring existing agents into the system or shape purpose-built ones. |
Flows & Runs — turn collaboration patterns into repeatable production systems.
Valuable work extends beyond a single prompt or session. Mycel keeps responsibilities, working relationships, reusable flows, outcomes, and evidence connected over time so each new run can begin with meaningful context.
Steward makes natural-language conversation the front door to the system. It helps people describe goals, clarify ambiguous requests, and shape durable changes without requiring them to manipulate the graph directly.
The Living Graph connects people, workers, work, flows, runs, permissions, evidence, and artifacts. Teams can see what exists, how it relates, what is active, and where attention is needed from one coherent view.
Mycel gives Human Actors a clear place in the production model. Ownership, approval, acceptance, and intervention remain visible parts of the work, allowing agents to operate with well-defined responsibility and authority.
A successful collaboration can be shaped into a Flow, versioned, run again, and improved through accumulated evidence. Mycel helps teams turn individual successes into durable operating capability while keeping the underlying actors and context connected.
- Shape the system — tell Steward what you want to accomplish, introduce the people and workers involved, and define how they should collaborate.
- Run together — start a task or reusable Flow, follow live progress, and step in when human judgment is needed.
- Understand and evolve — inspect outcomes, evidence, artifacts, and history, then refine the relationships or Flow for the next run.
- Steward coordinates intent, clarification, proposed changes, and day-to-day work through conversation.
- Living Graph gives the production system a connected, inspectable structure that persists across sessions.
- Workers bring adopted local agents and purpose-built native agents into a shared model with versioned working context.
- Flows & Runs make human-agent collaboration repeatable, observable, and grounded in evidence and artifacts.
You will need Node.js 22.5 or newer, Git, and a signed-in Claude Code CLI. Codex CLI can be added as an optional Worker.
npm ci
cp .env.example .env.local
npm run demo:public-reset
npm run doctor
npm run devOpen the local web address printed in the terminal. The reset command prepares a fresh local demo workspace with fictional data so you can explore the complete experience immediately.
- Read the architecture guide for the system model, package boundaries, event flow, and recovery design.
- Read the contribution guide to propose improvements through the public repository.
- Read AGENTS.md when contributing with an agentic coding tool.
Mycel is available under the Apache License 2.0.