/** * Child Agent Worker — Runs in forked process. * * This is the REAL implementation that: * 1. Initializes its own LLM client * 2. Builds a focused system prompt * 3. Runs the agent loop (think → act → observe) * 4. Makes real LLM calls * 5. Executes real tool calls * 6. Returns real results * * Unlike subagent-worker.js (placeholder), this does actual work. */ export {}; //# sourceMappingURL=child-agent-worker.d.ts.map