You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: plumb agent_name and agent_stats through ExecutionContext
- Add agent_name: Option<String> and agent_stats: Option<AgentStats>
to ExecutionContext
- Plumb front_matter.name to ctx.agent_name in main.rs execute handler
- Load otel.jsonl from safe_output_dir, parse into ctx.agent_stats
(non-fatal if missing — just logs debug/warn)
- Add OTel env vars to base.yml AWF step (always-on: COPILOT_OTEL_ENABLED,
COPILOT_OTEL_FILE_EXPORTER_PATH, COPILOT_OTEL_EXPORTER_TYPE)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments