Hive Agent Client Library
Client library to interact with Hive Agents.
Project Requirements
Python 3.6 or higher
Setup
To use the HiveAgentClient
library, you first need to ensure that you have Python installed on your system and then install the required dependencies.
Install Poetry
If you don't have Poetry installed, you can install it using the following commands:
Activate the Virtual Environment
Activate the virtual environment created by Poetry with the following command:
Install Dependencies
Usage
To use the HiveAgentClient
library in your project, you need to import the HiveAgentClient
class from the library and then create an instance of the class with the appropriate configuration.
Read the full tutorial here.
Last updated