Manage persistent agent memory (MEMORY.md).
MemoryManageTool(memory_path: Path | str = '~/.openjarvis/MEMORY.md')
Bases: BaseTool
Manage persistent agent memory (MEMORY.md).
Source code in src/openjarvis/tools/memory_manage.py
| def __init__(self, memory_path: Path | str = "~/.openjarvis/MEMORY.md") -> None:
self._memory_path = Path(memory_path).expanduser()
|