prose

Orchestrate multi-agent AI workflows with parallel blocks and persistent memory.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill prose-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill prose-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse provides a structured framework for defining, coordinating, and executing complex AI workflows by composing agents, sessions, imports, and backends into repeatable pipelines.

Core Features & Use Cases

  • Orchestrates multi-agent workflows with parallel blocks, blocks reuse, retries, and context passing.
  • Supports imports of external programs, persistent agent memory, and multiple backends such as filesystem, in-context, SQLite, and PostgreSQL.
  • Ideal for captain-pattern orchestrations, production workflows, data processing pipelines, and automated content generation.

Quick Start

Run a minimal .prose program to launch a single session and watch the VM orchestrate a small task.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate multi-agent AI workflows with parallel execution and persistent memory?

Multi-agent AI workflows are orchestrated inside a VM that coordinates parallel blocks, loops, and context passing. Agents maintain persistent memory across filesystem, in-context, SQLite, and PostgreSQL backends to ensure state continuity and auditable traces throughout structured tasks.

What is the best way to coordinate AI agents for complex data processing pipelines?

The best way to coordinate AI agents for complex pipelines is using a structured framework that composes agents, sessions, and imports into repeatable workflows. It enforces explicit inputs/outputs and supports block reuse, retries, and multiple backends for reliable execution.

Can I run multi-agent workflows with SQLite and PostgreSQL backends for state management?

Yes, multi-agent workflows support persistent state management across SQLite and PostgreSQL backends. The VM orchestrates agent sessions while maintaining auditable traces and persistent memory, ensuring structured task coordination across your chosen database backend.

How do I structure AI agent workflows with explicit inputs, outputs, and session coordination?

AI agent workflows are structured by composing agents, sessions, and imports into repeatable pipelines within a VM. The framework enforces explicit inputs/outputs, coordinates parallel blocks and loops, and passes context between sessions for auditable execution traces.

Does OpenProse support captain-pattern orchestrations and automated content generation workflows?

Yes, OpenProse supports captain-pattern orchestrations and automated content generation through its multi-agent workflow VM. It coordinates structured tasks with parallel execution, block reuse, retries, and persistent agent memory across multiple backends for production workflows.

What are the limitations of orchestrating AI agents inside a VM for production workflows?

VM-based AI agent orchestration requires defining structured tasks with explicit inputs/outputs and depends on configured backends like SQLite or PostgreSQL for persistent memory. Complex parallel blocks and loops need careful session coordination to maintain auditable execution traces across pipelines.