LICENSE
README.md
pyproject.toml
src/contextweaver/__init__.py
src/contextweaver/__main__.py
src/contextweaver/_demos.py
src/contextweaver/_mcp_cli.py
src/contextweaver/_schema_gen.py
src/contextweaver/_scoring_config.py
src/contextweaver/_utils.py
src/contextweaver/_version.py
src/contextweaver/config.py
src/contextweaver/diagnostics.py
src/contextweaver/envelope.py
src/contextweaver/exceptions.py
src/contextweaver/inspection.py
src/contextweaver/metrics.py
src/contextweaver/profiles.py
src/contextweaver/protocols.py
src/contextweaver/py.typed
src/contextweaver/secrets.py
src/contextweaver/serde.py
src/contextweaver/tokens.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/_agent_framework_thread.py
src/contextweaver/adapters/_agent_skills_io.py
src/contextweaver/adapters/_anthropic_decode.py
src/contextweaver/adapters/_anthropic_encode.py
src/contextweaver/adapters/_common.py
src/contextweaver/adapters/_framework_common.py
src/contextweaver/adapters/_google_adk_session.py
src/contextweaver/adapters/_messages_common.py
src/contextweaver/adapters/_openai_agents_run.py
src/contextweaver/adapters/_openai_decode.py
src/contextweaver/adapters/_openai_encode.py
src/contextweaver/adapters/_openapi_schema.py
src/contextweaver/adapters/_pydantic_ai_messages.py
src/contextweaver/adapters/a2a.py
src/contextweaver/adapters/agent_framework.py
src/contextweaver/adapters/agent_skills.py
src/contextweaver/adapters/agno.py
src/contextweaver/adapters/anthropic_messages.py
src/contextweaver/adapters/chainweaver.py
src/contextweaver/adapters/crewai.py
src/contextweaver/adapters/fastmcp.py
src/contextweaver/adapters/gateway_args.py
src/contextweaver/adapters/gateway_catalog_diagnostics.py
src/contextweaver/adapters/gateway_controls.py
src/contextweaver/adapters/gateway_diagnostics.py
src/contextweaver/adapters/gateway_error.py
src/contextweaver/adapters/gateway_policy.py
src/contextweaver/adapters/gateway_validation.py
src/contextweaver/adapters/gemini_contents.py
src/contextweaver/adapters/google_adk.py
src/contextweaver/adapters/langchain.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_agents.py
src/contextweaver/adapters/openai_messages.py
src/contextweaver/adapters/openapi.py
src/contextweaver/adapters/proxy_runtime.py
src/contextweaver/adapters/pydantic_ai.py
src/contextweaver/adapters/smolagents.py
src/contextweaver/adapters/weaver_contracts.py
src/contextweaver/context/__init__.py
src/contextweaver/context/_manager_base.py
src/contextweaver/context/_manager_build.py
src/contextweaver/context/_manager_ingest.py
src/contextweaver/context/_manager_routing.py
src/contextweaver/context/build.py
src/contextweaver/context/build_policy.py
src/contextweaver/context/call_prompt.py
src/contextweaver/context/candidates.py
src/contextweaver/context/classify.py
src/contextweaver/context/dedup.py
src/contextweaver/context/explanation.py
src/contextweaver/context/firewall.py
src/contextweaver/context/firewall_api.py
src/contextweaver/context/handoff.py
src/contextweaver/context/handoff_types.py
src/contextweaver/context/ingest.py
src/contextweaver/context/manager.py
src/contextweaver/context/memory_fixture.py
src/contextweaver/context/memory_source.py
src/contextweaver/context/memory_types.py
src/contextweaver/context/prompt.py
src/contextweaver/context/route_build.py
src/contextweaver/context/scoring.py
src/contextweaver/context/secret_redaction.py
src/contextweaver/context/selection.py
src/contextweaver/context/sensitivity.py
src/contextweaver/context/views.py
src/contextweaver/data/__init__.py
src/contextweaver/data/_paths.py
src/contextweaver/eval/__init__.py
src/contextweaver/eval/context.py
src/contextweaver/eval/dataset.py
src/contextweaver/eval/metrics.py
src/contextweaver/eval/routing.py
src/contextweaver/extras/__init__.py
src/contextweaver/extras/embeddings.py
src/contextweaver/extras/embeddings_hashing.py
src/contextweaver/extras/llm_summarizer.py
src/contextweaver/extras/otel.py
src/contextweaver/extras/memory/__init__.py
src/contextweaver/extras/memory/_zep_common.py
src/contextweaver/extras/memory/langmem.py
src/contextweaver/extras/memory/mem0.py
src/contextweaver/extras/memory/zep.py
src/contextweaver/routing/__init__.py
src/contextweaver/routing/cards.py
src/contextweaver/routing/catalog.py
src/contextweaver/routing/explanation.py
src/contextweaver/routing/feedback.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/history.py
src/contextweaver/routing/hydration.py
src/contextweaver/routing/labeler.py
src/contextweaver/routing/manifest.py
src/contextweaver/routing/navigator.py
src/contextweaver/routing/normalizer.py
src/contextweaver/routing/packer.py
src/contextweaver/routing/path.py
src/contextweaver/routing/pipeline.py
src/contextweaver/routing/registry.py
src/contextweaver/routing/router.py
src/contextweaver/routing/selection.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/_async_to_sync.py
src/contextweaver/store/_json_file_io.py
src/contextweaver/store/_sqlite_base.py
src/contextweaver/store/artifacts.py
src/contextweaver/store/async_bridge.py
src/contextweaver/store/async_protocols.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/redis_artifacts.py
src/contextweaver/store/redis_event_log.py
src/contextweaver/store/s3_artifacts.py
src/contextweaver/store/sqlite_episodic.py
src/contextweaver/store/sqlite_event_log.py
src/contextweaver/store/sqlite_facts.py
src/contextweaver/store/testing.py
src/contextweaver/summarize/__init__.py
src/contextweaver/summarize/extract.py
src/contextweaver/summarize/rules.py
src/contextweaver/summarize/structured.py
tests/test_adapters.py
tests/test_adapters_agent_framework.py
tests/test_adapters_agent_skills.py
tests/test_adapters_agno.py
tests/test_adapters_anthropic_messages.py
tests/test_adapters_chainweaver.py
tests/test_adapters_crewai.py
tests/test_adapters_fastmcp_discovery.py
tests/test_adapters_framework_common.py
tests/test_adapters_gemini_contents.py
tests/test_adapters_google_adk.py
tests/test_adapters_langchain.py
tests/test_adapters_openai_agents.py
tests/test_adapters_openai_messages.py
tests/test_adapters_openapi.py
tests/test_adapters_pydantic_ai.py
tests/test_adapters_smolagents.py
tests/test_adapters_weaver.py
tests/test_architectures_catalog_showcase.py
tests/test_architectures_code_review.py
tests/test_architectures_contextweaver_to_chainweaver.py
tests/test_architectures_eval_artifact_profile.py
tests/test_architectures_langgraph_agent_loop.py
tests/test_architectures_mcp_context_gateway.py
tests/test_architectures_mcp_context_gateway_live.py
tests/test_architectures_mcp_context_gateway_multi.py
tests/test_architectures_mcp_context_gateway_real.py
tests/test_architectures_slack.py
tests/test_architectures_voice.py
tests/test_benchmark.py
tests/test_benchmark_delta.py
tests/test_build_policy.py
tests/test_candidates.py
tests/test_card_budget.py
tests/test_cards.py
tests/test_catalog.py
tests/test_check_doc_snippets.py
tests/test_check_module_size.py
tests/test_check_readme_version.py
tests/test_classify.py
tests/test_cli.py
tests/test_config.py
tests/test_context_explanation.py
tests/test_context_rot_demo.py
tests/test_data_paths.py
tests/test_dedup.py
tests/test_demos_killer.py
tests/test_demos_mcp_gateway_full.py
tests/test_diagnostics.py
tests/test_drift_check.py
tests/test_e2e_quality.py
tests/test_envelope.py
tests/test_eval.py
tests/test_eval_metrics.py
tests/test_exceptions.py
tests/test_extract.py
tests/test_extras_embeddings.py
tests/test_extras_memory_langmem.py
tests/test_extras_memory_mem0.py
tests/test_extras_memory_zep.py
tests/test_firewall.py
tests/test_firewall_api.py
tests/test_firewall_stats.py
tests/test_gateway_args.py
tests/test_gateway_benchmark.py
tests/test_gateway_controls.py
tests/test_gateway_error.py
tests/test_gateway_policy.py
tests/test_gateway_validation.py
tests/test_gen_api_manifest.py
tests/test_golden.py
tests/test_golden_mcp_ingestion.py
tests/test_golden_prompts.py
tests/test_graph.py
tests/test_handoff.py
tests/test_history.py
tests/test_labeler.py
tests/test_llm_summarizer.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_serve_cli.py
tests/test_mcp_serve_state.py
tests/test_mcp_upstream.py
tests/test_memory_source.py
tests/test_metrics.py
tests/test_navigator.py
tests/test_normalizer.py
tests/test_otel.py
tests/test_packer.py
tests/test_path.py
tests/test_pipeline.py
tests/test_prompt.py
tests/test_protocols.py
tests/test_proxy_runtime.py
tests/test_recipes_configs.py
tests/test_recipes_serve_gateway.py
tests/test_record_demo.py
tests/test_registry.py
tests/test_render_gateway_scorecard.py
tests/test_render_scorecard.py
tests/test_router.py
tests/test_router_serde.py
tests/test_routing_feedback.py
tests/test_routing_hydration.py
tests/test_routing_invariants.py
tests/test_routing_selection.py
tests/test_schema_gen.py
tests/test_scoring.py
tests/test_secrets.py
tests/test_selection.py
tests/test_sensitivity.py
tests/test_sensitivity_fixtures.py
tests/test_serde.py
tests/test_smoke_eval.py
tests/test_source_invariants.py
tests/test_store_artifacts.py
tests/test_store_async.py
tests/test_store_bundle.py
tests/test_store_concurrency.py
tests/test_store_conformance.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_redis.py
tests/test_store_s3.py
tests/test_store_sqlite_event_log.py
tests/test_store_sqlite_memory.py
tests/test_structured_firewall.py
tests/test_summarize.py
tests/test_token_calibration.py
tests/test_tokens.py
tests/test_tool_id.py
tests/test_tree_builder.py
tests/test_types.py
tests/test_unicode_regression.py
tests/test_utils.py
tests/test_views.py
tests/test_weaver_spec_fixtures.py