import type { RunTreeConfig } from "../../run_trees.js"; /** * Configuration options for wrapping Claude Agent SDK with LangSmith tracing. */ export type WrapClaudeAgentSDKConfig = Partial>;