endpoints/agents
Values
pub fn get_agent(
token: auth.AgentToken,
) -> Result(agent.Agent, api.ApiError)
pub fn get_agent_events(
token: auth.AgentToken,
) -> Result(List(agent_event.AgentEvent), api.ApiError)
pub fn get_public_agent(
agent_symbol: agent_symbol.AgentSymbol,
) -> Result(public_agent.PublicAgent, api.ApiError)
pub fn list_public_agents(
page: option.Option(Int),
limit: option.Option(Int),
) -> Result(
api.PagedData(List(public_agent.PublicAgent)),
api.ApiError,
)