Install Konitza
Install the CLI globally with npm
npm install -g konitza
Create a Project
Bootstrap a new agent project
konitza new project
Start Building
Launch the dev server and start chatting
cd project
npm install
npm run start
Add Tools
Extend your agent with custom tools
konitza add tool weather