micro--go-micro
3540bf5a50
Co-authored-by: Codex <codex@openai.com>
0→hero CI harness
This directory owns the no-secret reference scenario for the Go Micro services → agents → workflows lifecycle. It is intentionally small and scripted so CI can run it on every push without external services or model keys.
run.sh verifies three boundaries together:
- Run —
micro runremains available as the local development entry point. - Chat —
micro chatremains available as the interactive agent entry point. - Inspect —
micro inspect agent <name>andmicro inspect flow <name>remain available as the local run-history inspection step, withmicro flow runspreserving durable workflow history inspection.
After the CLI boundary smoke checks, the script runs the deterministic harnesses that boot real services, agents, workflows, store-backed run history, and A2A with only the LLM mocked.