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
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
cch_agent-0.1.2.tar.gz
(6.2 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.2.tar.gz.
File metadata
- Download URL: cch_agent-0.1.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0fd989535c2d418c144b5327b89ecc0a3005a94904d0e537360811d33b3ad01
|
|
| MD5 |
6d76c323ca06293935890917c6013401
|
|
| BLAKE2b-256 |
fbf0a8edaecf25a8f3d0c3e93ab464314930b51d6dc7cd2b8764615d4acf1898
|
File details
Details for the file cch_agent-0.1.2-py3-none-any.whl.
File metadata
- Download URL: cch_agent-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e1fe15a0cda2a91fe352d9d54217f5ba37f326a792a216ba2272faeeed511b0
|
|
| MD5 |
d996426a864563ed534a23bb5d3f9258
|
|
| BLAKE2b-256 |
f97bd3825a9a2cde2f88f36b2e2739bb5cb50d97584b06e17878051adf43e888
|