Discover and explore top open-source AI tools and projects—updated daily.
nullclawOrchestrates multi-step AI agent workflows
Top 85.6% on SourcePulse
Summary
NullBoiler orchestrates complex AI agent workflows, defining execution graphs, managing shared state, and dispatching work to agents while tracking progress. It's designed for users building sophisticated AI systems who need a dedicated engine for coordinating distributed tasks, offering a modular approach that separates orchestration policy from task tracking and agent execution.
How It Works
This engine enforces strict architectural separation: a Tracker (e.g., nulltickets) holds task truth, the Orchestrator (nullboiler) applies scheduling and routing policies, and an Agent Runtime (e.g., nullclaw) executes tasks. NullBoiler's graph runtime supports nodes like task, agent, route, interrupt, send, transform, and subgraph, enabling features such as replay, checkpointing, and state injection for robust workflow management.
Quick Start & Requirements
The provided README does not detail a primary installation command (e.g., pip install) or specific non-default prerequisites like GPU, CUDA, or Python versions. Configuration relies on a JSON file (~/.nullboiler/config.json), with overrides possible via NULLBOILER_HOME or --config.
Highlighted Details
output_key, output_mapping).state.*, input.*, item.*, config.*) and durable workflow memory via store.<namespace>.<key> and transform.store_updates, requiring a NullTickets base URL.Maintenance & Community
No specific details regarding contributors, sponsorships, community channels, or roadmaps were found in the provided README text.
Licensing & Compatibility
The license type and compatibility notes for commercial use or closed-source linking are not explicitly mentioned in the provided README text.
Limitations & Caveats
NullBoiler's narrow focus means it requires integration with separate components like nulltickets (for tracking) and nullclaw or compatible agents (for execution) to form a complete system.
1 week ago
Inactive
microsoft