Comate terminal CLI built on comate-agent-sdk
Project description
comate-cli
Comate terminal CLI package.
Usage
uvx comate-cli
Or install globally:
uv tool install comate-cli
comate
排错 / Troubleshooting
看不到错误信息但行为异常
comate 在生产模式下会把若干无害但吵闹的 shutdown 噪音写入
~/.comate/logs/agent.log,而不是显示在终端里。这包括 Windows asyncio
shutdown 的 ResourceWarning、MCP 服务器违规向 stdout 写日志导致的 JSONRPC
解析失败,以及解释器退出阶段的 unraisable 异常。
如果你怀疑隐藏了真实错误,可以按下面顺序排查:
# 1. 看 noise 通道的最近 50 条
grep -E "\[unraisable\]|\[excepthook\]|\[warning\]" ~/.comate/logs/agent.log | tail -50
# 2. 看完整 agent.log 末尾
tail -200 ~/.comate/logs/agent.log
# 3. 临时关掉噪音接管器,看原始输出(开发场景)
COMATE_DEBUG_NOISE=1 comate
COMATE_DEBUG_NOISE=1 设置后,_ShutdownNoiseGuard 会跳过 install,
错误会像旧版本一样直接打印到 stderr。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file comate_cli-0.7.0.tar.gz.
File metadata
- Download URL: comate_cli-0.7.0.tar.gz
- Upload date:
- Size: 522.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360b3113d0a7e34fcf9820b2dae97f5ad90c2044a0ad76e6515d429c693293d0
|
|
| MD5 |
cff5022182625b2c4aeeea5c3b0f0a96
|
|
| BLAKE2b-256 |
b8e336e201e2bfdaca287bdfe2126360cd5b2126fbb308be9192cf9876958c91
|
File details
Details for the file comate_cli-0.7.0-py3-none-any.whl.
File metadata
- Download URL: comate_cli-0.7.0-py3-none-any.whl
- Upload date:
- Size: 232.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27b92739304a7d8f0cd1fed8251c5a39cd499b87ad93db9144086ddcfcdef13a
|
|
| MD5 |
7acd51144c32cdf9e01d83c643a870b3
|
|
| BLAKE2b-256 |
8a43f7b503ce94eebc4b5e73dfa2c926bc2905a4cc99a32d33c1cc3e064f47bc
|