agentia

View on PyPIReverse Dependencies (0)

0.0.1 agentia-0.0.1-py3-none-any.whl

Wheel Details

Project: agentia
Version: 0.0.1
Filename: agentia-0.0.1-py3-none-any.whl
Download: [link]
Size: 27601
MD5: 72e0ecf039e96402bb32768eac6b6591
SHA256: 702c456b0c8b53cb7d0fe7e4b3f687a38a785ad071553a038c8967bafc88f8cb
Uploaded: 2024-10-23 23:46:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: agentia
Version: 0.0.1
Summary: ChatGPT powered agents, argumented with tools
Author: Wenyu Zhao
Author-Email: wenyuzhaox[at]gmail.com
Home-Page: https://github.com/wenyuzhao/augmented-gpt
Project-Url: Repository, https://github.com/wenyuzhao/augmented-gpt
License: MIT
Keywords: chatgpt,gpt
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-Python: >=3.10,<4.0
Requires-Dist: aiohttp (<4.0.0,>=3.9.3)
Requires-Dist: jinja2 (<4.0.0,>=3.1.3)
Requires-Dist: openai (<2.0.0,>=1.21.2)
Requires-Dist: pillow (<11.0.0,>=10.2.0)
Requires-Dist: pyright (<2.0.0,>=1.1.361)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Requires-Dist: pyyaml (<7.0.0,>=6.0.2)
Requires-Dist: requests (<3.0.0,>=2.31.0)
Requires-Dist: typer (<0.13.0,>=0.12.5)
Description-Content-Type: text/markdown
[Description omitted; length: 144 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
agentia/__init__.py sha256=vW66WosPE6fawuSmdfmGc6Db37UM-oI80h0rtqWbdgQ 1305
agentia/agent.py sha256=-ci5OjVFSbDk3a40IuiU4GsIA0H-lhFiZQ3gZryZcoY 11070
agentia/decorators.py sha256=gaeqW_nfQkeDZMRdftZz22Q1kScbxVOWamuI4Y1lHgM 1507
agentia/history.py sha256=u82PJwNKPNoN6N2NDVziTPBIhXPCobGLD_41_0mGzOQ 806
agentia/llm/__init__.py sha256=5SwjWBPWD05mjMFh_yO1014d8LX0yHnWyZjFJIWK-7o 5368
agentia/llm/openai.py sha256=zPT6vp1CjuslYfWo2gTZLACO5ApylzgYB_6DMqp7WhY 8948
agentia/llm/openrouter.py sha256=aNKGFJ1UTNn_GilgmEt_A51F8nGexPXSVPLG3C1ju-g 9038
agentia/main.py sha256=_eEdnamml1fMG6CYP689wfaMNmvAs8slj8TLUm7Oz0o 1068
agentia/message.py sha256=_4ghIbeayj5wDOfzou8J6opMREVOlEuS1zKM5WJTakg 7374
agentia/plugins/__init__.py sha256=s4sDG-dx603hTpOAAhYNhyUyrSZQknQ78Q_4dQQAsNw 824
agentia/plugins/calc.py sha256=wGRVQR-V6gPnV79l-uZTOUWE4jkXlcsG0syrcd_KGi0 494
agentia/plugins/code.py sha256=vvYNpt5enUCU7GA8e9QV7-6OL9IE1VBtGf3PZPvmrP0 694
agentia/tools.py sha256=e6v9sB5rcZUt2aWElgGTKPG1DpeSPOqPi6Qu5hijcpc 12609
agentia/utils/__init__.py sha256=IKBdwSm7uoiLiBwYqaEXRj0n1SsbWcTRuqmxGbC3Hpc 103
agentia/utils/config.py sha256=ySHsYWWAAThqmGtSCwut4fASnOIDuICaViNUG2IIgrU 2475
agentia/utils/gpts-auth.html sha256=8PJAsI2Z9IRXOmEDbqWC4L-V_NSH-3WU5G-RX5T77OQ 3439
agentia/utils/gpts.py sha256=moWeOBeCRQpg1tclWkEkIxkOlVcTdrjJScuIdb8RQOc 5988
agentia/utils/image.py sha256=zxl3FGuPtwN_3SCeIhKhZk-nkigsbRqQXm6k62kZOAE 5447
agentia/utils/repl.py sha256=RNjCmx-ZkFBQVl-gZPdtZWfUAvbVdAmSVYK9QRF_YzI 891
agentia/utils/voice.py sha256=YfSVzJtJPqhjpSNs05ai1SBbd7oxbim9W2LShnXfiDY 994
agentia-0.0.1.dist-info/LICENSE sha256=cbsA8hUQ8QEloowZI80PFgDpFOBr2GMtJMP2YJNTPSs 1067
agentia-0.0.1.dist-info/METADATA sha256=lIeZCHStuWc6A18KOw7UNKU96lregrhNhgvra7U0Mw0 1152
agentia-0.0.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
agentia-0.0.1.dist-info/entry_points.txt sha256=g8wNhHdMG-b2Nem1c38_HaA4ObmUxtLZkGkU8ztY5No 45
agentia-0.0.1.dist-info/RECORD

entry_points.txt

agentia = agentia.main:main