# AgentFlare Python SDK 🐍
[](https://pypi.org/project/agentflare/)
[](https://github.com/agentflare-ai/agentflare/blob/main/LICENSE)
[](https://discord.gg/agentflare)
[](https://x.com/agentflare)
The official Python SDK for AgentFlare – the infrastructure platform for AI agents. Integrate observability, deployment, and management into your Python-based AI agents with ease.
## 🚀 What is AgentFlare?
AgentFlare provides essential infrastructure for production AI agents, including real-time observability (Telepathy), cost tracking, and one-click deployments. This SDK makes it simple to enhance your agents with these features.
For more on AgentFlare, visit [agentflare.ai](https://agentflare.ai) or our [main docs](https://docs.agentflare.ai).
## ✨ Key Features
- **Telepathy Observability**: Trace decisions, monitor performance, and attribute costs in real-time.
- **Drop-in Integration**: Replace standard imports for instant enhancements.
- **Protocol Agnostic**: Works with MCP and custom protocols.
- **Analytics**: Track latency, errors, and usage.
- **Deployment Tools**: Deploy agent servers directly from your code.
## 🛠️ Installation
Install via pip:
```bash
pip install agentflare
```
Requires Python 3.10+. For development, clone the repo and install dependencies:
git clone https://github.com/agentflare-ai/agentflare.git
cd agentflare
pip install -e ".[dev]"
📚 Quickstart
Enable Observability
# Before: Standard MCP client
from mcp_sdk import Client
# After: With AgentFlare observability
from agentflare import Client # Drop-in replacement
client = Client(api_key="your-agentflare-key")
# Now all interactions are traced automatically!
response = client.chat("Hello, AI agent!")
print(response) # Includes reasoning, perf metrics, and costs
Advanced Usage: Custom Tracing
from agentflare import TelepathyTracer
tracer = TelepathyTracer()
with tracer.span("agent_decision"):
# Your AI agent logic here
decision = model.predict(input_data)
tracer.log_cost(model_cost=0.05) # Track spending
tracer.export() # Send to AgentFlare dashboard
For full examples, check the examples/ directory or our quickstart guide.
📊 Documentation
👥 Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines. Start with issues labeled "good first issue".
📝 License
MIT License. See LICENSE for details.
🤝 Community & Support
- 💬 Join Discord for discussions.
- 🐦 Follow us on X/Twitter.
- 📧 Contact: hello@agentflare.ai.
- 🌟 Star this repo if it helps!
Built with ❤️ by the AgentFlare team in San Francisco.
Release files for agentflare 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentflare-0.0.0.tar.gz | 22.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentflare-0.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.8 kB
Release files / agentflare-0.0.0.tar.gz
| Download URL | agentflare-0.0.0.tar.gz |
|---|---|
| Size | 22.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
463e91072724ab4597816066fea214b323fbdb21b156056079caca02f7398610
|
|
BLAKE2b-256 checksum How to use checksums |
70bc9bcbc0bc466ba9977a5dbac6dba9e8302a7beace1203a47be7376f6cd28b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 11, 2025.
Transparency logRelease files / agentflare-0.0.0-py3-none-any.whl
| Download URL | agentflare-0.0.0-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c638374dfceedf06cbd53ec16d6a1b14b20b24a496727bce27ca2f92f747634b
|
|
BLAKE2b-256 checksum How to use checksums |
d82ccdc6e6efa5166a37c8a512be2c136feb65af393d7ff0c3b7eed909b2afe3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 11, 2025.
Transparency log