create-orchet-agent
v0.1.0
Published
Scaffold an Orchet specialist agent. Thin wrapper around @orchet/agent-cli — matches the npx create-X convention.
Maintainers
Readme
create-orchet-agent
Thin wrapper around @orchet/agent-cli
so the standard npx create-orchet-agent <name> invocation works the same
way create-react-app, create-next-app, and create-vite do.
Usage
npx create-orchet-agent my-first-agent
cd my-first-agent
npm install
npm run validate
npm run devThe wrapper has no logic of its own — it forwards every argument, stdin/stdout,
and exit code to @orchet/agent-cli's scaffold binary. All prompts, output,
and errors come from the underlying CLI.
If you'd rather call the CLI directly (e.g. for advanced flags or to pin a specific CLI version):
npx @orchet/agent-cli@latest my-first-agentBoth paths produce the same scaffold.
Documentation
- Quickstart: https://www.orchet.ai/docs/getting-started
- Agent contracts: https://www.orchet.ai/docs/agent-contracts
- Submit to the Orchet Store: https://www.orchet.ai/developer/marketplace/new
License
Apache-2.0 — same as the rest of the Orchet platform.
