Enterprise-grade AI agent reliability monitoring and autonomous remediation
Project description
Aigie Python SDK
Aigie is the official Python SDK for Kytte -- the Autonomous Reliability Platform for Agentic AI.
Proprietary software. Copyright (c) 2026 Kytte AI, Inc. All Rights Reserved. Use of the Aigie SDK requires a written agreement with Kytte AI, Inc. and a valid Kytte account. Not licensed for redistribution or modification. Contact: support@kytte.ai
Kytte is a runtime reliability platform for agentic AI, built to address the core reason most AI agents never reach production: non-deterministic runtime failures. Unlike reactive observability tools, Kytte operates during execution -- proactively detecting and autonomously remediating failed agent steps in real time, with no changes to your existing infrastructure or agent architecture. The Aigie SDK is the integration layer that connects your agents to the Kytte platform:
- Detects context drift and errors before they impact users
- Fixes issues automatically through self-healing workflows
- Prevents failures with predictive intervention
Installation
pip install aigie
Or install everything, including all optional integrations:
pip install aigie[all]
Connect your agents
You'll need a Kytte token, issued by the Kytte team — contact us at kytte.ai or support@kytte.ai to request one. Then it's one line to make your agents self-healing:
import aigie
# External (via ingress)
aigie.init("https://kytte.yourdomain.com/api", "your-kytte-token")
# Internal (pod-to-pod inside the cluster)
# aigie.init("http://kytte-agent.<namespace>.svc.cluster.local:8000/api", "your-kytte-token")
# That's it! Your agents are automatically traced and protected.
Supported frameworks & integrations
Every framework. Every model. Every tool. Any provider.
Kytte integrates natively and seamlessly with your agent. Zero infrastructure changes. Works with everything you already use.
Links
- Website: https://kytte.ai/
- Support: support@kytte.ai
License
Proprietary -- Copyright (c) 2026 Kytte AI, Inc. All Rights Reserved. Use requires a written agreement with Kytte AI, Inc.
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 aigie-0.3.4.tar.gz.
File metadata
- Download URL: aigie-0.3.4.tar.gz
- Upload date:
- Size: 419.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
993c7a330a485aa5e0476e040af7e866e1b3ffeff1953b3c34eb30854e16f4ad
|
|
| MD5 |
0d7acac64fa822036041a31192130f84
|
|
| BLAKE2b-256 |
6bb7e12cd879d70b23dc4d037fe4051cdfb082926f7a4c0076ed0d4166efacd8
|
File details
Details for the file aigie-0.3.4-py3-none-any.whl.
File metadata
- Download URL: aigie-0.3.4-py3-none-any.whl
- Upload date:
- Size: 498.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7cafdc6f818523afd4503dc4e1c36b254d70926912f5c7898b2a6a6abdc6abc
|
|
| MD5 |
7eacfa68a8d0180d5be75fc825bfd45d
|
|
| BLAKE2b-256 |
4dd86bac2c7788f909a93a74afc4e1b9ee2f0172202fbf64c954896abb5641bb
|