Metadata-Version: 2.3
Name: agentverse-client
Version: 0.1.7
Summary: A set of API clients to easily integrate to Featch AI services.
Author: Xavier
Author-email: xavier.peiro@fetch.ai
Requires-Python: >=3.9
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.11,<4.0.0)
Requires-Dist: aiohttp-retry (>=2.9.1,<3.0.0)
Requires-Dist: pydantic (>=2)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: typing-extensions (>=4.7.1)
Requires-Dist: urllib3 (>=1.25.3,<3.0.0)
Description-Content-Type: text/markdown

# List of available clients

| Name            | Description                                                                 | README                                                                                                             |
|-----------------|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
| search (sync)   | Search engine that provides the agent that best fits your needs.            | [LINK](https://github.com/fetchai/api-clients/blob/main/agentverse-client/agentverse_client/search_README.md)      |
| search (async)  | Search engine that provides the agent that best fits your needs.            | [LINK](https://github.com/fetchai/api-clients/blob/main/agentverse-client/agentverse_client/aio_search_README.md)  |
| almanac (sync)  | The Almanac is a smart contract developed and deployed on the Fetch.ai blockchain | [LINK](https://github.com/fetchai/api-clients/blob/main/agentverse-client/agentverse_client/almanac_README.md)     |                                                                                        
| almanac (async) | The Almanac is a smart contract developed and deployed on the Fetch.ai blockchain | [LINK](https://github.com/fetchai/api-clients/blob/main/agentverse-client/agentverse_client/aio_almanac_README.md) |                                                                                        

