Runnable demos (not workspaces) that showcase how the harness is wired.
A mock model + echo tool + stdio UI + JSONL persistence demo. Demonstrates:
cordis.yml via @cordisjs/plugin-loader + @cordisjs/plugin-includeLlmAdapter (streaming scripted responses)ctx.tools.register()session/event + session/flush patternagent/stream-chunk and session eventsRun with: yarn demo (or node --expose-internals --import tsx examples/echo-agent/start.ts)
When prompted, type "echo " to trigger a tool call round-trip.