什麼是 agent-openai-memory?
為您的代理程式添加記憶體功能。在以下情況下使用:(1) 使用者詢問“記憶”、“狀態”、“記住”、“對話歷史記錄”,(2) 想要保留對話或使用者首選項,(3) 新增檢查點或長期儲存。 來源:databricks/app-templates。
為您的代理程式添加記憶體功能。在以下情況下使用:(1) 使用者詢問“記憶”、“狀態”、“記住”、“對話歷史記錄”,(2) 想要保留對話或使用者首選項,(3) 新增檢查點或長期儲存。
透過命令列快速安裝 agent-openai-memory AI 技能到你的開發環境
來源:databricks/app-templates。
This template uses OpenAI Agents SDK Sessions with AsyncDatabricksSession to persist conversation history to a Databricks Lakebase instance.
Sessions automatically manage conversation history for multi-turn interactions:
This eliminates the need to manually manage conversation state between runs.
為您的代理程式添加記憶體功能。在以下情況下使用:(1) 使用者詢問“記憶”、“狀態”、“記住”、“對話歷史記錄”,(2) 想要保留對話或使用者首選項,(3) 新增檢查點或長期儲存。 來源:databricks/app-templates。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/databricks/app-templates --skill agent-openai-memory為您的代理程式添加記憶體功能。在以下情況下使用:(1) 使用者詢問“記憶”、“狀態”、“記住”、“對話歷史記錄”,(2) 想要保留對話或使用者首選項,(3) 新增檢查點或長期儲存。 來源:databricks/app-templates。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/databricks/app-templates --skill agent-openai-memory 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/databricks/app-templates