Metadata-Version: 2.3
Name: libertai-agents
Version: 0.2.0
Summary: Framework to create and deploy decentralized agents
License: MIT
Author: LibertAI.io team
Author-email: hello@libertai.io
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: langchain
Provides-Extra: self-funded
Requires-Dist: aiohttp (>=3.10.11,<4.0.0)
Requires-Dist: coinbase-agentkit (>=0.1.3,<0.2.0) ; extra == "self-funded"
Requires-Dist: coinbase-agentkit-langchain (>=0.1.0,<0.2.0) ; extra == "self-funded"
Requires-Dist: fastapi[standard] (>=0.112,<1.0.0)
Requires-Dist: langchain-community (>=0.3.9,<0.4.0) ; extra == "langchain"
Requires-Dist: pydantic (>=2.5.2,<3.0.0)
Requires-Dist: transformers (>=4.48.0,<5.0.0)
Project-URL: Bug Tracker, https://github.com/LibertAI/libertai-agents/issues
Project-URL: Documentation, https://docs.libertai.io/agents
Project-URL: Homepage, https://libertai.io
Project-URL: Repository, https://github.com/LibertAI/libertai-agents
Description-Content-Type: text/markdown

# LibertAI Agents

<div align="center">

[![pypi](https://img.shields.io/pypi/v/libertai-agents.svg)](https://pypi.org/project/libertai-agents)
[![python](https://img.shields.io/pypi/pyversions/libertai-agents.svg)](https://pypi.org/project/libertai-agents)

</div>

Framework to create and deploy decentralized agents 🚀

> ⚠ This framework is in beta and might undergo some breaking changes before the stable release.

Take a look at [our documentation](https://docs.libertai.io/agents) to get started!
