Skip to main content

Rapid Prism 32

@slime_beast/rapid-prism-32v1.0.7· MIT· 1mo agoMODELS·DRIVERS
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: sync

Run 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

02Models1
@slime_beast/rapid-prism-32/ledgerv0.1.0ledger.ts
fn sync(tags: array)
Sync the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
fn update(limit: number, id: string)
Update the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
idstringResource identifier
fn get(dryRun: boolean)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn delete(id: string, force?: boolean)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
force?booleanSkip confirmation and apply immediately
03Drivers1
rapid-prism-32-driverconfigurable
@slime_beast/rapid-prism-32/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Previous Versions2
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