When your agent fails, this tells you exactly why.
Project description
AgentAutopsy
When your agent fails, this tells you exactly why.
CLI
agentautopsy runs # see all agent runs agentautopsy replay # replay any failure agentautopsy stats # fix cache stats
Install
pip install agentautopsy
Usage
import agentautopsy
agentautopsy.watch()
# your existing agent code here — nothing else changes
AgentAutopsy automatically intercepts every LLM call, detects failures, finds root cause, outputs a verified fix, and caches it for next time.
Setup
Windows: set ANTHROPIC_API_KEY=your-key-here
Mac/Linux: export ANTHROPIC_API_KEY=your-key-here
Get your free key at console.anthropic.com
Quick start
Create test_agent.py and paste this:
import agentautopsy
agentautopsy.watch()
Run: python test_agent.py
Works with
OpenAI, Anthropic, LangChain, any framework using openai or anthropic
Requirements
Python 3.11+, ANTHROPIC_API_KEY
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentautopsy-0.3.0.tar.gz.
File metadata
- Download URL: agentautopsy-0.3.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
191dc48e7db4dddbbb3654bb58d08b2399a81d0e8c2764dab5a842f995719456
|
|
| MD5 |
1f580d17bf33f0043159762e48e6329f
|
|
| BLAKE2b-256 |
ca259ff4d338beea801d7dc497aeda83b4e0988f013ee0a601992296cad21dc2
|
File details
Details for the file agentautopsy-0.3.0-py3-none-any.whl.
File metadata
- Download URL: agentautopsy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fad60e1433be90d8e64b180179e5adf9bde79d9cb7d10c9704a045505682506b
|
|
| MD5 |
a7f5a2dfe9508cf99f62fdcc7bbd261a
|
|
| BLAKE2b-256 |
ab8d931b9545fe4ef96789bbf0696fbe49f93ca8eb876fc7f934d406109dd53e
|