Metadata-Version: 2.1
Name: hawkins-agent
Version: 0.1.4
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: flask[async]>=3.1.0
Requires-Dist: google-api-python-client>=2.156.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: tavily-python>=0.5.0
Requires-Dist: trafilatura>=2.0.0
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"

pip install hawkins-agent
