|
|
2 месяцев назад | |
|---|---|---|
| .. | ||
| acp-agent | 2 месяцев назад | |
| coding-agent | 2 месяцев назад | |
| echo-agent | 2 месяцев назад | |
| README.md | 2 месяцев назад | |
| base.yml | 2 месяцев назад | |
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: pnpm run demo:echo
When prompted, type "echo " to trigger a tool call round-trip.
The real thing: DeepSeek V4 + the bash tool suite + stdio chat + JSONL persistence, wired from cordis.yml. Where echo-agent proves the skeleton with mocks, this is a usable coding assistant.
Run with: pnpm run demo:coding (needs DEEPSEEK_API_KEY in the environment or a gitignored repo-root .env). See coding-agent/README.md for details.