Enterprise-grade AI agent reliability monitoring and autonomous remediation. The aigie package (also known as Kytte SDK) provides observability, alerting, and self-healing for AI agents in production. Current version is 0.2.43, actively maintained with weekly releases.
pip install aigieNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the SDK with your API key, then use the @aigie.monitor decorator to track agent reliability.
Use keyword argument: aigie.init(api_key='...')
Always call aigie.init() before defining or calling any monitored function.
Start using agent_name='...' to future-proof your code.
Use import aigie then call aigie.init()
Set environment variable or pass api_key kwarg: aigie.init(api_key='your-key')
Use aigie.init(api_key='...')
No dependency data recorded yet.