Instrument an LLM client
instrumentLLM() returns a proxy with the same public shape as the original client. Known generation methods are captured automatically.
Instrument a tool
UseinstrumentTool() for normal telemetry. Use guardTool() when you also need a policy check.