Back to browse
GitHub Repository

CLI tool for cost estimation and anti-pattern detection in agent workflow YAML configs

2 starsPython

Agent-Audit – Lint and cost-estimate your AI agent

by aretedriver·Mar 2, 2026·1 point·0 comments

AI Analysis

●●●BangerSolve My ProblemBig Brain

Lints agent workflows for cost and anti-patterns before expensive runs. No SDK needed.

Strengths
  • Detects real hazards: unbounded token loops, missing fallbacks, model overkill—problems that invoice three days later.
  • Framework-agnostic YAML parsing (CrewAI, LangGraph, Gorgon) means adoption without SDK lock-in.
  • Pre-execution cost estimates prevent surprise bills; scoring gate enables CI/CD cost enforcement.
Weaknesses
  • Early stage (0 stars, sparse rule coverage); adoption depends on critical mass of agent developers.
  • Incomplete framework detection heuristics may miss edge cases in heterogeneous workflows.
Target Audience

AI engineers building multi-step agent workflows, DevOps teams monitoring agentic cost

Similar To

ESLint · Checkov · CloudMapper

Similar Projects