Skip to content

Commit 2535037

Browse files
author
nadeemc2
committed
feat(gen-ai): add agent.node.* attributes for multi‑step agent graphs
1 parent fc6240d commit 2535037

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.chloggen/unreleased/agent-node.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the area of concern in the attributes-registry (e.g. http, cloud, db)
5+
component: gen-ai
6+
7+
# A brief description of the change.
8+
note: "Introduce `gen_ai.agent.node.type`, `gen_ai.agent.node.id`, and `gen_ai.agent.parent_id` attributes for fine‑grained agent‑graph spans."
9+
10+
# Mandatory: tracking issues related to the change. Use the PR number if no separate issue exists.
11+
issues: [] # replace with [12345] or similar when you know the issue/PR number
12+
13+
# (Optional) Additional information rendered under the primary note.
14+
subtext: >
15+
Enables node‑level latency, cost, and guard‑rail analysis for frameworks such
16+
as CrewAI, LangGraph, and OpenAI Agents by standardising graph‑step metadata.

0 commit comments

Comments
 (0)