gspark-agent
面向 AI Agent 的 G-spark / HUB 接入工具:CLI + MCP,共用同一套 /v1 客户端。
安装
pipx install "gspark-agent[mcp]"
gspark setup # 【必做】向用户索取 sk_,写入 ~/.gspark/credentials.env
gspark agent-guide # 打印内置说明书
开发(本仓库):
pip install "./packages/gspark-agent[mcp]"
配置
推荐:
gspark setup
# 或非交互:
gspark setup --api-key sk_xxxx --base-url https://api.g-spark.cn
也可手动环境变量:
export GSPARK_API_KEY=sk_xxxx
export GSPARK_BASE_URL=https://api.g-spark.cn # 或其他节点,如 https://api.hqszh.com
兼容别名:HUB_API_KEY、HUB_BASE_URL。CLI 还会自动读取 ~/.gspark/credentials.env 与当前目录 .env。
CLI
gspark setup
gspark agent-guide
gspark apps list --json
gspark apps show video_01 --json
gspark tasks estimate --app video_01 --input prompt="hello" --json
gspark tasks run --app video_01 --input prompt="hello" --wait --json
gspark tasks get <task_id> --json
gspark account balance --json
gspark account ledger --page 1 --size 20 --json
--json:紧凑单行 JSON(便于 Agent / 管道)- 默认:缩进 JSON;
account ledger默认为表格
--input 支持 JSON 数组/对象,例如:--input tags='["a","b"]'、--input meta='{"k":1}'。
MCP(Cursor)
见 agent_pack/mcp-config.example.json;控制台「Agent专属」页可下载完整接入包。
gspark-mcp
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gspark_agent-0.5.2.tar.gz
(19.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 gspark_agent-0.5.2.tar.gz.
File metadata
- Download URL: gspark_agent-0.5.2.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.0a6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44a9e54c3763a85096ec87137e0d3c83ea79329e4653e88188775a3e517b7660
|
|
| MD5 |
acc33a4e5da57872bab49997d8f85f52
|
|
| BLAKE2b-256 |
f19b0cb2bb3dbd2cd1c066bc6690c193aa4f8aaadfb0a573627164c70195415f
|
File details
Details for the file gspark_agent-0.5.2-py3-none-any.whl.
File metadata
- Download URL: gspark_agent-0.5.2-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.0a6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e816645b7cfc4b61acd53a02449f75cea01fc2fdd2745a46501c7b293232501c
|
|
| MD5 |
14a7d1d34d51eac690239791bfaa0bde
|
|
| BLAKE2b-256 |
039cb73470861a30033665fd325b5ade2bec08f8659b386e85093026e79e80d8
|