Other formats agents might prefer:
markdownjsonllms.txt

Agent? You probably want markdown or json, or Pod over MCP.

Reported issues for agentic-ledger

Pod holds 7 of 7 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to agentic-ledger.

Most discussed

Remote access: dashboard auth plus agenticledger share

The 0.11 ceiling webhook is a fire alarm you can hear but cannot act on until you find your laptop. This closes the loop: see the burn and press the buttons from your phone, without the ledger's data ever passing through infrastructure we run.

Part 1, the foundation: a dashboard auth token.

  • Auto-generated, stored in the state dir, shown by agenticledger start.
  • Required for every control action (and viewing) whenever the server is bound beyond localhost. Localhost-only binds stay frict

Read the thread · 2026-08-24 · closed · 2 comments

Replay panel: destination first, then model — and list the local server's models

Found in the 0.7 walkthrough (step 7), user suggestion. Extends #38.

Current order is model-input → provider-dropdown, which is backwards: you choose where the replay runs first, then which model. Reorder to destination-first. And once a destination is picked, the model field should help: OpenAI-style servers expose GET /v1/models, so for a local target (LM Studio) the panel can offer a dropdown of the models actually loaded instead of a blank box the user must fill from memory. Cloud targets k

Read the thread · 2026-07-31 · closed · 2 comments

Direct AWS Bedrock capture: the ledger re-signs with SigV4

Phase B of 0.10, the flagship. Bedrock requests are SigV4-signed to their exact destination, so a recorder in the middle must hold AWS credentials and sign fresh: botocore behind an optional [bedrock] extra, standard AWS credential chain, signing applied AFTER final body/headers are set. Bedrock adapter normalizes InvokeModel and Converse wire shapes; us.anthropic.* model ids already price correctly.

After this, boto3 agents and Claude Code in Bedrock mode get recorded, budgeted, and kill-switc

Read the thread · 2026-08-20 · closed · 1 comment

Teach the detector Gemini CLI's fingerprint

agenticledger/proxy/detect.py fingerprints Claude Code, BMAD, and OpenClaw from request shape (see the file's rules: conservative markers, system-prompt-only, riders upgrade hosts). Gemini CLI traffic through the proxy currently lands unattributed. The work: capture a few real Gemini CLI requests, find a stable marker (user-agent prefix or system-prompt opening), add it with the three-test pattern every framework has (detected, talking-about-it-is-not-it, rider precedence). `POST /api/redetect

Read the thread · 2026-08-04 · closed · 1 comment

Claude Code's quota probes show up as agent errors

Found in the 0.8 real-BMAD round, needs a product decision.

With the base URL pointed at the ledger, Claude Code's periodic quota/usage probe ({"messages":[{"role":"user","content":"quota"}]}) is forwarded like any other call and can come back non-200 — a 404 in this case. Nothing is broken: Claude Code handles it and carries on. But the ledger counts it in the red ERRORS column, so a perfectly healthy agent looks like it is failing — the same category mistake we fixed for budget blocks in 0.

Read the thread · 2026-08-01 · closed · 1 comment

Ship an Agentic Ledger module for BMAD's community-module installer

Idea from the 0.8 test round: BMAD's installer offers 'custom or community modules (Git URL or local path)'. Agentic Ledger isn't a BMAD module today — it's configured underneath via a base-URL env var — but a thin module would make us installable from inside BMAD's own ecosystem, which is a distribution channel we currently don't have.

A module could carry:

  • the base-URL wiring for the host tool (what users otherwise paste into .claude/settings.json), plus an app-id header so a BMAD project s

Read the thread · 2026-08-01 · closed · 1 comment

New framework integration guide

docs/integrations/ has 14 step-by-step guides (Claude Code, CrewAI, LangGraph, ...) and an index in its README. If your agent framework isn't there, add it.

What a guide needs (copy the structure of an existing one, e.g. crewai.md):

  1. How to point the framework at the proxy (base_url override or OTLP endpoint)
  2. Which x-agenticledger-* headers to set for session/agent attribution, if any
  3. A minimal end-to-end example a reader can paste
  4. A row in the index table in `docs/integrat

Read the thread · 2026-07-27 · open · 0 comments

Most recent

The remaining reports are on the project's issue tracker.