Skip to content

fix(observability): quiet routed action logs#264

Merged
mikehostetler merged 1 commit into
mainfrom
fix/quiet-routed-action-logs
Apr 28, 2026
Merged

fix(observability): quiet routed action logs#264
mikehostetler merged 1 commit into
mainfrom
fix/quiet-routed-action-logs

Conversation

@mikehostetler
Copy link
Copy Markdown
Contributor

@mikehostetler mikehostetler commented Apr 28, 2026

Summary

  • propagate derived action exec logging/telemetry defaults from AgentServer into agent cmd dispatch
  • preserve explicit instruction opts and original action specs seen by hooks
  • harden default insertion so list-shaped instruction opts do not crash custom strategies
  • add regression coverage for custom strategies that call Jido.Exec.run/1 directly and for explicit opts

Issue

Refs #216 follow-up comments about noisy Jido.AI / Noop action logs during streaming.

Verification

  • mix format lib/jido/agent.ex test/jido/agent_server/telemetry_test.exs --check-formatted
  • mix test test/jido/agent_server/telemetry_test.exs
  • mix test test/jido/agent/signal_handling_test.exs test/jido/agent_server/telemetry_test.exs test/jido/agent/strategy_test.exs
  • mix test
  • mix q

@mikehostetler mikehostetler force-pushed the fix/quiet-routed-action-logs branch from 1d32f01 to d7451a8 Compare April 28, 2026 19:36
@mikehostetler mikehostetler force-pushed the fix/quiet-routed-action-logs branch from d7451a8 to 7de0575 Compare April 28, 2026 19:56
@mikehostetler mikehostetler merged commit fa13016 into main Apr 28, 2026
9 checks passed
@mikehostetler mikehostetler deleted the fix/quiet-routed-action-logs branch April 28, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant