{"repo":"nullclaw/nullboiler","free":true,"listed":false,"github":"https://github.com/nullclaw/nullboiler","clone":"git clone https://github.com/nullclaw/nullboiler.git","description":"Orchestrates multi-step AI agent workflows — defines execution graphs, manages shared state, dispatches work to agents, and tracks progress with checkpoints and streaming","language":"Zig","stars":259,"topics":["ai","nullclaw","orchestration","workflow","zig"],"license":"MIT","category":"workflow-automation","readme_excerpt":"NullBoiler NullBoiler is an orchestration engine for AI agents. It is intentionally narrow: it decides what should run, when it should run, and which worker should execute it. It does not replace the task tracker and it does not replace the agent runtime. You do not need all components together. Choose only the pieces required for your workflow. Design Principle tracker = source of truth orchestrator = policy engine agent = executor 1) Tracker: nulltickets Use nulltickets as the authoritative task system for AI agents: - Stores tasks, states, priorities, and ownership. - Preserves durable history of task lifecycle. - Acts as the canonical queue/source of truth for pending work. 2) Orchestrator: nullboiler Use nullboiler to apply orchestration policy: - Pulls/selects work from tracker or another source. - Applies scheduling and routing strategies. - Enforces concurrency limits, retries, and backoff policies. - Dispatches work to one or many agents/workers. NullBoiler should not become a task tracker or artifact database. 3) Agent Runtime: nullclaw or another compatible worker Use an agent runtime as the execution engine: - Receives a concrete task/job to run. - Executes tools, code, and model interactions. - Returns execution outputs/events back to the orchestrator/tracker flow. nullclaw is the reference runtime, but nullboiler can also orchestrate other compatible workers (for example OpenClaw/OpenAI-compatible, ZeroClaw, or PicoClaw via bridge). Agents should execute work, n","default_branch":null,"files":null,"tree":[],"storefront":"/r/nullclaw","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/nullclaw/nullboiler/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}