Skip to content

Conversation

@sydney-runkle
Copy link
Contributor

@sydney-runkle sydney-runkle commented Oct 23, 2025

mostly just an experiment of me trying to better understand flow here

This commit adds a minimalistic implementation that includes:

  • FilesystemBackend for long-term memory storage
  • AgentMemoryMiddleware for integrating filesystem backend
  • typer_cli.py for interactive CLI with rich output
  • Updated pyproject.toml with typer dependencies and CLI entry point

Removed other backends (composite, state, store) to keep the implementation focused on filesystem-only memory.

Based on #193, just trying to scope down then scope back up w/ features

This commit adds a minimalistic implementation that includes:
- FilesystemBackend for long-term memory storage
- AgentMemoryMiddleware for integrating filesystem backend
- typer_cli.py for interactive CLI with rich output
- Updated pyproject.toml with typer dependencies and CLI entry point

Removed unnecessary backends (composite, state, store) to keep
the implementation focused on filesystem-only memory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants