Spaces:
Running on Zero
Running on Zero
File size: 1,221 Bytes
8eaece6 e268813 8eaece6 e268813 8eaece6 e268813 289fc79 a2b07b4 289fc79 e268813 05a6f93 f30eaab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
title: Agent Architect
emoji: 🧭
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: false
license: mit
---
# Agent Architect
一个部署在 Hugging Face Spaces 的 Agent 架构师。
它会先根据用户的一句话需求生成“立项提案”,再通过 7 个拍板问题确认服务场景、输入、输出、边界、知识来源、使用方式和命名,最后生成可下载的 Agent 一键变身包 ZIP。
当前线上版本限制每个访问来源每天最多发送 10 次对话消息。
变身包包含:
- `START_HERE.md`
- `INSTALL_PROMPT.md`
- `AGENTS.md`
- `agent-spec.json`
- `docs/00-five-dimension-screening.md`
- `docs/01-role-card.md`
- `docs/02-workflow.md`
- `docs/03-profile.md`
- `references/`
- `skills/generated-agent/SKILL.md`
## Hugging Face Spaces
该项目使用 Gradio SDK,Space 硬件选择 ZeroGPU。
## 模型 API
默认接入 SiliconFlow 的 OpenAI-compatible API:
- `LLM_BASE_URL=https://api.siliconflow.cn/v1`
- `LLM_MODEL=THUDM/GLM-Z1-9B-0414`
需要在 Hugging Face Space Secrets 中配置:
- `LLM_API_KEY`
也可以按 `worker.js` 部署 Cloudflare Worker 代理,然后配置:
- `LLM_PROXY_URL=https://你的-worker.workers.dev`
|