LICENSE
README.md
pyproject.toml
gotcontext_server.egg-info/PKG-INFO
gotcontext_server.egg-info/SOURCES.txt
gotcontext_server.egg-info/dependency_links.txt
gotcontext_server.egg-info/entry_points.txt
gotcontext_server.egg-info/requires.txt
gotcontext_server.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/ace_framework.py
src/adaptive_rate_allocator.py
src/afm.py
src/attention_pruning.py
src/audited_graph.py
src/batch_manager.py
src/benchmark_guard.py
src/benchmark_harness.py
src/blind_spot_detector.py
src/budget_monitor.py
src/bundle_distiller.py
src/cache_compatibility.py
src/cache_diagnostics.py
src/cache_strategy_advisor.py
src/cli_output_optimizer.py
src/client_config.py
src/code_compression_adapter.py
src/code_compressor.py
src/compression_advisor.py
src/compression_pipeline.py
src/compression_presets.py
src/compression_profiles.py
src/compression_replay.py
src/compression_rewards.py
src/compression_verifier.py
src/connector_registry.py
src/constants.py
src/context_advisor.py
src/context_blocks.py
src/context_decay.py
src/dataset_registry.py
src/dead_code_detector.py
src/embedding_cache.py
src/embedding_quantizer.py
src/embeddings.py
src/embeddings_onnx.py
src/embeddings_tfidf.py
src/error_helpers.py
src/error_types.py
src/evidence_bundle.py
src/experience_synthesis.py
src/experiment_tracker.py
src/extractive_baseline.py
src/fidelity_advisor.py
src/fidelity_scoring.py
src/file_sync_manager.py
src/filter_rules.py
src/generative_rewrite.py
src/graceful_degradation.py
src/graph_visualizer.py
src/health.py
src/history_compaction.py
src/http_server.py
src/identity_scope.py
src/intra_doc_dedup.py
src/keyword_anchoring.py
src/knowledge_compiler.py
src/knowledge_lint.py
src/mcp_install.py
src/media_metadata.py
src/memory_api.py
src/memory_classifier.py
src/meta_tokens.py
src/metrics.py
src/model_optimizer.py
src/multi_level_skeleton.py
src/multimodal_compressor.py
src/multimodal_ingestion.py
src/node_identity.py
src/observability.py
src/path_validator.py
src/persistence.py
src/personalization.py
src/prompt_cache_audit.py
src/prompt_cache_middleware.py
src/prompt_cache_stability_guard.py
src/prompt_registry.py
src/provider_profiles.py
src/provider_telemetry_normalizer.py
src/proxy_cli.py
src/quality_predictor.py
src/query_adaptive.py
src/rate_limiter.py
src/reliability.py
src/resource_manager.py
src/response_formatter.py
src/savings_dashboard.py
src/savings_discover.py
src/savings_tracker.py
src/scar_compressor.py
src/search_compress_pipeline.py
src/segment_compression_cache.py
src/semantic_chunking.py
src/semantic_compressor.py
src/semantic_ssim.py
src/server.py
src/session_journal.py
src/setup_cli.py
src/structural_summary.py
src/structured_bundles.py
src/structured_logging.py
src/team_export.py
src/tee_recovery.py
src/temporal_graph.py
src/tensor_grep_integration.py
src/token_estimation.py
src/token_refiner.py
src/token_threshold.py
src/toon_serializer.py
src/training_utils.py
src/transcript_extractor.py
src/types.py
src/validation_hooks.py
src/version_manager.py
src/cli_benchmark/__init__.py
src/cli_benchmark/compressor.py
src/cli_benchmark/corpus.py
src/cli_benchmark/pricing.py
src/cli_benchmark/project_scaffold.py
src/cli_benchmark/providers.py
src/cli_benchmark/results.py
src/cli_benchmark/runner.py
src/connectors/base.py
src/connectors/github_connector.py
src/connectors/s3_connector.py
src/connectors/slack_export_connector.py
src/connectors/web_connector.py
src/handlers/__init__.py
src/handlers/ace_handlers.py
src/handlers/afm_handlers.py
src/handlers/bundle_handlers.py
src/handlers/compression_handlers.py
src/handlers/connector_handlers.py
src/handlers/detection_handlers.py
src/handlers/experiment_handlers.py
src/handlers/experimental_handlers.py
src/handlers/file_sync_handlers.py
src/handlers/help_handlers.py
src/handlers/mcp_core.py
src/handlers/memory_handlers.py
src/handlers/model_handlers.py
src/handlers/multimodal_handlers.py
src/handlers/prompt_handlers.py
src/handlers/resource_handlers.py
src/handlers/temporal_handlers.py
src/handlers/token_optimization_handlers.py
src/handlers/visualization_handlers.py
src/proxy/__init__.py
src/proxy/proxy_server.py
src/proxy/response_interceptor.py
src/proxy/schema_compressor.py
src/proxy/upstream_client.py
src/semantic_modulator/__init__.py
src/semantic_modulator/api/__init__.py
src/semantic_modulator/api/mcp/__init__.py
src/semantic_modulator/api/mcp/registry.py
src/semantic_modulator/api/mcp/router.py
src/semantic_modulator/app/__init__.py
src/semantic_modulator/app/ace_context_manager.py
src/semantic_modulator/app/bootstrap.py
src/semantic_modulator/app/context_service.py
src/semantic_modulator/app/contract_validation.py
src/semantic_modulator/app/lifecycle_service.py
src/semantic_modulator/app/mcp_context_surfaces.py
src/semantic_modulator/app/persistence_orchestration_service.py
src/semantic_modulator/app/progress_service.py
src/semantic_modulator/app/router_binding.py
src/semantic_modulator/app/runtime_service.py
src/semantic_modulator/app/server_aliases.py
src/semantic_modulator/app/server_factory_service.py
src/semantic_modulator/app/server_service_adapter.py
src/semantic_modulator/app/tool_profile_service.py
src/semantic_modulator/app/tooling.py
tests/test_ace_context_manager_module.py
tests/test_ace_framework.py
tests/test_ace_handlers.py
tests/test_adaptive_compression.py
tests/test_adaptive_rate_allocator_coverage.py
tests/test_afm.py
tests/test_afm_handlers.py
tests/test_assessment_handlers.py
tests/test_async_operations.py
tests/test_audited_graph.py
tests/test_batch_processing.py
tests/test_benchmark_guard.py
tests/test_benchmark_harness.py
tests/test_blind_spot_detector_coverage.py
tests/test_bootstrap.py
tests/test_bugfixes.py
tests/test_bundle_golden_outputs.py
tests/test_bundle_handlers.py
tests/test_cache_compatibility.py
tests/test_cache_comprehensive.py
tests/test_cache_diagnostics.py
tests/test_cache_optimization.py
tests/test_cache_telemetry.py
tests/test_cache_telemetry_contracts.py
tests/test_chaos_engineering.py
tests/test_ci_workflows.py
tests/test_claude_folder_guides.py
tests/test_cli_benchmark.py
tests/test_cli_output_optimizer.py
tests/test_client_config.py
tests/test_code_compression_adapter.py
tests/test_code_compressor.py
tests/test_codex_enhancements.py
tests/test_compression_handlers.py
tests/test_compression_pipeline.py
tests/test_compression_profiles.py
tests/test_compression_rewards.py
tests/test_compression_verifier.py
tests/test_connector_handlers.py
tests/test_connector_registry.py
tests/test_context_blocks.py
tests/test_context_service.py
tests/test_coverage_boost.py
tests/test_coverage_boost2.py
tests/test_coverage_boost3.py
tests/test_coverage_boost4.py
tests/test_cujs.py
tests/test_dataset_registry.py
tests/test_dead_code_detector.py
tests/test_detection_handlers.py
tests/test_docs_contracts.py
tests/test_e2e_scenarios.py
tests/test_edge_cases.py
tests/test_embedding_quantizer.py
tests/test_enterprise_layout.py
tests/test_evidence_bundle.py
tests/test_experience_synthesis.py
tests/test_experiment_golden_reports.py
tests/test_experiment_handlers.py
tests/test_experiment_tracker.py
tests/test_experimental_handlers.py
tests/test_extractive_baseline.py
tests/test_file_sync.py
tests/test_file_sync_handlers.py
tests/test_filter_rules.py
tests/test_functional.py
tests/test_gemini_enhancements.py
tests/test_github_connector.py
tests/test_gtm_benchmarks.py
tests/test_health.py
tests/test_help_handlers.py
tests/test_history_compaction.py
tests/test_http_server.py
tests/test_integration_workflows.py
tests/test_knowledge_compiler.py
tests/test_knowledge_handlers.py
tests/test_knowledge_lint.py
tests/test_launch_readiness.py
tests/test_lifecycle_service.py
tests/test_mcp_context_surfaces.py
tests/test_mcp_contracts_extended.py
tests/test_mcp_packaging.py
tests/test_mcp_routing.py
tests/test_mcp_tooling_gateway.py
tests/test_media_metadata.py
tests/test_memory_contracts.py
tests/test_memory_golden_profiles.py
tests/test_memory_handlers.py
tests/test_memory_optimization.py
tests/test_memory_service.py
tests/test_meta_tokens.py
tests/test_metrics.py
tests/test_mig_scoring.py
tests/test_model_accounting_hypothesis.py
tests/test_model_handlers.py
tests/test_model_optimizer.py
tests/test_multi_agent_setup.py
tests/test_multimodal_compressor_coverage.py
tests/test_multimodal_handlers.py
tests/test_multimodal_ingestion.py
tests/test_node_identity.py
tests/test_observability.py
tests/test_observability_contracts.py
tests/test_observability_coverage.py
tests/test_opencode_enhancements.py
tests/test_parity_characterization.py
tests/test_parity_e2e.py
tests/test_path_validator.py
tests/test_performance.py
tests/test_persistence_comprehensive.py
tests/test_persistence_orchestration_service.py
tests/test_personalization.py
tests/test_phase3_bcd.py
tests/test_phase4_features.py
tests/test_phase5_features.py
tests/test_progress_service.py
tests/test_prompt_cache_audit.py
tests/test_prompt_cache_audit_contracts.py
tests/test_prompt_cache_validation.py
tests/test_prompt_caching.py
tests/test_prompt_contracts.py
tests/test_prompt_handlers.py
tests/test_prompt_registry.py
tests/test_prompt_versioning_golden.py
tests/test_provider_profiles.py
tests/test_proxy_cli.py
tests/test_proxy_core.py
tests/test_quality_predictor.py
tests/test_query_guided_compression.py
tests/test_reliability.py
tests/test_resource_handlers.py
tests/test_resource_manager_coverage.py
tests/test_response_formatter.py
tests/test_router_binding.py
tests/test_runtime_service.py
tests/test_s3_connector.py
tests/test_savings_dashboard.py
tests/test_savings_discover.py
tests/test_savings_tracker.py
tests/test_scar_alignment_scores.py
tests/test_schema_stability.py
tests/test_search_compress_pipeline.py
tests/test_segment_compression_cache.py
tests/test_semantic_compressor_unit.py
tests/test_semantic_fidelity.py
tests/test_server_aliases.py
tests/test_server_factory_service.py
tests/test_server_lifecycle.py
tests/test_server_runtime_wrapper.py
tests/test_server_service_adapter.py
tests/test_server_unit.py
tests/test_server_wiring_contract.py
tests/test_session_continuity.py
tests/test_session_journal.py
tests/test_skill_external_adapters.py
tests/test_skill_pipeline.py
tests/test_skill_scripts.py
tests/test_skill_structured_controls.py
tests/test_structural_summary.py
tests/test_structured_bundles.py
tests/test_structured_logging.py
tests/test_tee_recovery.py
tests/test_temporal_graph.py
tests/test_temporal_handlers.py
tests/test_temporal_hypothesis.py
tests/test_tenancy_hypothesis.py
tests/test_tenancy_scoping.py
tests/test_tensor_grep_integration.py
tests/test_token_estimation.py
tests/test_token_refiner.py
tests/test_token_savings.py
tests/test_tool_profile_service.py
tests/test_tool_profiles.py
tests/test_toon_bundle_roundtrip.py
tests/test_toon_serializer_coverage.py
tests/test_training_utils_coverage.py
tests/test_transcript_extractor.py
tests/test_ux_improvements.py
tests/test_validation_hooks_file_id.py
tests/test_visualization.py
tests/test_web_connector.py
tests/test_wiring_integration.py