Metadata-Version: 2.4
Name: django-ai-agent
Version: 0.0.13
Summary: Create AI agents with Django and Pydantic AI
Project-URL: Source, https://github.com/toamatvey/django-ai-agent
Project-URL: Changelog, https://github.com/toamatvey/django-ai-agent/releases
Author-email: Matt Aliev <toamatvey@gmail.com>
License: MIT
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: django-simple-history>=3.8.0
Requires-Dist: django>=5.0
Requires-Dist: groq>=0.22.0
Requires-Dist: logfire>=3.16.1
Requires-Dist: openai>=1.73.0
Requires-Dist: pgvector>=0.4.0
Requires-Dist: pydantic-ai>=0.1.6
Requires-Dist: pydantic>=2.11.3
Requires-Dist: voyageai>=0.3.2
Provides-Extra: dev
Requires-Dist: black==25.1.0; extra == 'dev'
Requires-Dist: coverage[toml]==7.6.0; extra == 'dev'
Requires-Dist: model-bakery==1.20.4; extra == 'dev'
Requires-Dist: pytest-django==4.7.0; extra == 'dev'
Requires-Dist: pytest==8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Build AI Agents with Django fast