#713·mcp-agent

feat: 添加使用 Dakera MCP 的持久内存示例 — 解决长期内存缺口问题 (#12)

作者: ferhimedamine创建于 2026年7月1日更新于 2026年7月3日

"""Persistent memory agent using Dakera MCP. Demonstrates cross-session memory: run this script twice and the agent remembers what it learned in the first run. Prereq: Docker run -p 3000:3000 -e DAKERA_API_KEY=demo dakera/dakera:latest """

import asyncio from mcp_agent.app import MCPApp from mcp_agent.agents.agent import Agent from mcp_agent.workflows.LLM.augmented_llm_anthropic import AnthropicAugmentedLLM

内容来源: lastmile-ai/mcp-agent