A simple CLI chat agent with streaming output
Project description
Simple Agent
纯问答 CLI 工具,流式输出,支持 Claude extended thinking。
安装
pip install simple-agent
使用
simple-agent
配置 API
>>> deploy
API URL: https://api.example.com/v1/chat/completions
API Key: sk-xxx
Model: claude-sonnet-4-6
Thinking (默认 off): medium
[配置已保存]
开始对话
>>> chat
>>> 你好
AI: 你好!有什么可以帮助你的?
>>> exit
命令
| 命令 | 说明 |
|---|---|
| deploy | 配置 API |
| chat | 开始对话 |
| exit | 退出 |
Thinking 级别
| 级别 | budget_tokens | 上下文轮数 |
|---|---|---|
| low | 5000 | 10 |
| medium | 8000 | 15 |
| high | 20000 | 20 |
| off | - | 10 |
注:仅 Claude 模型支持 extended thinking。
配置文件
全局配置路径:~/.simple-agent/config.json
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cch_agent-0.1.3.tar.gz
(6.3 kB
view details)
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 cch_agent-0.1.3.tar.gz.
File metadata
- Download URL: cch_agent-0.1.3.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d8084a82b498ee7f021975105f195303ba62ab34d6175b36b60128589751bc0
|
|
| MD5 |
df3700c7efd835e374b3669fdec753dc
|
|
| BLAKE2b-256 |
a78f849bbbbc4096bb313f776420a8044ad2c93671501babf0d6253c92aede38
|
File details
Details for the file cch_agent-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cch_agent-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca5776bd900be5b0db859142ba7d30fee47682a3ade2534f2b8801c3ce6259b9
|
|
| MD5 |
46b21949a91067ecfc236c27270906bc
|
|
| BLAKE2b-256 |
59b1580e72df4ded11bd7d2527ffec447dde36d0160b9ffc4f9f9c49ba9a45ee
|