docs/en/channels/web.mdx
The Web Console is CowAgent's default channel. It starts automatically after launch, allowing you to chat with the Agent through a browser and manage models, skills, memory, channels, and other configurations online.
{
"channel_type": "web",
"web_port": 9899
}
| Parameter | Description | Default |
|---|---|---|
channel_type | Set to web | web |
web_port | Web service listen port | 9899 |
After starting the project, visit:
http://localhost:9899http://<server-ip>:9899Supports streaming output with real-time display of the Agent's reasoning process and tool calls, providing intuitive observation of the Agent's decision-making:
The chat interface supports multi-session management. All session records are persistently stored in a SQLite database:
+ button in the input area to create a new sessionManage model configurations online without manually editing config files:
View and manage Agent skills (Skills) online:
View and manage Agent memory online:
Manage connected channels online with real-time connect/disconnect operations:
View and manage scheduled tasks online, including one-time tasks, fixed intervals, and Cron expressions:
View Agent runtime logs in real-time for monitoring and troubleshooting: