mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
- New DB fields: hermes_url, hermes_api_key, backend_mode (openrouter/hermes) - Migration 0002 adds the three fields to JbotApiConfig - _do_hermes_chat(): streams /v1/chat/completions from Hermes Agent, collects hermes.tool.progress SSE events, returns (final_text, tool_calls) - chat_view branches on backend_mode; Hermes response includes toolCalls list - Settings page: new '🧠 AI 后端模式' section — radio to toggle mode, conditional Hermes URL + API key fields, LLM model field moved under OpenRouter mode - ChatPanel: ToolCallsList component renders collapsible '🔧 Hermes 使用了 N 个工具' widget before the bot reply — tool calls are NOT spoken via TTS - CSS: .tool-calls, .tool-calls-* styles for the tool progress widget Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>