Strategies
Strategies define high-level plans—like DeFi trading or data analytics—that guide agents to achieve specific goals. They encapsulate goals, parameters, and logic for optimized decision-making.
Last updated
Strategies define high-level plans—like DeFi trading or data analytics—that guide agents to achieve specific goals. They encapsulate goals, parameters, and logic for optimized decision-making.
Last updated
Retrieve a list of available strategies for agents, including DeFi trading, data analytics, or other specialized tasks.
/strategies
Add a new strategy that can be linked to one or more agents.
/strategies
Retrieve details of a specific strategy, including its parameters and associated agents.
/strategies/{id}
The unique identifier of the strategy.
Modify the parameters or description of an existing strategy.
/strategies/{id}
The unique identifier of the strategy.
Remove a strategy by its unique identifier.
/strategies/{id}
The unique identifier of the strategy.
No body