The following commands can be used in chat with theDocumentation Index
Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
/ prefix or in the terminal with the cow prefix (some are chat-only).
help
Show help information for all available commands.status
View current session and service status, including process info, model configuration, message count, and loaded skills.config
View or modify runtime configuration. Changes take effect immediately without restarting. View all configurable items:| Item | Description | Example |
|---|---|---|
model | AI model name | deepseek-v4-flash |
agent_max_context_tokens | Max context tokens | 40000 |
agent_max_context_turns | Max context memory turns | 30 |
agent_max_steps | Max decision steps per task | 15 |
enable_thinking | Enable deep thinking mode | true / false |
When changing
model, the system automatically matches the corresponding model API. Configuration is persisted to config.json.