@tokagent/tokagentos
v2.0.80
Published
tokagentOS CLI - Create a tokagentOS project
Downloads
8,054
Readme
tokagentOS CLI
Create a tokagentOS project in two steps.
Usage
npx @tokagent/tokagentos@latestYou will be asked for:
- Project name
- LLM provider — then that provider's API key (LiteLLM also asks for a base URL and small/large model aliases). Choose x402 to configure billing from the in-app x402 tab instead of supplying a key.
The CLI scaffolds a fullstack-app workspace backed by a local tokagent
checkout, writes your provider key to .env, and pre-completes onboarding so the
app boots ready. Then:
cd <project>
bun install
bun run devbun run dev launches the UI, the API server, and the headless agent runtime.
Help & version
tokagentos --help # usage
tokagentos -v # versionDevelopment
bun run build
bun run test
bun run test:packaged