Skip to main content

agent-lint

CLI tool for cost estimation and anti-pattern detection in agent workflow YAML configs. Catch expensive, fragile, or ungoverned agent workflows before they hit production.

PyPI Python License: BUSL-1.1 CI


The Problem

Agent workflows fail in predictable ways: unbounded loops, no retry limits, missing cost guards, parallel branches with no coordination. Most teams find these problems in production — after a $400 API bill or a stuck workflow that ran for six hours.

agent-lint finds them at config time.

agent-lint demo


Install

pip install agentlinter

Usage

# Lint a single workflow config
agent-lint lint workflow.yaml

# Lint all workflows in a directory, fail CI if score < 80
agent-lint lint workflows/ --fail-under 80

# Estimate token/cost exposure for a workflow
agent-lint estimate workflow.yaml --provider anthropic

# Generate a full audit report
agent-lint lint workflows/ --format markdown

# Suggest autofixes as a diff patch
agent-lint lint workflow.yaml --fix

What It Detects

Anti-patterns:

  • Unbounded retry loops (no max_retries or timeout)
  • Missing cost guards on high-token operations
  • Parallel agent branches with no merge strategy
  • Hard-coded API keys in config (security)
  • Missing checkpointing on long-running workflows
  • Agents with no defined output schema

Cost estimation:

  • Token budget projection per workflow step
  • Worst-case / expected-case / best-case cost ranges
  • Model-aware pricing (Claude, GPT-5.6, and self-hosted Ollama models)

Scoring:

  • 0-100 score per workflow
  • Error (-15 pts), warning (-5 pts), info (-1 pt)
  • CI integration: --fail-under threshold

CI Integration

- uses: actions/checkout@v4
- uses: AreteDriver/agent-lint@v0.4.0
  with:
    path: workflows/
    fail-under: 80

Treat your agent configs like production code. Gate them the same way.


Licensing & Tiers

agent-lint is available in two tiers:

Free — Always free, no license key required:

  • lint — anti-pattern detection
  • estimate — token/cost estimation
  • status — show version and tier info

Pro — Unlock additional features with a license key:

  • compare — compare costs across providers side-by-side
  • Markdown export for audit reports
  • Custom pricing tables
  • Custom rule packs
  • Historical tracking and trend analysis

Activate Pro with an environment variable:

export AGENT_LINT_LICENSE=ALNT-XXXX-XXXX-XXXX

Why Static Analysis

No LLM dependency. No API calls. No variance between runs. Agent configs are deterministic artifacts — they should be audited deterministically.


Status

  • Anti-pattern detection (17 rules)
  • Cost estimation (Claude, GPT-5.6, legacy OpenAI, and Ollama)
  • CI integration with threshold gating
  • Markdown audit reports
  • SARIF output for GitHub Advanced Security
  • GitHub PR annotation format
  • Autofix diff generation (--fix)
  • Docker images (multi-arch)
  • Gemini pricing model
  • VS Code extension

Related Projects

  • mcp-manager — MCP server manager with built-in audit (pip install arete-mcp)
  • ai-spend — Cost observability for the workflows agent-lint guards (pip install ai-spend)
  • animus — The AI operating environment with built-in quality gates and eval pipeline

Part of the AreteDriver AI tooling ecosystem.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentlinter-0.4.0.tar.gz (102.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentlinter-0.4.0-py3-none-any.whl (47.8 kB view details)

Uploaded Python 3

File details

Details for the file agentlinter-0.4.0.tar.gz.

File metadata

  • Download URL: agentlinter-0.4.0.tar.gz
  • Upload date:
  • Size: 102.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentlinter-0.4.0.tar.gz
Algorithm Hash digest
SHA256 8ffbf3f9f5ae0776ee9b98df7d6fa3740cf824be38f66163dcd631cf7dcd3d6c
MD5 280bc9ac21a1bd8304292d301fd87787
BLAKE2b-256 6dce0c32a866953818dabd9da9616e98c08de8d4f0afb64ad60ee2fecf5b2415

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentlinter-0.4.0.tar.gz:

Publisher: publish.yml on AreteDriver/agent-lint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentlinter-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: agentlinter-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agentlinter-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 26510cfd3842d3929d074646b022e5f1b4a2133c438aa3d3e13fdf9c65403657
MD5 41f4edbb05492df299b939854bf45111
BLAKE2b-256 d1f1a056510022bb894f6be5ff819e99a89a1d28c5b28edfbf33e335ba436855

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentlinter-0.4.0-py3-none-any.whl:

Publisher: publish.yml on AreteDriver/agent-lint

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.0

2 files

0.2.0

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page