You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A research agent that can only read and search files, not modify them",
"tools": ["grep", "glob", "view"],
"prompt": "You are a research assistant. You can search and read files but cannot modify anything. When asked about your capabilities, list the tools you have access to.",
},
],
}
)
response = await session.send_and_wait(
{"prompt": "What custom agents are available? Describe the researcher agent and its capabilities."}