prose

Define and execute multi-agent workflows with a declarative programming language.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill prose-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill prose-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates complex multi-agent workflows by allowing you to write structured programs that define agent interactions, data flow, and execution logic.

Core Features & Use Cases

  • AI Agent Orchestration: Define and manage sequences, parallel tasks, and loops of AI agent sessions.
  • Workflow Automation: Build sophisticated AI-driven processes for tasks like code review, research synthesis, and content generation.
  • Use Case: Automate a code review process where multiple specialized agents (security, performance, style) review a pull request in parallel, and a coordinating agent synthesizes their feedback into a single actionable report.

Quick Start

Use the prose skill to run the example program 'examples/01-hello-world.prose'.

Frequently Asked Questions about prose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple AI agents in a structured workflow?

Multi-agent orchestration is managed by defining structured programs that specify agent interactions, data flow, and execution logic. This approach coordinates sequences, parallel tasks, and loops of AI agent sessions to automate complex processes.

Can I run parallel AI agent sessions and pass context between them?

Yes, parallel execution and context passing are supported natively. A coordinating agent can execute multiple specialized sessions concurrently, receive their outputs as context, and synthesize the results into a single actionable report.

Does this workflow automation tool support persistent state backends?

State persistence supports multiple backends for flexible deployment, including file-system, in-context, SQLite, and PostgreSQL. This ensures workflow state is maintained reliably across different execution environments and scales.

What is the best way to automate a code review process with multiple agents?

Automating a code review process involves defining a declarative program where specialized agents (security, performance, style) review a pull request in parallel, followed by a coordinating agent that synthesizes their feedback into a single report.

Do I need a specific framework to handle error handling and loops in AI agent workflows?

No external framework is required. The declarative programming language natively manages loops, error handling, and state persistence within multi-agent workflows, enabling reliable execution of sophisticated AI-driven processes.

When should I use a declarative language for multi-agent systems?

A declarative language is used when you need to define and execute complex multi-agent workflows with structured control flow. It suits scenarios requiring parallel execution, state management, and error handling across multiple AI agents.