从你手头的项目开始
装好 CCCC,加入一个你常用的 Agent,就可以开始。
官方安装器 · 推荐
curl -fsSL https://chesterra.github.io/cccc/install.sh |
sh
macOS Apple Silicon / Linux x86_64(glibc)
Windows · x64 · PowerShell 安装器
powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; Invoke-RestMethod 'https://chesterra.github.io/cccc/install.ps1' | Invoke-Expression"
通过 pip 安装
适合使用 Python 包管理的环境。安装的是同一套原生 CCCC,仅限已发布 wheel 的平台。
python -m pip install -U "cccc-pair>=0.4.36"
兼容安装渠道 · 同一原生可执行文件 · 仅支持已发布 wheel 的平台
查看源码、版本发布与 Issue。
-
准备 Agent
先安装并登录要使用的 Agent CLI。模型服务仍使用你原有的账户。
-
发一条消息
说说你想做什么,等它回复。需要补充背景或调整方向,接着聊就行。
试试这个问题
帮我看看这个仓库主要做什么,从哪些文件读起,以及怎么运行测试。请附上文件路径,先不要修改文件。
先对照文件看看它的回答。接下来,你可以继续追问,也可以加入第二位 Agent,听听另一个意见。


