Metadata-Version: 2.1
Name: agentia
Version: 0.0.1
Summary: ChatGPT powered agents, argumented with tools
Home-page: https://github.com/wenyuzhao/augmented-gpt
License: MIT
Keywords: chatgpt,gpt
Author: Wenyu Zhao
Author-email: wenyuzhaox@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: jinja2 (>=3.1.3,<4.0.0)
Requires-Dist: openai (>=1.21.2,<2.0.0)
Requires-Dist: pillow (>=10.2.0,<11.0.0)
Requires-Dist: pyright (>=1.1.361,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Project-URL: Repository, https://github.com/wenyuzhao/augmented-gpt
Description-Content-Type: text/markdown

# AugmentedGPT: Simple ChatGPT api wrapper with function calls

[Example Usage](examples/example.ipynb)

Install: `pip3 install augmented-gpt`

