Source Code Deployment
1. Clone the project
2. Install dependencies
Core dependencies (required):3. Install Cow CLI
Install the command-line tool for managing services and skills:cow command:
This step is recommended. After installation you can use
cow start, cow stop, cow update to manage the service, and cow skill to manage skills. Without the CLI, you can use ./run.sh or python3 app.py to run.4. Configure
Copy the config template and edit:config.json. See the model docs for details.
5. Run
Using Cow CLI (recommended):http://localhost:9899 to chat.
Background run on server (without CLI):
Docker Deployment
Docker deployment does not require cloning source code or installing dependencies. For Agent mode, source deployment is recommended for broader system access.Requires Docker and docker-compose.
docker-compose.yml with your configuration.
2. Start container
Core Configuration
| Parameter | Description | Default |
|---|---|---|
channel_type | Channel type | web |
model | Model name | MiniMax-M2.5 |
agent | Enable Agent mode | true |
agent_workspace | Agent workspace path | ~/cow |
agent_max_context_tokens | Max context tokens | 40000 |
agent_max_context_turns | Max context turns | 30 |
agent_max_steps | Max decision steps per task | 15 |
