Added
- OpenAI Agents traces now capture system instructions. The
openai-agentsinstrumentation
forwards the agent'sinstructions(echoed on the Responses API_response.instructions) as
gen_ai.system_instructions, so the agent's system prompt populates the System Instructions field.
Changed
- Bumped
@traceloop/instrumentation-bedrock0.26.0 → 0.27.0. - Bumped
@traceloop/instrumentation-llamaindex0.25.0 → 0.27.0. - Bumped
@traceloop/instrumentation-together0.25.0 → 0.27.0. - LangChain is now instrumented via OpenInference (
@arizeai/openinference-instrumentation-langchain)
instead of Traceloop. OpenInference captures tool calls, tool definitions, and tool-call/result pairing
(which Traceloop dropped), and patches the callback manager synchronously so the first call in a process
is no longer missed. Pass@langchain/core/callbacks/manageras thelangchaininstrumentation. Removes
the@traceloop/instrumentation-langchaindependency.