Agents
Agents are AI-driven entities you can create, train, and deploy. They analyze data, execute tasks, and adapt in real time.
Retrieve a paginated list of all AI agents, with optional filters for limit and page.
Number of agents to return per page
20Page number
1A list of agents retrieved successfully.
Invalid query parameters.
Server error while listing agents.
Create a new AI agent to be trained and deployed on the Aver platform.
Agent created successfully.
Invalid request body or missing required fields.
Server error while creating agent.
Update the metadata of an existing agent. You can edit the name, description, or associated functions.
The unique identifier of the agent.
Agent updated successfully.
Invalid request body.
Agent not found.
Server error while updating 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.
Training process accepted. The status can be polled.
Invalid training data.
Agent not found.
Server error while initiating training.
Retrieve the current status (in-progress, completed, failed) of an agent's training.
The unique identifier of the agent.
Training status retrieved successfully.
Agent not found.
Server error while fetching training status.
Deploy a trained agent to the blockchain or a supported environment for live usage.
The unique identifier of the agent.
Agent deployed successfully.
The agent is not fully trained or is in an invalid state.
Agent not found.
Server error during deployment.
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.
50Logs retrieved successfully.
Agent not found or no logs available.
Server error while retrieving logs.
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.
Function executed successfully.
Invalid function call or input data.
Agent or function not found.
Server error while executing the function.
Last updated