deepagents
deepagents copied to clipboard
Question about duplicated long-term memory system prompts
Issue Description
I noticed there are two places where long-term memory system prompts are defined:
LONGTERM_MEMORY_SYSTEM_PROMPTinlibs\deepagents-cli\deepagents_cli\agent_memory.py/memories/section inlibs\deepagents-cli\deepagents_cli\default_agent_prompt.md
Both of these seem to serve similar purposes and are passed to the model during execution.
Are these duplicated functionality or do they serve different purposes? If they're different, could you explain the distinction between them?
Files involved
libs\deepagents-cli\deepagents_cli\agent_memory.pylibs\deepagents-cli\deepagents_cli\default_agent_prompt.md