Basically, you just join the server and there are a couple of commands you can use:
#agent Name - to spawn your agent
@Name task - tell agent to execute a task (for example @Alice build me a house)
#stop Name / #kill Name - to stop or kill the agent
#list - to list your active agents
Agent preserves the conversation context between runs and it executes commands in the loop to solve a task. It has a couple of skills to fetch the current state of the world, to place blocks, execute commands, etc.
Basically, you just join the server and there are a couple of commands you can use: #agent Name - to spawn your agent @Name task - tell agent to execute a task (for example @Alice build me a house) #stop Name / #kill Name - to stop or kill the agent #list - to list your active agents
Agent preserves the conversation context between runs and it executes commands in the loop to solve a task. It has a couple of skills to fetch the current state of the world, to place blocks, execute commands, etc.
Right now it uses opus 4.6
reply