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.1.tar.gz
(9.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.1.tar.gz.
File metadata
- Download URL: openbee-0.1.1.tar.gz
- Upload date:
- Size: 9.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 |
465f6ac97030219b2febbf3c8c0a473aa632d9095593f1f89a4e6809dfb6ad6e
|
|
| MD5 |
0fb62dab47d88af3c9d6ea282394ffcc
|
|
| BLAKE2b-256 |
c4a93b777a20990153fa2d62f0b527d30bda4a372b4b382301ec74d2d177b8e6
|
File details
Details for the file openbee-0.1.1-py3-none-any.whl.
File metadata
- Download URL: openbee-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.7 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 |
1002aa3b639060b4a8a1ecd9240dc1a7c41a519708baebc0d6a1a68764505cf6
|
|
| MD5 |
98160cbd208e64287bc9e3a043fbf4f1
|
|
| BLAKE2b-256 |
b8b8907c74f8e585cb65fc2cf8d111f16e40e717990fe15e125a1ff76f9622c1
|