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://www.g-spark.cn
也可手动环境变量:
export GSPARK_API_KEY=sk_xxxx
export GSPARK_BASE_URL=https://www.g-spark.cn # 兼容 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.6.0.tar.gz
(21.7 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.6.0.tar.gz.
File metadata
- Download URL: gspark_agent-0.6.0.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.0a6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce852507b4b05351c25c4a6feaccb9334bf5eee428f4ed25141ebda33cb0563
|
|
| MD5 |
1d50ef90f08f818d06cc96c526c99e41
|
|
| BLAKE2b-256 |
e54ba86042113c12c71bf73cce422419c11dc889cb2c3fc31f8030a22e7c5eaa
|
File details
Details for the file gspark_agent-0.6.0-py3-none-any.whl.
File metadata
- Download URL: gspark_agent-0.6.0-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
8cf0c486f63dc5825a8ae256f4313d7cc518fbbad5d61661fcd587299f2e935e
|
|
| MD5 |
ae6fb44409d91a62e17ea63295e02e24
|
|
| BLAKE2b-256 |
fe9bb090bc60f5e76c8199bfc33eba888eec9df54874ded264772b790fc79528
|