How OpenBrowserClaw works
masterOpenBrowserClaw follows a specific execution flow for processing messages:
- Input: You send a message via the built-in browser chat or the Telegram channel.
- Orchestration: The
orchestratorchecks for trigger patterns, saves the message toIndexedDB, and queues it. - Agent Processing: An
agent-worker(running in a Web Worker) sends the message and conversation history to the Anthropic API. - Tool Loop: If Claude decides to use a tool (like
bash,javascript, orfetch_url), the tool result is fed back into the loop. This continues until a final text response is generated. - Output: The final response is routed back to the original channel (Browser or Telegram).