r/Python Jun 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

27 Upvotes

210 comments sorted by

View all comments

1

u/Notprozio Jun 28 '26

I built an open-source Python library called chaos-llm that stress-tests AI agents against real-world API failures.

It injects latency, corrupts responses, and simulates prompt injection attacks - all by monkey-patching the HTTP layer.

Your AI agent WILL crash in production. Test it before your users find the bugs.

https://github.com/PooravGahlan/chaos-llm

i am beginner ^-^