LICENSE
README.md
pyproject.toml
bellamem/__init__.py
bellamem/bench.py
bellamem/bench_corpus.py
bellamem/cli.py
bellamem/guard.py
bellamem/paths.py
bellamem.egg-info/PKG-INFO
bellamem.egg-info/SOURCES.txt
bellamem.egg-info/dependency_links.txt
bellamem.egg-info/entry_points.txt
bellamem.egg-info/requires.txt
bellamem.egg-info/top_level.txt
bellamem/adapters/__init__.py
bellamem/adapters/chat.py
bellamem/adapters/claude_code.py
bellamem/adapters/llm_ew.py
bellamem/core/__init__.py
bellamem/core/audit.py
bellamem/core/bella.py
bellamem/core/decay.py
bellamem/core/embed.py
bellamem/core/emerge.py
bellamem/core/expand.py
bellamem/core/gene.py
bellamem/core/ops.py
bellamem/core/prune.py
bellamem/core/replay.py
bellamem/core/scrub.py
bellamem/core/store.py
bellamem/core/surprise.py
bellamem/core/tokens.py
bellamem/core/visualize.py
bellamem/proto/RULES.md
bellamem/proto/VIZ_DESIGN.md
bellamem/proto/__init__.py
bellamem/proto/__main__.py
bellamem/proto/clients.py
bellamem/proto/graph.py
bellamem/proto/ingest.py
bellamem/proto/resume.py
bellamem/proto/schema.py
bellamem/proto/store.py
bellamem/proto/viz.py
bellamem/proto/viz_2d.py
bellamem/proto/viz_html.py
bellamem/proto/viz_template_cytoscape.html
bellamem/proto/viz_template_d3.html
bellamem/templates/__init__.py
bellamem/templates/bellamem.md
bellamem/viz/__init__.py
bellamem/viz/render3d.py
bellamem/viz/template.html
tests/test_composites.py
tests/test_decay.py
tests/test_decay_store.py
tests/test_example_session.py
tests/test_ingest_ratification.py
tests/test_paths.py
tests/test_proto.py
tests/test_proto_viz.py
tests/test_prune.py
tests/test_retraction_detection.py
tests/test_scenarios.py
tests/test_smoke.py
tests/test_visualize.py