README.md
pyproject.toml
bobo_memory/__init__.py
bobo_memory/cli.py
bobo_memory/client.py
bobo_memory/config.py
bobo_memory.egg-info/PKG-INFO
bobo_memory.egg-info/SOURCES.txt
bobo_memory.egg-info/dependency_links.txt
bobo_memory.egg-info/entry_points.txt
bobo_memory.egg-info/requires.txt
bobo_memory.egg-info/top_level.txt
bobo_memory/compact/__init__.py
bobo_memory/compact/boundary.py
bobo_memory/compact/invariants.py
bobo_memory/compact/session_swap.py
bobo_memory/compact/slicer.py
bobo_memory/compact/threshold.py
bobo_memory/core/__init__.py
bobo_memory/core/atomic.py
bobo_memory/core/audit.py
bobo_memory/core/context_pack.py
bobo_memory/core/guard.py
bobo_memory/core/manifest_cache.py
bobo_memory/core/memdir.py
bobo_memory/core/paths.py
bobo_memory/core/policy.py
bobo_memory/core/prompts.py
bobo_memory/core/recall.py
bobo_memory/layers/__init__.py
bobo_memory/layers/agent_memory.py
bobo_memory/layers/auto_memory.py
bobo_memory/layers/base.py
bobo_memory/layers/session_memory.py
bobo_memory/layers/team_memory.py
bobo_memory/layers/wiki.py
bobo_memory/lint/__init__.py
bobo_memory/lint/checker.py
bobo_memory/snapshot/__init__.py
bobo_memory/snapshot/manager.py
bobo_memory/snapshot/packager.py
bobo_memory/stream/__init__.py
bobo_memory/stream/inbox.py
bobo_memory/stream/pipeline.py
bobo_memory/stream/adapters/__init__.py
bobo_memory/stream/adapters/base.py
bobo_memory/stream/adapters/chat.py
bobo_memory/stream/adapters/file_watch.py
bobo_memory/stream/adapters/json_log.py
bobo_memory/stream/adapters/markdown.py
bobo_memory/stream/adapters/web_clipper.py
bobo_memory/tests/__init__.py
bobo_memory/tests/test_e2e.py
bobo_memory/tools/__init__.py
bobo_memory/tools/adapters.py
bobo_memory/tools/handlers.py
bobo_memory/tools/lifecycle.py
bobo_memory/tools/proposal.py
bobo_memory/tools/specs.py
bobo_memory/viewer/__init__.py
bobo_memory/viewer/app.py