Customer-facing examples for integrating the real qodercli --acp process into
ACP-capable host applications.
| Demo | Status | Description |
|---|---|---|
| TypeScript | Ready | Minimal ACP client using @agentclientprotocol/sdk, stdio NDJSON, permission prompts, AskUserQuestion, and optional client file-system RPCs. |
| Rust | Planned | Future Rust ACP client demo with the same integration flow. |
typescript/ # TypeScript ACP client demo.
rust/ # Reserved for the future Rust demo.
Each language demo should be self-contained with its own README, package/build
files, docs, and examples. Shared repository-level files such as LICENSE stay
at the root.
cd typescript
npm install
npm run dev -- "/help"See typescript/README.md for the full TypeScript integration guide.