Metadata-Version: 2.1
Name: uagents-core
Version: 0.1.0
Summary: Core components for agent based systems
License: Apache 2.0
Author: Ed FitzGerald
Author-email: edward.fitzgerald@fetch.ai
Requires-Python: >=3.9,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
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-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: bech32 (>=1.2.0,<2.0.0)
Requires-Dist: ecdsa (>=0.19.0,<0.20.0)
Requires-Dist: msgpack (>=1.0.4,<2.0.0)
Requires-Dist: pydantic (>=2.8,<2.9)
Requires-Dist: requests (>=2.32.3,<3.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: structlog (>=24.4.0,<25.0.0)
Description-Content-Type: text/markdown

# UAgents-Core

Core definitions and functionalities to build agent which can interact and integrate with Fetch.ai ecosystem and agent marketplace.
