[AAASM-2288] ✨ (scenarios/sidecar-runtime): Add sidecar-runtime scenario with Docker Compose and agent examples#27
Merged
Chisanan232 merged 7 commits intoJun 1, 2026
Conversation
…and troubleshooting
…ntime via Docker Compose
… with gateway/offline fallback
…with gateway/offline fallback
|
4 tasks
Contributor
Author
Code Review — Claude CodeScope review result: ✅ Ready to merge CI status
Coverage against AAASM-2288 / AAASM-2197 AC-3
Observations
No issues found. Approved from scope and correctness standpoint. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




What changed
Added
scenarios/sidecar-runtime/demonstrating how to run agent examples against a local Agent Assembly runtime via Docker Compose. Includes:README.md— concept diagram, setup/run/cleanup commands, port/env-var table, troubleshootingdocker-compose.yml—assembly-gatewayservice definition (mock or real gateway)mock-gateway/Dockerfile+mock-gateway/server.js— lightweight Node.js HTTP mock that evaluates tool calls against a simple policyscripts/start.sh— starts the runtime, waits for health check, prints instructionsscripts/stop.sh— tears down containers cleanlyexamples/python-agent/agent.py— Python agent that connects to gateway or falls back to offline policyexamples/node-agent/agent.js— Node.js equivalentBoth agent examples run fully offline without Docker (offline mode), and connect to the real gateway container when
ASSEMBLY_GATEWAY_URLis set.Related ticket
Closes #AAASM-2288
How to verify
Offline (no Docker required):
With local runtime (Docker required):
Checklist
[AAASM-XXXX] <GitEmoji> (<scope>): <summary>.envfiles committedREADME.mdwith prerequisites and run instructions