What problem does it solve?
OpenProse provides a cohesive runtime and language for orchestrating multi-agent AI workflows. This Skill centralizes the runtime, state management, and orchestration primitives needed to run complex patterns that span agents, sessions, imports, and various state backends.
Core Features & Use Cases
- Spawns and coordinates subagents via the Task tool to execute tasks in parallel or sequence.
- Supports agent templates, session composition, context passing, and program imports to build modular workflows.
- Enables robust state management with multiple backends (filesystem, SQLite, PostgreSQL) and persistent agent memory for long-running runs.
- Ideal for captain's-chair orchestration, multi-agent pipelines, and production-grade AI workflows that require reliability and traceability.
Quick Start
Create a simple .prose file that defines an agent template and a session, then run it with prose run to see the VM orchestrate a task end-to-end.