K.G.Studio 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
K.G.Studio 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
K.G.Studio 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g k.g.studio # 方式二:npx 直接运行(无需安装) npx k.g.studio --help # 方式三:项目依赖安装 npm install k.g.studio # 方式四:从源码运行 git clone https://github.com/KGAudioLab/K.G.Studio cd K.G.Studio npm install npm start
# 命令行使用
k.g.studio --help
# 基本用法
k.g.studio [options] <input>
# Node.js 代码中使用
const k.g.studio = require('k.g.studio');
const result = await k.g.studio.run(options);
console.log(result);
# k.g.studio 配置说明 # 查看配置选项 k.g.studio --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export K.G.STUDIO_CONFIG="/path/to/config.yml"
For security, when using K.G.Studio from a non‑local host, API keys are not persisted in IndexedDB by default; you will need to input your API key each time you start K.G.Studio. To opt‑in to persistence on non‑local hosts, enable "Persist API Keys on Non-Localhost" in Settings (not recommended for shared/production environments).
K.G.Studio does not provide or host any of the models listed above, nor is it affiliated with any model provider. All data is stored locally on your device; K.G.Studio does not collect or transmit your data. You are solely responsible for any data you provide to third‑party model providers.
For a deeper technical overview, see overview.md.
Feature priorities might change.
npm install
There are two ways to use K.G.Studio Musician Assistant: Local LLM (Browser) — runs entirely in your browser with no API key, no cost, and no data leaving your device — or an external LLM provider for higher-quality responses.
K.G.Studio can run Gemma 4 E4B entirely inside your browser using WebGPU acceleration. No API calls are made, no cost is incurred, and your data never leaves your machine.
Requirements for Local LLM: A WebGPU-capable browser (Chrome 113+ or Edge 113+) running in a secure context (HTTPS or localhost). Recommended hardware: a GPU with at least 8 GB VRAM, or a system with at least 16 GB unified RAM.
Note: The local model's quality cannot be compared to commercial models like GPT or Claude series. For complex music editing tasks, an external provider will generally produce better results.
openai/gpt-oss-120b:free. (Note: this is a free model; non‑free models may require billing; free model providers may collect your data, check the model page for details; this project is not affiliated with OpenRouter or any model provider.)https://openrouter.ai/api/v1.Tips: - You can also use the official OpenAI API, other OpenAI-compatible services, or a self-hosted LLM server (e.g., Ollama, vLLM). Note that model quality varies — not all models perform equally well for music editing tasks. For local hosting, we recommend qwen3.5-35b-a3b as a good balance between generation quality and hardware requirements. - If you have an active subscription with OpenAI or another LLM provider, you can use CLIProxyAPI to run a local proxy server that routes requests through your existing subscription, without needing a separate API key.
K.G.Studio loads defaults from ./public/config.json (with an internal fallback) and persists user edits in the browser via ConfigManager + IndexedDB. IndexedDB is your browser’s own local database stored on your device; it does not leave your machine and is cleared if you clear this site’s data. Modify settings via the in‑app Settings panel.
Navigate to Settings ⚙️ → General → LLM Provider. Depending on your chosen provider, you will need to supply the appropriate API Key and, if applicable, a custom base URL (for non-official OpenAI-compatible services such as Ollama, OpenRouter, etc.).
Note: due to CORS limitations with some providers, Google Gemini and Anthropic Claude are currently supported via OpenRouter only.
创新性的AI音乐工作流
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,K.G.Studio 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | K-G-Studio |
| 原始描述 | 开源AI工作流:K.G.Studio is a lightweight, browser‑based DAW with an LLM‑powered AI Agent "K.G。⭐18 · TypeScript |
| Topics | AIDAWLLM |
| GitHub | https://github.com/KGAudioLab/K.G.Studio |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-29 · 更新时间:2026-05-31 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端