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.
Release files for aigie 0.4.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aigie-0.4.11.tar.gz | 557.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aigie-0.4.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / aigie-0.4.11.tar.gz
| Download URL | aigie-0.4.11.tar.gz |
|---|---|
| Size | 557.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66282c39d79dba379eae0e736cdaafbc653889111dc03a5c160dedd242ffd751
|
|
BLAKE2b-256 checksum How to use checksums |
6f1d1f8f28afad0582eb8ca620ce6a5bbdf95ec9954e6941f0a8f73f061b0981
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / aigie-0.4.11-py3-none-any.whl
| Download URL | aigie-0.4.11-py3-none-any.whl |
|---|---|
| Size | 670.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
98eb14986a2cebb0a34b88b1331b952dfad521475ba3823b9a57d4cdbedf9d43
|
|
BLAKE2b-256 checksum How to use checksums |
fe1fd2028f7ce00a662508a136f42f5f8a7e7527e029ef5db65346081015ae5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|