/** * Span telemetry — barrel export. * * Agent telemetry (LLM / tool / subagent / MCP) is emitted as real OTel gen_ai spans * through the shared tracer: the gateway hooks via {@link registerSpanHooks}, on-site * MCP calls via `SenpiClient.callTool` (both using the {@link module:gen-ai} mapping). */ export { HEADER_CORRELATION_ID, HEADER_ADDRESS, HEADER_RECIPE_NAME, HEADER_RUNTIME_ID, HEADER_RUNTIME_VERSION, } from "./constants.js"; export { registerSpanHooks, type RegisterSpanHooksOptions, type SpanHooksPluginApi, } from "./span-hooks.js"; export { GEN_AI, setGenAiContentAttribute, redactAndCapContent, } from "./gen-ai.js"; //# sourceMappingURL=index.d.ts.map