Rapid Prism 32
01README
structured diffs orchestration with retry/backoff, structured logs, and per-step idempotency keys.
Quick start
Add @slime_beast/rapid-prism-32 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @slime_beast/rapid-prism-32
workflows:
- name: rapid-prism-32-run
jobs:
- name: main
steps:
- name: sync
model: slime_beast/rapid-prism-32
method: syncRun with swamp workflow run rapid-prism-32-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: diff release docker
02Models
@slime_beast/rapid-prism-32/ledgerv0.1.0ledger.ts
fn sync(tags: array)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
fn update(limit: number, id: string)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| id | string | Resource identifier |
fn get(dryRun: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn delete(id: string, force?: boolean)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
03Drivers
rapid-prism-32-driverconfigurable
@slime_beast/rapid-prism-32/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Previous Versions
1.1.5Dec 8, 2025
Modified 1 models
1.6.1Oct 28, 2025
05Stats
B
75 / 100
Downloads
7
Archive size
133.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types0/1missing
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository0/2missing
06Platforms
07Labels