Agentx

View on PyPIReverse Dependencies (2)

0.0.25 AgentX-0.0.25-py3-none-any.whl

Wheel Details

Project: Agentx
Version: 0.0.25
Filename: AgentX-0.0.25-py3-none-any.whl
Download: [link]
Size: 36548
MD5: 461295614137e80e543c33b63c778573
SHA256: f4fc1400fe9ae81bab1308456663083a12e59972e8d2f8b7830748157b74b26e
Uploaded: 2024-04-29 12:34:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: AgentX
Version: 0.0.25
Summary: AgentX: Seamlessly integrate intelligent agents into your projects. Empower your applications with advanced AI capabilities.
Author-Email: Erfan Zare Chavoshi <erfanzare810[at]gmail.com>
Project-Url: Homepage, https://github.com/erfanzar/AgentX
Project-Url: Issues, https://github.com/erfanzar/AgentX/issues
Project-Url: Documentation, https://erfanzar.github.io/AgentX
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: typing (~=3.7.4.3)
Requires-Dist: ipython (~=8.17.2)
Requires-Dist: tqdm (~=4.64.1)
Requires-Dist: pydantic (==2.5.3)
Requires-Dist: setuptools (~=68.1.2)
Requires-Dist: gradio (~=4.18.0)
Requires-Dist: numpy (~=1.26.2)
Requires-Dist: uvicorn (~=0.23.2)
Requires-Dist: pydantic-core (==2.14.6)
Requires-Dist: requests (~=2.31.0)
Requires-Dist: transformers (>=4.36.1)
Requires-Dist: huggingface-hub (>=0.20.1)
Requires-Dist: absl-py (==2.0.0)
Requires-Dist: Jinja2 (~=3.1.2)
Requires-Dist: websocket-client
Requires-Dist: AgentX[gguf,ollama,rag,torch]; extra == "all"
Requires-Dist: llama-cpp-python; extra == "gguf"
Requires-Dist: ollama; extra == "ollama"
Requires-Dist: faiss-cpu; extra == "rag"
Requires-Dist: sentence-transformers; extra == "rag"
Requires-Dist: pymupdf; extra == "rag"
Requires-Dist: python-docx; extra == "rag"
Requires-Dist: torch; extra == "torch"
Requires-Dist: bitsandbytes; extra == "torch"
Requires-Dist: accelerate; extra == "torch"
Provides-Extra: all
Provides-Extra: gguf
Provides-Extra: ollama
Provides-Extra: rag
Provides-Extra: torch
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5333 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
agentx/__init__.py sha256=rAtOD3Zs73foAt6V3Uw4h6qJIatxS9fK-XnYEubBWiQ 591
agentx/cli.py sha256=Bu1iZ5RBu08zkVJ2m4kAdb1FN3xCQwykK86pKg1ySsM 5826
agentx/utils.py sha256=JGY9eDGqLQ3bjWFj0ndX3fqSNKFBccpSd7GLhUMhaZw 105
agentx/agents/__init__.py sha256=KxROeLuR3MrwAMh0jXv5OndDfelUegtHBJDJugGCgNg 90
agentx/agents/base_agent.py sha256=JHeKKmPg38j4488r6xMOp0QVqfkY-TeliP8F61wvbZM 892
agentx/agents/action/__init__.py sha256=gQYorpuaZg8AQPeUsp88KgoJVLKDa4S8fo6RZ5g1bo0 32
agentx/agents/action/action.py sha256=UlxAIcgAZFvVgpMDWDbQ7S0LjVakMK01egi3P4ffTiM 2610
agentx/agents/action/prompt.jinja2 sha256=IjLG8gMWZO6Jjvvzg55D0hmScQk20EDNs5vYcNEmIDc 1297
agentx/agents/chat/__init__.py sha256=GbQA4ViQs1tWNF-FFuvYClkPvGOZwYSejhIK8TMI6xA 27
agentx/agents/chat/chat.py sha256=8NUFPlbdzK7blZJIl0ZVjGitumfZ8R9rnDBwqBYr8iE 1861
agentx/agents/chat/prompt.jinja2 sha256=GUmXlDWmb7bbwhvoieAu47ogS_rKI4FQaKPpmbRE-lU 796
agentx/agents/coder/__init__.py sha256=4gBkW-MAQn6YHvV6dKinJVQLSW1VO1mMBIB48jBw0vw 30
agentx/agents/coder/coder.py sha256=Y7mjb-Iz6SEUcIHm9spa-fdl2ztlKeQQtY0JitpPneQ 3417
agentx/agents/coder/prompt.jinja2 sha256=ep3RzLjHIzW8eZWZc68ChkAIIQpyQ8gR4EQJIwnMzs8 2282
agentx/data_reader/__init__.py sha256=x6br6jiXS-vXYyNGqzG-h2H6x3tWykeAJrNKlsNtze0 102
agentx/data_reader/loaders.py sha256=2tLI43agQYBAGaC2LPBI65I7bkH48S9IbnyxrNA26SI 2165
agentx/engine/__init__.py sha256=y1Kwdmffy7Vpcen_fPEHrucLMVHm21vynS4vmQ4r1yM 167
agentx/engine/configuration.py sha256=fs_hAa9OI2eJXlK1sfIkoHelyODUbvjYk3jz-scx16I 599
agentx/engine/engine.py sha256=KScaTMzV_LBgHyCKSOFyKRUHUnDsEBkmAuqxd3ZWm5M 32694
agentx/engine_websocket/__init__.py sha256=ZLVC4XMiWLzjICU2xFfZpSU9RiFL4WDPnd5ZvUQmYis 61
agentx/engine_websocket/client.py sha256=uLYS4fItzZAqiwlLyPTDPdVkFdsua1hXTNc622sXjnY 1787
agentx/engine_websocket/serve.py sha256=MLSks-bKC3e6YBbf_0b1QbzowjWLcBiUE96Z76J4aEs 3178
agentx/llama_cpp/__init__.py sha256=RQAJ7G2qexhHjXAur4Ah6MespWK0A-cTiYaAoj68qGc 389
agentx/llama_cpp/_configuration.py sha256=VH6u73K1cxDIOM-_a8i24ZD3V2k5gz_TrgVrjwV2pHs 15831
agentx/llama_cpp/_quantize.py sha256=UmKf_0yhTFtGbhR1YI1jGGjP0qLOV62cQIJiVNgXmxI 409
agentx/llama_cpp/_utils.py sha256=9DQZKhjYOWY5Ala0Ko_uddRGHDhP-qiEpDFd4zfDyB8 1208
agentx/llama_cpp/inference.py sha256=ydfVhmkdw_PBJAu6h59hvNdNbLPYZa5h0PcHAPcDV8s 13282
agentx/prompt_templates/__init__.py sha256=wZob_DISHbNoN_uasvTOq02Au6bY53TZXl9x3cfvlfM 46
agentx/prompt_templates/prompt_template_chatml.jinja2 sha256=AyjlR_2M0cS1IHS6CZWF4olVLkktmVCi2gjvhNN24MA 446
agentx/prompt_templates/prompt_template_gemma.jinja2 sha256=HlHVwP7C-D2hlT-4ULe1MrfaAtDcNfkgHmceC5o1oSM 594
agentx/prompt_templates/prompt_template_llama.jinja2 sha256=Xt_5dBBm81BSnvHQfexnjhlTjVBx_wSmTrN1wCmxgvw 471
agentx/prompt_templates/prompt_template_llama_3.jinja2 sha256=T0bs1DQY8hbfjCaTbGDl0EvMgdtH212G--iJ9kIS3Uw 393
agentx/prompt_templates/prompt_template_open_chat.jinja2 sha256=kBsQ1HGV-ttWkhN-zUsnM3ML6dMv3mxuriPlFTcSUl4 222
agentx/prompt_templates/prompt_template_zephyr.jinja2 sha256=qZHadikoFqq9ClEVhY7j8aIaI08cbNGU2JtQMqYVPt0 429
agentx/prompt_templates/prompt_templates.py sha256=ftpHN7kEAji2-Xxltnwb2RncKfncrEpG2r4o9Celphk 3365
AgentX-0.0.25.dist-info/LICENSE sha256=7UbJqWDYjIQfwSNBlWAL80Knn5x1QjUcSO1AP4N1zRY 1076
AgentX-0.0.25.dist-info/METADATA sha256=FGwdw6f60UF5HdflsFJaeIiAuFbtNmsCqs70iEqBSmM 7229
AgentX-0.0.25.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
AgentX-0.0.25.dist-info/entry_points.txt sha256=KEx19pHznvy04KEZ2jpGQPyhzYlPhekpeKVseEpLecc 42
AgentX-0.0.25.dist-info/top_level.txt sha256=s-q-HB9Gb_QdrZNacSeQyF_c25gQooMy7DlxzgLOHPk 7
AgentX-0.0.25.dist-info/RECORD

top_level.txt

agentx

entry_points.txt

agentx = agentx.cli:cli