Skip to main content

Rapid Sentinel 84

@mud_ghoul/rapid-sentinel-84v2.0.8· MIT· 11d agoMODELS·WORKFLOWS
01README

Operate on DNS records with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @mud_ghoul/rapid-sentinel-84 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @mud_ghoul/rapid-sentinel-84

workflows:
  - name: rapid-sentinel-84-run
    jobs:
      - name: main
        steps:
          - name: create
            model: mud_ghoul/rapid-sentinel-84
            method: create

Run with swamp workflow run rapid-sentinel-84-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.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: dns homelab typescript

02Models1
@mud_ghoul/rapid-sentinel-84/ledgerv0.1.0ledger.ts
fn create(filter: record, id?: string)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
id?stringResource identifier
fn delete(tags: array, limit?: number, id: string)
Delete the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limit?numberMaximum results to return
idstringResource identifier
fn update(force: boolean, id?: string)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
id?stringResource identifier
03Workflows2
core latticecore-lattice

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
rapid harvestrapid-harvest

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Previous Versions3
2.1.6Feb 28, 2026

Modified 1 models

0.2.4Nov 16, 2025

Added 1 workflows

0.7.2Aug 24, 2025
05Stats
B
83 / 100
Downloads
11
Archive size
355.0 KB
  • 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 repository0/2missing
06Platforms
07Labels