LICENSE
MANIFEST.in
README.md
pyproject.toml
src/rlm/__init__.py
src/rlm/clients/__init__.py
src/rlm/clients/anthropic.py
src/rlm/clients/azure_openai.py
src/rlm/clients/base_lm.py
src/rlm/clients/gemini.py
src/rlm/clients/ollama.py
src/rlm/clients/openai.py
src/rlm/clients/portkey.py
src/rlm/core/__init__.py
src/rlm/core/comms_utils.py
src/rlm/core/lm_handler.py
src/rlm/core/rlm.py
src/rlm/core/types.py
src/rlm/environments/__init__.py
src/rlm/environments/base_env.py
src/rlm/environments/constants.py
src/rlm/environments/daytona_repl.py
src/rlm/environments/docker_repl.py
src/rlm/environments/e2b_repl.py
src/rlm/environments/ipython_repl.py
src/rlm/environments/local_repl.py
src/rlm/environments/modal_repl.py
src/rlm/environments/prime_repl.py
src/rlm/logger/__init__.py
src/rlm/logger/rlm_logger.py
src/rlm/logger/verbose.py
src/rlm/utils/__init__.py
src/rlm/utils/exceptions.py
src/rlm/utils/parsing.py
src/rlm/utils/prompts.py
src/rlm/utils/rlm_utils.py
src/rlm/utils/token_utils.py
src/waggle/__init__.py
src/waggle/abhi.py
src/waggle/auth.py
src/waggle/backfill.py
src/waggle/chat_runtime.py
src/waggle/config.py
src/waggle/context_bundle.py
src/waggle/drive_sync.py
src/waggle/embeddings.py
src/waggle/errors.py
src/waggle/evidence.py
src/waggle/graph.py
src/waggle/graph_ui.py
src/waggle/intelligence.py
src/waggle/locks.py
src/waggle/logging_utils.py
src/waggle/markdown_vault.py
src/waggle/metrics.py
src/waggle/models.py
src/waggle/neo4j_graph.py
src/waggle/orchestrator.py
src/waggle/rate_limit.py
src/waggle/recursive_context.py
src/waggle/rlm.py
src/waggle/runtime_context.py
src/waggle/serializer.py
src/waggle/server.py
src/waggle/token_efficiency_benchmark.py
src/waggle/hooks/__init__.py
src/waggle/hooks/claude_code/__init__.py
src/waggle/hooks/claude_code/common.py
src/waggle/hooks/claude_code/post_response.py
src/waggle/hooks/claude_code/pre_compact.py
src/waggle/hooks/claude_code/pre_response.py
src/waggle/retrieval/__init__.py
src/waggle/retrieval/hybrid.py
src/waggle/static/graph/app.css
src/waggle/static/graph/app.js
src/waggle/static/graph/index.html
src/waggle_mcp.egg-info/PKG-INFO
src/waggle_mcp.egg-info/SOURCES.txt
src/waggle_mcp.egg-info/dependency_links.txt
src/waggle_mcp.egg-info/entry_points.txt
src/waggle_mcp.egg-info/requires.txt
src/waggle_mcp.egg-info/top_level.txt
tests/test_abhi_diff_merge.py
tests/test_backfill.py
tests/test_chat_runtime.py
tests/test_context_windows.py
tests/test_dedup.py
tests/test_demo.py
tests/test_diff_merge_fixes.py
tests/test_edges.py
tests/test_embeddings.py
tests/test_export_import_v2.py
tests/test_graph.py
tests/test_hooks.py
tests/test_hybrid_retrieval.py
tests/test_ingest_transcript_handoff.py
tests/test_neo4j_stubs.py
tests/test_observe_conversation_refactor.py
tests/test_orchestrator.py
tests/test_packaging_metadata.py
tests/test_platform.py
tests/test_recency.py
tests/test_recursive_context.py
tests/test_server.py
tests/test_stdio_integration.py
tests/test_temporal.py
tests/test_temporal_validity.py
tests/test_tiered_retrieval.py
tests/test_valid_to.py