LICENSE
README.md
pyproject.toml
src/contextweaver/__init__.py
src/contextweaver/__main__.py
src/contextweaver/_schema_gen.py
src/contextweaver/_utils.py
src/contextweaver/config.py
src/contextweaver/envelope.py
src/contextweaver/exceptions.py
src/contextweaver/metrics.py
src/contextweaver/profiles.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/_anthropic_decode.py
src/contextweaver/adapters/_anthropic_encode.py
src/contextweaver/adapters/_common.py
src/contextweaver/adapters/_messages_common.py
src/contextweaver/adapters/_openai_decode.py
src/contextweaver/adapters/_openai_encode.py
src/contextweaver/adapters/a2a.py
src/contextweaver/adapters/anthropic_messages.py
src/contextweaver/adapters/fastmcp.py
src/contextweaver/adapters/gateway_error.py
src/contextweaver/adapters/gemini_contents.py
src/contextweaver/adapters/mcp.py
src/contextweaver/adapters/mcp_gateway.py
src/contextweaver/adapters/mcp_gateway_server.py
src/contextweaver/adapters/mcp_proxy.py
src/contextweaver/adapters/mcp_proxy_server.py
src/contextweaver/adapters/mcp_upstream.py
src/contextweaver/adapters/openai_messages.py
src/contextweaver/adapters/proxy_runtime.py
src/contextweaver/adapters/weaver_contracts.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/ingest.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/extras/__init__.py
src/contextweaver/extras/otel.py
src/contextweaver/routing/__init__.py
src/contextweaver/routing/cards.py
src/contextweaver/routing/catalog.py
src/contextweaver/routing/explanation.py
src/contextweaver/routing/filters.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/manifest.py
src/contextweaver/routing/normalizer.py
src/contextweaver/routing/path.py
src/contextweaver/routing/registry.py
src/contextweaver/routing/router.py
src/contextweaver/routing/tool_id.py
src/contextweaver/routing/trace.py
src/contextweaver/routing/tree.py
src/contextweaver/store/__init__.py
src/contextweaver/store/_sqlite_base.py
src/contextweaver/store/artifacts.py
src/contextweaver/store/bundle.py
src/contextweaver/store/episodic.py
src/contextweaver/store/event_log.py
src/contextweaver/store/facts.py
src/contextweaver/store/json_file_artifacts.py
src/contextweaver/store/protocols.py
src/contextweaver/store/sqlite_event_log.py
src/contextweaver/summarize/__init__.py
src/contextweaver/summarize/extract.py
src/contextweaver/summarize/rules.py
tests/test_adapters.py
tests/test_adapters_anthropic_messages.py
tests/test_adapters_gemini_contents.py
tests/test_adapters_openai_messages.py
tests/test_adapters_weaver.py
tests/test_architectures_slack.py
tests/test_benchmark.py
tests/test_candidates.py
tests/test_card_budget.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_logging.py
tests/test_manager.py
tests/test_manifest.py
tests/test_mcp_gateway.py
tests/test_mcp_proxy.py
tests/test_mcp_upstream.py
tests/test_metrics.py
tests/test_normalizer.py
tests/test_otel.py
tests/test_path.py
tests/test_prompt.py
tests/test_protocols.py
tests/test_proxy_runtime.py
tests/test_registry.py
tests/test_render_scorecard.py
tests/test_router.py
tests/test_schema_gen.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_bundle.py
tests/test_store_episodic.py
tests/test_store_event_log.py
tests/test_store_facts.py
tests/test_store_json_file_artifacts.py
tests/test_store_sqlite_event_log.py
tests/test_summarize.py
tests/test_tool_id.py
tests/test_tree_builder.py
tests/test_types.py
tests/test_utils.py
tests/test_views.py