Everything you need to install, configure, and run your OWEN agent team.
Prerequisites: Docker (recommended) or a native runtime environment.
curl -fsSL https://fuwaandcompany.com/owenpro/install.sh | showen installowen upowen statusRunning owen install launches an interactive wizard. Here is what each step covers.
After running the wizard, OWEN creates the following in your home directory.
~/.owen/
config.yaml # Main configuration
runtime/
docker-compose.yaml # Generated compose file
logs/
<agent-id>/ # Per-agent log directories
data/
<agent-id>/ # Per-agent persistent dataAll commands are run from your terminal after installation.
owen installRun the interactive 6-step setup wizardowen upStart all configured agentsowen downStop all running agentsowen statusShow instance info and agent healthowen logs <agent>Tail logs for a specific agentowen configDisplay the current configurationowen agentsBrowse the full agent catalogowen versionPrint the installed CLI versionLocated at ~/.owen/config.yaml. Edit this file to change settings without re-running the wizard.
Run owen config to display the current values.
instance_idUnique identifier for this OWEN instancelocation_nameHuman-readable name (e.g. "Chicago HQ")owner_emailEmail address for notificationsproducts[].product_idWhich OWEN product is installedproducts[].agent_idsActive agents for that productruntime.modedocker or nativeruntime.log_leveldebug, info, warn, or errorregistration.registeredWhether registered with OWEN platformregistration.endpointPlatform API URL (if registered)If you run into issues during setup or configuration, reach out to the Fuwa & Company team.