Rapid Lattice 28
01README
Operate on tailnet device state and ACLs with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @openai/rapid-lattice-28 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @openai/rapid-lattice-28
workflows:
- name: rapid-lattice-28-run
jobs:
- name: main
steps:
- name: run
model: openai/rapid-lattice-28
method: runRun with swamp workflow run rapid-lattice-28-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- 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: vpn network
02Workflows
rapid wardenrapid-warden
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.
03Stats
A
91 / 100
Downloads
30
Archive size
211.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- 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
04Platforms
05Labels