@inkeep/agents-cli
v0.55.3
Published
Inkeep CLI tool
Readme
@inkeep/agents-cli
CLI for working with the Inkeep Agent Framework.
Install
npm install -g @inkeep/agents-cli
# or
pnpm add -g @inkeep/agents-cliThe executable command is inkeep.
Docs
- CLI overview: https://docs.inkeep.com/guides/cli/overview
- CLI reference: https://docs.inkeep.com/typescript-sdk/cli-reference
- Push guide: https://docs.inkeep.com/guides/cli/push-to-remote
- Pull guide: https://docs.inkeep.com/guides/cli/pull-from-remote
- Profile setup: https://docs.inkeep.com/guides/cli/setup-profile
Quick usage
inkeep init
inkeep push
inkeep pull
inkeep list-agent --project <project-id>Local development
pnpm install
pnpm build
npm link
inkeep --versionContributing
Run from agents-cli/:
pnpm lint
pnpm typecheck
pnpm test --run