long term memory agents

13 tagged long term memory, measured the same way as everything else here.

Browse within: code-review-assistant-active 6coding-agent 6obsidian 6pi-coding-agent 6Memory Management 5RAG 5

code-reviewer

01

MemTensor/MemOS

Agent Claude Code

Code-review sub-agent. Reviews MemOS diffs for contract consistency, Ruff / typing / optional-dependency handling, and test evidence; returns APPROVE or CHANGESREQUESTED.

11k 4d ago A 40 tokens original Apache-2.0

design-reviewer

02

MemTensor/MemOS

Agent Claude Code

Design-review sub-agent. Reviews design docs across the four dimensions of architecture, interface, performance, and security, covering MemOS's multi-memory / multi-storage backend constraints.

11k 4d ago A 38 tokens original Apache-2.0

integration-tester

03

MemTensor/MemOS

Agent Claude Code

MemOS integration-testing sub-agent. Authors and executes pytest cases under tests/ based on the task's requirements and design, and emits real test reports.

11k 4d ago A 34 tokens original Apache-2.0

AGENTS

04

taylorsatula/mira-OSS

Agent

Agents extend SidebarAgent (in base.py). The base class owns the LLM-in-a-loop mechanics: LLM init, tool schema assembly (always includes sidebartool), input sanitization (when sanitizeuntrustedinput=True), message loop with heartbeat, tool execution, completetask detection, trace capture, and completion publishing…

477 1mo ago A 0 tokens AGPL-3.0

general-purpose

06

bacnh85/pi-extensions

Agent

General-purpose sub-agent for any delegated task. Use when no specialized agent fits. Good for complex research, multi-step operations, and code modifications.

9 2d ago A 32 tokens

reviewer

07

bacnh85/pi-extensions

Agent

Code review specialist. Use for correctness, security, regression, and meaningful test-gap review.

9 2d ago A 21 tokens

scout

08

bacnh85/pi-extensions

Agent

Fast codebase recon that returns compressed context for handoff. Use for finding files, understanding structure, locating symbols.

9 2d ago A 26 tokens