Skip to content

QoderAI/qoder-acp-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors