$

Offband tool

FlowState

A local-first runtime context layer for AI-assisted systems.

Runtime infrastructure for agent context

FlowState turns scattered agent instructions into addressable runtime infrastructure. It stores reusable Runtime Objects as Markdown/YAML, composes them into Runtime Stacks, and exposes those stacks through authenticated MCP-compatible endpoints.

Projects stay lightweight. A tiny .flow/context.toml file points Codex, Cursor, Claude, or other tools at the runtime context source instead of copying large instruction files across repositories.

Common commands

$ flow initCreate the local FlowState runtime home at ~/.flow.
$ flow examples installInstall the bundled AI builder Runtime Stack.
$ flow serve ai-builderServe a Runtime Stack over a local MCP-compatible endpoint.
$ flow codex install ai-builder --path .Attach a project with .flow/context.toml and Codex runtime instructions.
$ flow stack export ai-builder --format markdownExport a durable Markdown fallback for tools without live MCP retrieval.