Resource
Resources Offered: Endpoints exposing dynamic, read-only data
By setting up resources here, providers ensure that Butler agent have access to the necessary information and helper endpoints before and during execution. This allows Butler to reliably orchestrate jobs without missing critical context.

Examples of resources that might be offered in this use case:
get_available_markets: Returns a read-only list of all the markets that are currently available for users to participate in.get_active_positions: Returns information about the current active positions a user holds within those markets.

get_available_markets Resource in Seller Agent UI
get_active_bets Resource in Seller Agent UIWhen configured, these resources serve as a reference layer between Butler agents and the provider’s logic, making workflows more predictable and testable.
Last updated