Welcome to the example installation repository for Alice! This repository serves as a demonstration and reference for setting up and organizing your own koad:io installation. It showcases various commands, configurations, and best practices that can inspire and guide you in creating your custom commands and modules within your koad:io environment.
The example installation repository, named "alice" in this case, follows a structured organization:
commands/: Example commands (install nodejs, meteor, etc.)skills/: opencode skills for AI interactionsmemories/: Context memories for persistenceskeletons/: Custom project templatesid/: GPG and SSH keysREADME.md: This file
- Clone the repository:
git clone https://github.com/koad/alice.git ~/.alice- Initialize Alice:
koad-io init alice- Launch Alice (opens in opencode interface):
alice- Use Alice's install commands:
alice install essentials
alice install keybase
alice install zerotier
alice install starship
alice install browsers
alice install nodejs
alice install meteor
alice install sublime
alice install codiumalice <command> <args>Just run alice with no arguments! This launches opencode with Alice as your AI agent. Talk to her in English, she has skills to help you learn koad:io.
- quest — Gamified learning quests
- explore — Explore koad:io ecosystem
- commit — Git commit workflow
- learn — Create new skills
When you're ready to create your own entity:
koad-io gestate yournameThis creates a new entity with its own commands, keys, and identity.