Skip to content

Conversation

@bankyadam
Copy link
Member

Watcher containers were failing to start with error: "AGENT_ID environment variable is required"

The docker-compose.yml template was missing the AGENT_ID environment variable for all six watcher services. The run_watcher.py script requires this variable to identify which agent it should run.

Changes:

  • Added AGENT_ID environment variable to all watcher services in docker-compose template with correct values (meta, architect, openapi, ui, integration, test)
  • Updated troubleshooting documentation with error description and resolution steps
  • Added regression test to validate AGENT_ID is set for all watcher services

Fixes issue where all agent watchers would exit immediately on startup.

…ervices

Watcher containers were failing to start with error:
"AGENT_ID environment variable is required"

The docker-compose.yml template was missing the AGENT_ID environment
variable for all six watcher services. The run_watcher.py script
requires this variable to identify which agent it should run.

Changes:
- Added AGENT_ID environment variable to all watcher services in
  docker-compose template with correct values (meta, architect,
  openapi, ui, integration, test)
- Updated troubleshooting documentation with error description
  and resolution steps
- Added regression test to validate AGENT_ID is set for all
  watcher services

Fixes issue where all agent watchers would exit immediately on startup.
@bankyadam bankyadam merged commit a9acf90 into main Jan 12, 2026
4 checks passed
@bankyadam bankyadam deleted the fix/docker-compose-agent-id-env-vars branch January 12, 2026 17:58
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.

2 participants