Skip to content

fix(obs): normalize agent name from full path to short name#668

Merged
agents-squads[bot] merged 1 commit intodevelopfrom
solve/issue-653
Mar 28, 2026
Merged

fix(obs): normalize agent name from full path to short name#668
agents-squads[bot] merged 1 commit intodevelopfrom
solve/issue-653

Conversation

@agents-squads
Copy link
Copy Markdown
Contributor

@agents-squads agents-squads bot commented Mar 28, 2026

Agents invoked with full file paths wrote the full path to observability records, breaking analytics group-by queries. Strip path prefix and extension at runAgent() entry. Closes #653

When agents are invoked with full file paths (e.g. via batch runs),
the agentName was written as-is to observability records, breaking
analytics queries that group/filter by agent name.

Strip path prefix and extension at the entry point of runAgent()
so all downstream code (obs, state, logs) receives the short name.

Closes #653
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants