Metadata-Version: 2.1
Name: hawkins-agent
Version: 0.1.0
Summary: A Python SDK for building AI agents with minimal code using Hawkins ecosystem with HawkinDB memory
Home-page: https://github.com/hawkins-ai/hawkins-agent
Author: Harish Santhanalakshmi Ganesan
License: MIT
Project-URL: Documentation, https://github.com/hawkins-ai/hawkins-agent#readme
Project-URL: Source, https://github.com/hawkins-ai/hawkins-agent
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.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: build>=1.2.2.post1
Requires-Dist: flask[async]>=3.1.0
Requires-Dist: google-api-python-client>=2.156.0
Requires-Dist: hatchling>=1.27.0
Requires-Dist: hawkins-rag>=0.1.0
Requires-Dist: hawkinsdb>=1.0.1
Requires-Dist: litellm>=1.0.0
Requires-Dist: openai>=1.58.1
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: serpapi>=0.1.5
Requires-Dist: setuptools>=75.6.0
Requires-Dist: tavily-python>=0.5.0
Requires-Dist: trafilatura>=2.0.0
Requires-Dist: twine>=6.0.1
Requires-Dist: wheel>=0.45.1
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Provides-Extra: full
Requires-Dist: build>=1.2.2.post1; extra == "full"
Requires-Dist: wheel>=0.45.1; extra == "full"

pip install hawkins-agent
