Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt

Use this file to discover all available pages before exploring further.

The following commands can be used in chat with the / prefix or in the terminal with the cow prefix (some are chat-only).
In the Web console, typing / brings up an autocomplete menu with keyboard navigation and Tab completion.

help

Show help information for all available commands.
/help

status

View current session and service status, including process info, model configuration, message count, and loaded skills.
/status

config

View or modify runtime configuration. Changes take effect immediately without restarting. View all configurable items:
/config
View a single item:
/config model
Modify a config item:
/config model deepseek-v4-flash
Configurable items:
ItemDescriptionExample
modelAI model namedeepseek-v4-flash
agent_max_context_tokensMax context tokens40000
agent_max_context_turnsMax context memory turns30
agent_max_stepsMax decision steps per task15
enable_thinkingEnable deep thinking modetrue / false
When changing model, the system automatically matches the corresponding model API. Configuration is persisted to config.json.

context

View current session context statistics, including message count and content length.
/context
Clear current session context:
/context clear
Clearing context makes the Agent “forget” previous conversation, useful for switching topics or freeing context space.

logs

View recent service logs. Shows the last 20 lines by default, up to 50.
/logs
Specify line count:
/logs 50

version

Show the current CowAgent version.
/version