LICENSE
README.md
pyproject.toml
src/contextweaver/__init__.py
src/contextweaver/__main__.py
src/contextweaver/_utils.py
src/contextweaver/config.py
src/contextweaver/envelope.py
src/contextweaver/exceptions.py
src/contextweaver/protocols.py
src/contextweaver/py.typed
src/contextweaver/serde.py
src/contextweaver/types.py
src/contextweaver.egg-info/PKG-INFO
src/contextweaver.egg-info/SOURCES.txt
src/contextweaver.egg-info/dependency_links.txt
src/contextweaver.egg-info/entry_points.txt
src/contextweaver.egg-info/requires.txt
src/contextweaver.egg-info/top_level.txt
src/contextweaver/adapters/__init__.py
src/contextweaver/adapters/_common.py
src/contextweaver/adapters/a2a.py
src/contextweaver/adapters/mcp.py
src/contextweaver/context/__init__.py
src/contextweaver/context/call_prompt.py
src/contextweaver/context/candidates.py
src/contextweaver/context/dedup.py
src/contextweaver/context/firewall.py
src/contextweaver/context/manager.py
src/contextweaver/context/prompt.py
src/contextweaver/context/scoring.py
src/contextweaver/context/selection.py
src/contextweaver/context/sensitivity.py
src/contextweaver/context/views.py
src/contextweaver/routing/__init__.py
src/contextweaver/routing/cards.py
src/contextweaver/routing/catalog.py
src/contextweaver/routing/graph.py
src/contextweaver/routing/graph_io.py
src/contextweaver/routing/graph_node.py
src/contextweaver/routing/labeler.py
src/contextweaver/routing/router.py
src/contextweaver/routing/tree.py
src/contextweaver/store/__init__.py
src/contextweaver/store/artifacts.py
src/contextweaver/store/episodic.py
src/contextweaver/store/event_log.py
src/contextweaver/store/facts.py
src/contextweaver/summarize/__init__.py
src/contextweaver/summarize/extract.py
src/contextweaver/summarize/rules.py
tests/test_adapters.py
tests/test_candidates.py
tests/test_cards.py
tests/test_catalog.py
tests/test_cli.py
tests/test_config.py
tests/test_dedup.py
tests/test_envelope.py
tests/test_exceptions.py
tests/test_extract.py
tests/test_firewall.py
tests/test_graph.py
tests/test_labeler.py
tests/test_manager.py
tests/test_prompt.py
tests/test_protocols.py
tests/test_router.py
tests/test_scoring.py
tests/test_selection.py
tests/test_sensitivity.py
tests/test_serde.py
tests/test_store_artifacts.py
tests/test_store_episodic.py
tests/test_store_event_log.py
tests/test_store_facts.py
tests/test_summarize.py
tests/test_tree_builder.py
tests/test_types.py
tests/test_utils.py
tests/test_views.py