Files
KGStudio/public/chat/welcome_new.md
T
Xiaohan-Tian 2cd976ff96 refactor: migrate agent system from XML tool calling to OpenAI SDK with native function calling
- Replace custom XML-based tool parsing (XMLToolExecutor) with OpenAI SDK's
  native tool_calls via `openai` npm package (dangerouslyAllowBrowser)
- Consolidate 4 LLM providers (OpenAI, Claude, Gemini, ClaudeOpenRouter)
  into a single OpenAI SDK-based LLMProvider compatible with any
  OpenAI-style API (OpenAI, OpenRouter, Ollama, vLLM)
- Move agentic tool execution loop from ChatBox into AgentCore
- Update Message type to support tool roles, tool_calls, and tool_call_id
- Update system prompt to remove XML formatting instructions (~45% smaller)
- Remove AttemptCompletionTool (replaced by stop_reason detection),
  ThinkTool, and ThinkingTool
- Polish tool descriptions for OpenAI function calling schema compliance
- Normalize base URLs by stripping /chat/completions suffix
2026-04-05 18:59:25 -07:00

1.5 KiB
Raw Blame History

Welcome

Welcome to K.G.Studio Musician Assistant — your inbrowser AI partner for composing and arranging.

Quick Start

Set up K.G.Studio Musician Assistant

  • Click here to get a free OpenRouter API Key (you may need an OpenRouter account).
  • In Settings ⚙️ → General → LLM Provider, select OpenAI Compatible.
  • In OpenAI Compatible Server → Key, paste your key. Note: on nonlocalhost, your key isnt persisted; youll reenter it after refresh. Keep it safe.
  • In OpenAI Compatible Server → Model, enter qwen/qwen3-30b-a3b:free. Note: nonfree models may require billing.
  • In OpenAI Compatible Server → Base URL, enter https://openrouter.ai/api/v1.

(Alternatively, you can use the official OpenAI API, or any OpenAIcompatible service)

Basic DAW operations

  • Doubleclick (or hold Ctrl/Cmd and click) on a track to create a region.
  • Drag region edges to resize; drag the body to move.
  • Click the small pencil at a regions topleft to open the piano roll.
  • In the piano roll, doubleclick (or Ctrl/Cmd+click) to create a note.
  • Click to select; Shift+click for multiselect; drag to boxselect.
  • Drag note edges to resize; drag the note body to move selected notes.
  • Use Snapping in the piano roll toolbar (topright) to quantize to grid.

Disclaimer

K.G.Studio is not affiliated with any LLM provider. All data is stored locally on your device; you are responsible for any data you send to thirdparty services.