Worker agent that researches a specific topic using web search and URL fetching
Constructors
new(id :
Int32, task :
String, client :
Anthropic::Client, config :
Config, status_channel :
Channel(
WorkerStatus) |
Nil = nil, round :
Int32 = 1)
SourceInstance methods
run
Run the research task using tool runner
Sourcerun_async(result_channel :
Channel(
WorkerResult))
Run the worker in a fiber and send result to channel
Source