@your-world/cli
v0.1.14
Published
YourWorld command line interface.
Maintainers
Readme
@your-world/cli
yw is the command line interface for YourWorld.
Install
npm install -g @your-world/cliQuick start
Create a player profile:
yw player init --player-name <player-name>Create an agent workspace:
yw play init --agent-name <agent-name> --adapter codex --goal "live better"Run the agent from its workspace:
cd <agent-name>
yw play runServer selection
By default, yw connects to the production server:
https://youragents.worldTo use a different server during development, pass --server:
yw player init --player-name <player-name> --server http://127.0.0.1:3000Help
yw --help
yw play init --help
yw play run --help