mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 02:20:38 +00:00
chore: Run pnpm format:fix.
This commit is contained in:
@@ -5,6 +5,7 @@ read_when:
|
||||
- You want to enable the OpenProse plugin
|
||||
- You need to understand state storage
|
||||
---
|
||||
|
||||
# OpenProse
|
||||
|
||||
OpenProse is a portable, markdown-first workflow format for orchestrating AI sessions. In OpenClaw it ships as a plugin that installs an OpenProse skill pack plus a `/prose` slash command. Programs live in `.prose` files and can spawn multiple sub-agents with explicit control flow.
|
||||
@@ -104,6 +105,7 @@ OpenProse supports multiple state backends:
|
||||
- **postgres** (experimental): requires `psql` and a connection string
|
||||
|
||||
Notes:
|
||||
|
||||
- sqlite/postgres are opt-in and experimental.
|
||||
- postgres credentials flow into subagent logs; use a dedicated, least-privileged DB.
|
||||
|
||||
@@ -116,11 +118,11 @@ Direct URLs are fetched as-is. This uses the `web_fetch` tool (or `exec` for POS
|
||||
|
||||
OpenProse programs map to OpenClaw primitives:
|
||||
|
||||
| OpenProse concept | OpenClaw tool |
|
||||
| --- | --- |
|
||||
| OpenProse concept | OpenClaw tool |
|
||||
| ------------------------- | ---------------- |
|
||||
| Spawn session / Task tool | `sessions_spawn` |
|
||||
| File read/write | `read` / `write` |
|
||||
| Web fetch | `web_fetch` |
|
||||
| File read/write | `read` / `write` |
|
||||
| Web fetch | `web_fetch` |
|
||||
|
||||
If your tool allowlist blocks these tools, OpenProse programs will fail. See [Skills config](/tools/skills-config).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user