Metadata-Version: 2.4
Name: termo-agent
Version: 0.5.9
Summary: Open-source serverless runtime for AI agents — bring any framework, get a production HTTP server with SSE streaming, sessions, auth, and memory.
Project-URL: Homepage, https://github.com/taco-devs/termo-agent
Project-URL: Repository, https://github.com/taco-devs/termo-agent
Author-email: Tanic Labs <hello@termo.ai>
License: MIT
License-File: LICENSE
Keywords: agent,ai,gateway,http,serverless,sse,streaming
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.9
Requires-Dist: python-dotenv>=1.0
Provides-Extra: anthropic
Requires-Dist: claude-agent-sdk>=0.1; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: openai
Requires-Dist: chromadb>=0.4; extra == 'openai'
Requires-Dist: openai-agents>=0.1; extra == 'openai'
