What problem does it solve?
OpenProse solves the complexity of managing multi-agent AI workflows by providing a structured, Turing-complete programming language that runs directly within an AI session, eliminating the need for external orchestration frameworks.
Core Features & Use Cases
- Multi-Agent Orchestration: Define reusable agent templates with specific models, skills, and permissions to handle complex, multi-step tasks.
- Stateful Execution: Maintain persistent memory across sessions using file-based or database-backed state management.
- Use Case: Build a production-grade content pipeline where one agent researches a topic, a second agent drafts the content, and a third agent performs a final review and PR submission.
Quick Start
Run the hello world example program by executing the prose run examples/01-hello-world.prose command in your terminal.