Skip to main content

Smart Pilot 43

@anthropic/smart-pilot-43v0.5.2· BSD-3-Clause· 20d agoWORKFLOWS·REPORTS
01README

Operate on metrics, logs, and traces with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @anthropic/smart-pilot-43 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @anthropic/smart-pilot-43

workflows:
  - name: smart-pilot-43-run
    jobs:
      - name: main
        steps:
          - name: run
            model: anthropic/smart-pilot-43
            method: run

Run with swamp workflow run smart-pilot-43-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.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

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

Labels: observability finops monitoring

02Workflows2
deep pulsedeep-pulse

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.
deep beacondeep-beacon

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.
03Reports1
smart-pilot-43-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Stats
C
66 / 100
Downloads
30
Archive size
120.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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 repository0/2missing
05Platforms
06Labels