Skip to content

docs(readme): add signal_routes to AgentServer quick start#175

Merged
mikehostetler merged 1 commit intomainfrom
codex/issue-174-readme-signal-routes
Feb 24, 2026
Merged

docs(readme): add signal_routes to AgentServer quick start#175
mikehostetler merged 1 commit intomainfrom
codex/issue-174-readme-signal-routes

Conversation

@mikehostetler
Copy link
Contributor

@mikehostetler mikehostetler commented Feb 24, 2026

Summary

  • add signal_routes to the Quick Start CounterAgent example
  • clarify that AgentServer.call/2 signal types must be routed

Why

The Quick Start showed calling AgentServer.call/2 with "increment" but did not declare a route, causing No route for signal at runtime.

Fixes #174

@mikehostetler mikehostetler force-pushed the codex/issue-174-readme-signal-routes branch from 3c98188 to dface28 Compare February 24, 2026 03:23
@mikehostetler mikehostetler merged commit 18e54eb into main Feb 24, 2026
6 checks passed
@mikehostetler mikehostetler deleted the codex/issue-174-readme-signal-routes branch February 24, 2026 03:30
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.

RoutingError when calling AgentServer – "No route for signal"

1 participant