@agentskit/chat-cli
v0.4.1
Published
Safe scaffolding for AgentsKit Chat applications.
Readme
@agentskit/chat-cli
Profile: major-package
Framework-aware scaffolding for complete AgentsKit Chat projects. Detects host manifests when unambiguous, prompts only on an interactive TTY, and atomically publishes only to a target path that does not already exist.
Verified proof
| Surface | Evidence | |---|---| | Safe scaffolding | ADR-0014 | | Seven renderers | ADR-0016 | | Launch verification | launch checklist |
Quick start
agentskit-chat init my-chat --renderer react --yesexport const renderers = ['react', 'react-native', 'ink', 'vue', 'svelte', 'solid', 'angular']
console.log(`Supported renderers: ${renderers.join(', ')}`)Generated projects contain a shared definition, Web-standard server handler, native renderer, test, and architecture README using only published AgentsKit and AgentsKit Chat packages.
flowchart LR
I["init"] --> D["shared definition"]
I --> H["server handler"]
I --> N["native renderer"]Maturity and compatibility
Published at 0.4.1. Targets: react, react-native, ink, vue, svelte, solid, and angular.
- Node.js 22+
- Never merges, deletes, or overwrites existing project files
Contributing
Package ownership: packages/cli. Follow CONTRIBUTING.md.
Tags: agentskit-chat, cli, scaffolding, developer-experience
AgentsKit ecosystem
Entry point for teams adopting AgentsKit Chat alongside AgentsKit, Registry, and Playbook.
