Skip to content

Latest commit

 

History

History

README.md

@inkeep/agents-cli

CLI for working with the Inkeep Agent Framework.

Install

npm install -g @inkeep/agents-cli
# or
pnpm add -g @inkeep/agents-cli

The executable command is inkeep.

Docs

Quick usage

inkeep init
inkeep push
inkeep pull
inkeep list-agent --project <project-id>

Local development

pnpm install
pnpm build
npm link
inkeep --version

Contributing

Run from agents-cli/:

pnpm lint
pnpm typecheck
pnpm test --run