Agents
Agents are AI-driven entities you can create, train, and deploy. They analyze data, execute tasks, and adapt in real time.
Last updated
Agents are AI-driven entities you can create, train, and deploy. They analyze data, execute tasks, and adapt in real time.
Last updated
Retrieve the current status (in-progress, completed, failed) of an agent's training.
The unique identifier of the agent.
Deploy a trained agent to the blockchain or a supported environment for live usage.
The unique identifier of the agent.
Fetch the logs generated by a deployed agent, including any blockchain interactions or function calls.
The unique identifier of the agent.
Limit the number of log entries.
50
Retrieve a paginated list of all AI agents, with optional filters for limit and page.
Number of agents to return per page
20
Page number
1
Create a new AI agent to be trained and deployed on the Aver platform.
Update the metadata of an existing agent. You can edit the name, description, or associated functions.
The unique identifier of the agent.
Initiate the training process for a specific agent using provided data or parameters.
The unique identifier of the agent to train.
Location or references to the training dataset.
Hyperparameter configurations for the training process.
Run one of the agent’s associated functions with your specified input data.
The unique identifier of the agent.
Name of the function to execute.
Any data required by the function.