Metadata-Version: 2.4
Name: spawnhub
Version: 0.1.0
Summary: Instrument your AI agents and watch them live in SpawnHub
Project-URL: Homepage, https://spawnhub.ai
Project-URL: Documentation, https://spawnhub.ai/docs
Project-URL: Source, https://github.com/waqasahmedch/spawnhub
Project-URL: Bug Tracker, https://github.com/waqasahmedch/spawnhub/issues
Author-email: SpawnHub <waqasahmedch@gmail.com>
License: MIT
Keywords: agents,ai,llm,observability,opentelemetry,otel,tracing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.25.0
Requires-Dist: opentelemetry-sdk>=1.25.0
Provides-Extra: all
Requires-Dist: langchain>=0.3.0; extra == 'all'
Requires-Dist: openai-agents>=0.0.12; extra == 'all'
Requires-Dist: opentelemetry-instrumentation-langchain>=0.1.0; extra == 'all'
Provides-Extra: langchain
Requires-Dist: langchain>=0.3.0; extra == 'langchain'
Requires-Dist: opentelemetry-instrumentation-langchain>=0.1.0; extra == 'langchain'
Provides-Extra: openai
Requires-Dist: openai-agents>=0.0.12; extra == 'openai'
Description-Content-Type: text/markdown

# spawnhub

Instrument your AI agents and watch them live in [SpawnHub](https://spawnhub.ai).

```bash
pip install spawnhub
```

```python
from spawnhub import instrument

result = instrument(api_key="spwnhub_...")
# ... run your agents (LangChain, OpenAI Agents SDK, CrewAI, AutoGen, Google ADK) ...
result.force_flush()
```

Auto-detects the installed framework and configures telemetry accordingly.
