Structsยง
- Claude
Code Provider - Provider that wraps the
claudeCLI (Claude Code) as a subprocess. Sends full prompt via stdin toclaude --print, parses text-based tool calls from the response, and converts them to properContentBlock::ToolUseblocks so the agent loop can dispatch tools normally.