Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 956 Bytes

File metadata and controls

33 lines (24 loc) · 956 Bytes

Qoder ACP Demos

Customer-facing examples for integrating the real qodercli --acp process into ACP-capable host applications.

Available Demos

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.

Repository Layout

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.

TypeScript Quick Start

cd typescript
npm install
npm run dev -- "/help"

See typescript/README.md for the full TypeScript integration guide.