Python CLI for basic OpenBee commands
Project description
OpenBee Python CLI
OpenBee Python CLI 是 OpenBee 的 Python 版本基础命令行工具,提供最小可用能力:
- 查看内置 Bee 角色
- 配置 LLM 参数(API Key、模型、Base URL、温度)
- 向指定角色发送任务并获取回复
安装
pip install openbee
快速开始
1) 查看角色
openbee list
2) 配置模型
openbee config --api-key <YOUR_API_KEY> --model gpt-4o
3) 发起任务
openbee ask worker "帮我规划一个后端服务结构"
配置说明
默认配置文件位置:
~/.openbee/config.json
你也可以通过环境变量覆盖配置目录:
export OPENBEE_CONFIG_HOME=/path/to/custom/config
许可证
MIT
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
openbee-0.1.0.tar.gz
(5.5 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 openbee-0.1.0.tar.gz.
File metadata
- Download URL: openbee-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93383eac766864d4020e30e37599e9ec0bfdeed64bdb767b9d5cf1eaa29857a1
|
|
| MD5 |
bb2a36a93fee62f85bfb92257facb0d1
|
|
| BLAKE2b-256 |
a340a101462357af6c13c02501a2c12e0694a88b830e89e4824e79baabf4df4f
|
File details
Details for the file openbee-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openbee-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab51ad049c24c9d143558952fac441a043de7bb63fee671e6a18b0f57f670003
|
|
| MD5 |
a295824282b09a29211e78a4d1dd9d59
|
|
| BLAKE2b-256 |
e8b35618474c4a961cde2256237ebc57ec4b090288381184fdd032d4705d55ab
|