Documentation v0.34.0

Agenvoy v0.33.1 Release Notes

v0.33.0 -> v0.33.1

Summary

Extends the runtime with schedule management and a richer configuration experience. Reorganizes chatbot integration and strengthens model, transport, and event-stream handling.

翻譯

擴充執行環境的排程管理與設定體驗,並重新整理聊天機器人整合,同時強化模型、傳輸方式與事件串流處理。

⚠️ Breaking Changes

Schedule APIs and request routing changed

The runtime now exposes schedule management through dedicated Cron and task APIs. Pending-request routing is restored to the pre-origin contract: requests are identified by session ID, as they were before v0.32.15 added execution-origin metadata.

Migration:

翻譯

執行環境現在透過專用的 Cron 與 Task API 提供排程管理。待確認請求路由已恢復為引入 origin 之前的契約:以工作階段 ID 識別,與 v0.32.15 新增執行來源中繼資料之前相同。

遷移方式:

  • 將客戶端更新為新的排程管理端點與工作任務模型。
  • 若你在 v0.32.15 之後改用 origin,請放棄該欄位,改回以工作階段 ID 路由待確認與恢復請求(與舊版契約相同)。
  • 將 Discord 與 Telegram 整合的 import 更新至 chatbot 套件。
  • 不要再依賴已移除的 exec-process 待處理流程。

Changes

BREAKING

翻譯
  • 新增排程管理 API,並恢復不使用 origin 中繼資料的工作階段路由方式
  • 將工作階段設定與狀態從檔案遷移至 SQLite

FEAT

翻譯
  • 新增 Cron 與 Task 排程管理介面
  • 新增模型篩選並強化 MCP 與事件串流處理

REFACTOR

翻譯
  • 將 chatbot 套件移入 chatbot 目錄並移除 exec-process 待處理流程

Scope


Generated by SKILL