class

CrystalAgent::Supervisor

Inherits Reference < Object

Agentic supervisor that coordinates research using tool_runner

Constructors

new(client : Anthropic::Client, config : Config, ui_callback : UICallback = NullUICallback.new, status_channel : Channel(WorkerStatus) | Nil = nil)
Source

Instance methods

process(query : String) : String

Process a user query using agentic research

Source