Skip to main content

Lite Forge 19

@peat_gator/lite-forge-19v2.0.5· Apache-2.0· 15d agoWORKFLOWS·DRIVERS
01README

AI-assisted analysis of release notes and changelogs. Returns rubric-scored JSON suitable for downstream judging.

Quick start

Add @peat_gator/lite-forge-19 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @peat_gator/lite-forge-19

workflows:
  - name: lite-forge-19-run
    jobs:
      - name: main
        steps:
          - name: run
            model: peat_gator/lite-forge-19
            method: run

Run with swamp workflow run lite-forge-19-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.
  • 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: release diff python

02Workflows2
open beaconopen-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.
swift harvestswift-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.
03Drivers1
lite-forge-19-driverconfigurable
@peat_gator/lite-forge-19/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Previous Versions2
2.1.1Dec 16, 2025

Added 1 workflows

0.8.3Jul 3, 2025
05Stats
B
75 / 100
Downloads
30
Archive size
165.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • 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 repository2/2earned
06Platforms
07Labels