Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
以编程方式访问与管理 Agent 记忆。
GET /api/memory
POST /api/memory/search
{ "query": "user preferences for coding style", "limit": 10 }
POST /api/memory
{ "type": "semantic", "content": "User prefers TypeScript with strict mode", "importance": 0.8 }
DELETE /api/memory/:id