What problem does it solve?
This Skill allows you to programmatically orchestrate AI agents, defining complex workflows with clear control flow, state management, and error handling, moving beyond simple chat interactions to build sophisticated AI-driven applications.
Core Features & Use Cases
- Programmatic Agent Orchestration: Define multi-agent workflows using a structured language (
.prose files).
- State Management: Persist execution state via files, SQLite, or PostgreSQL for complex, long-running, or collaborative tasks.
- Control Flow: Implement sequential execution, parallel processing, loops, conditionals, and error handling.
- Use Case: Automate a code review process where one agent identifies issues, another suggests fixes, and a third synthesizes the feedback into a report, all managed by a
.prose script.
Quick Start
Use the prose skill to run the example program 'examples/01-hello-world.prose'.