Instrument — Add Opik Tracing to a Codebase You are instrumenting an existing codebase with Opik observability. Follow these steps precisely. Step 1 — Scope If is provided, scope your work to those files or directories. Otherwise, discover the project root and instrument the main application code. Step 2 — Detect Language & Frameworks Scan the codebase to determine: 1. Language : Python (look for , , ) or TypeScript (look for , , ) 2. LLM frameworks in use — search imports for these patterns: | Import pattern | Framework | Integration | |---|---|---| | / | OpenAI | | | | Anthropic | | | / | L…