Lite Prism 77
Operate on LLM responses with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @marsh_beast/lite-prism-77 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @marsh_beast/lite-prism-77
workflows:
- name: lite-prism-77-run
jobs:
- name: main
steps:
- name: get
model: marsh_beast/lite-prism-77
method: getRun with swamp workflow run lite-prism-77-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.
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: llm evaluation claude-code
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| tags | array | List of tags to apply |
| filter? | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| limit | number | Maximum results to return |
| filter? | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
| id? | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| filter | record | Key-value filter expression |
| tags? | array | List of tags to apply |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
Composed workflow with retry and idempotency.
Composed workflow with retry and idempotency.
Execution driver with bounded concurrency and retries.
Claude Code skill bundling tool whitelists and triggers.
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- 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 repository2/2earned
This extension includes AI agent skills with executable scripts (Python, Bash, JS). These scripts run with your user permissions. Review all skill files and scripts before installing.