Metadata-Version: 2.3
Name: agentverse-client
Version: 0.1.1
Summary: 
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) |
