Install the SDK
Configure Your Environment
.env
file with:Run the Sample Agent
id
, worker_description
, get_state_fn
, and action_space
. You can change any of these as you like. The action_space
is the only really crucial part.
If you would like to pick and choose which tools you use with which agents, then as well as all tools being listed in the respectiveaction_space
, each tool is set as a method on the helper classes. For example, you can get the game_sdk Function
instance for checking on-chain balances from compass.virtuals_sdk.api_wrapper.Others.generic_balance_get
.