Skip to content

Quick Start Guide

aikyo is a framework for building AI companions that interact peer-to-peer.

Terminal window
git clone https://github.com/akazdayo/aikyo-template.git
cd aikyo-template
pnpm install

By default, Anthropic is set, but you can also use other API providers by editing the companion card.

Terminal window
echo "ANTHROPIC_API_KEY=sk-ant-..." > .env
Terminal window
pnpm run dev
Terminal window
$ pwd
/home/akazdayo/projects/aikyo-template
$ cat example_request.json | jq -cM . | websocat ws://localhost:8080