Metadata-Version: 2.4
Name: fastapi-agent
Version: 0.1.0
Summary: Add an AI Agent to your FastAPI application. The agent knows how to interact with your endpoints within a chat interface.
Project-URL: Homepage, https://github.com/orco82/fastapi-agent
Project-URL: Repository, https://github.com/orco82/fastapi-agent
Project-URL: Documentation, https://github.com/orco82/fastapi-agent#readme
Project-URL: Bug Tracker, https://github.com/orco82/fastapi-agent/issues
Project-URL: Changelog, https://github.com/orco82/fastapi-agent/blob/main/CHANGELOG.md
Author-email: Or Cohen <orco82@gmail.com>
License: MIT
Keywords: agent,ai,api,chat,endpoints,fastapi
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.116.1
Requires-Dist: generative-ai-hub-sdk>=3.8.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-ai>=0.4.7
Requires-Dist: pydantic>=2.11.7
Requires-Dist: uvicorn>=0.35.0
