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.5.tar.gz
(6.8 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.5.tar.gz.
File metadata
- Download URL: cch_agent-0.1.5.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31971be7fed2a5505473c8d3366bd37e7d4380e78d9420ced7b58d697682dc0a
|
|
| MD5 |
6417c2432427795b916cb85413872817
|
|
| BLAKE2b-256 |
bd52c9b8ec7e2324bdff35759bfe97040c6a68099c234cd8270f0a0c98c9a94f
|
File details
Details for the file cch_agent-0.1.5-py3-none-any.whl.
File metadata
- Download URL: cch_agent-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.7 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 |
a92f8039dfda79f696f9d2b01958ea9950a72a094eb86c5004cdfb141a4c42b1
|
|
| MD5 |
6d648f1755014d77658df35f5fd369fb
|
|
| BLAKE2b-256 |
0cd5ece416d825a8a2671cd267b85ae2470aba9448d4d4a1050e14d10907c644
|