LICENSE
README.md
pyproject.toml
conversations/base_impl_conversation.py
conversations/check_sf_correctness_conv.py
conversations/checkpointed_conversation.py
conversations/conversation.py
conversations/conversation_spec.py
conversations/filenames.py
conversations/gen_storage_plan_conversation.py
conversations/in_mem_1_optim_conv.py
conversations/in_mem_2_mt_conv.py
conversations/manual_specs.py
conversations/optimization_conversation.py
conversations/prompts_gen.py
conversations/scripted_conversation.py
conversations/ssd_1_st_opt_conv.py
conversations/ssd_2_mt_conv.py
conversations/stage_config.py
conversations/supervision_agent.py
conversations/utils/cleanup_plans.py
conversations/utils/cleanup_plans_test.py
cpp_runner/compiler/compiler.py
cpp_runner/compiler/compiler_cached.py
cpp_runner/compiler/compiler_factory.py
cpp_runner/compiler/compiler_factory_olap.py
cpp_runner/compiler/compiler_utils.py
cpp_runner/hotpatch/hotpatch_proc.py
cpp_runner/hotpatch/pool.py
cpp_runner/prepare_repo/assemble_args_parser.py
cpp_runner/prepare_repo/assemble_query_impl.py
cpp_runner/prepare_repo/load_snapshot_and_prepare.py
cpp_runner/prepare_repo/prepare_olap.py
cpp_runner/prepare_repo/prepare_workspace.py
cpp_runner/prepare_repo/prepare_workspace_olap.py
cpp_runner/prepare_repo/retrieve_framework_version_hash.py
cpp_runner/test/test_prepare_and_run.py
cpp_runner/test/old/compile.py
cpp_runner/utils/proc_utils.py
llm/models.py
llm/anthropic/claude_compaction_helper.py
llm/glm/glm_xml_tool_call_parser.py
llm/llm_caching/cached_compaction_session.py
llm/llm_caching/cached_litellm.py
llm/llm_caching/cached_llm_helper.py
llm/llm_caching/cached_llm_helper_test.py
llm/llm_caching/cached_openai.py
llm/sdk/sdk_wrapper.py
llm/sdk/agents_sdk/compaction_trigger.py
llm/sdk/agents_sdk/openai_make_compile_tool.py
llm/sdk/agents_sdk/openai_make_run_tool.py
llm/sdk/agents_sdk/openai_sdk.py
llm/sdk/agents_sdk/openai_sdk_tools.py
llm/sdk/agents_sdk/openai_token_usage.py
misc/get_db_procs.sh
misc/misc/cache_bench.py
misc/misc/cache_reader.py
misc/misc/parquet_reader_test.cpp
misc/misc/perf_control.hpp
misc/misc/perf_record.py
misc/misc/perf_report.py
misc/misc/perf_test.cpp
misc/misc/shm_test.cpp
misc/router/analyze_captures.py
misc/router/demo_client.py
misc/router/demo_embedded.py
misc/router/inspect_captures.py
misc/router/pg_router.py
misc/router/run_tests.py
misc/router/pgrouter/__init__.py
misc/router/pgrouter/__main__.py
misc/router/pgrouter/capture_files.py
misc/router/pgrouter/cli.py
misc/router/pgrouter/config.py
misc/router/pgrouter/inspect.py
misc/router/pgrouter/logging_utils.py
misc/router/pgrouter/output.py
misc/router/pgrouter/query_capture.py
misc/router/pgrouter/routes.py
misc/router/pgrouter/service.py
misc/router/pgrouter/state.py
misc/router/pgrouter/testclient.py
misc/router/pgrouter/analyze/__init__.py
misc/router/pgrouter/analyze/cli.py
misc/router/pgrouter/analyze/normalization.py
misc/router/pgrouter/analyze/repetition.py
misc/router/pgrouter/protocols/__init__.py
misc/router/pgrouter/protocols/base.py
misc/router/pgrouter/protocols/postgres/__init__.py
misc/router/pgrouter/protocols/postgres/backend.py
misc/router/pgrouter/protocols/postgres/catalog.py
misc/router/pgrouter/protocols/postgres/constants.py
misc/router/pgrouter/protocols/postgres/demo_client.py
misc/router/pgrouter/protocols/postgres/encoding.py
misc/router/pgrouter/protocols/postgres/frontend.py
misc/router/pgrouter/protocols/postgres/intercept.py
misc/router/pgrouter/protocols/postgres/pgtypes.py
misc/router/pgrouter/protocols/postgres/server.py
misc/router/pgrouter/protocols/postgres/value_decoding.py
misc/router/pgrouter/protocols/postgres/wire.py
misc/router/tests/__init__.py
misc/router/tests/integration_support.py
misc/router/tests/test_analyze.py
misc/router/tests/test_catalog_lookup.py
misc/router/tests/test_cli.py
misc/router/tests/test_embedded_router.py
misc/router/tests/test_handlers_and_capture.py
misc/router/tests/test_inspect.py
misc/router/tests/test_jdbc_integration.py
misc/router/tests/test_output.py
misc/router/tests/test_router_integration.py
misc/router/tests/test_testclient.py
misc/router/tests/test_wire_decoding.py
observability/get_mem_budget_setting_from_run.py
observability/analysis_model_behaviour/analyze_trace.py
observability/analyze_snapshot_sizes/check_snapshots_for_col_files.py
observability/analyze_snapshot_sizes/delete_snapshots_from_csv.py
observability/benchmark/__init__.py
observability/benchmark/__main__.py
observability/benchmark/cli.py
observability/benchmark/plot.py
observability/benchmark/plot_by_threads.py
observability/benchmark/run.py
observability/benchmark/writer.py
observability/benchmark/systems/__init__.py
observability/benchmark/systems/base.py
observability/benchmark/systems/bespoke.py
observability/benchmark/systems/clickhouse.py
observability/benchmark/systems/duckdb.py
observability/benchmark/systems/duckdb_connection_manager.py
observability/benchmark/systems/registry.py
observability/benchmark/systems/track.py
observability/benchmark/systems/umbra.py
observability/live_ui/live_dashboard.py
observability/logging/cloc_utils.py
observability/logging/debug_logger.py
observability/logging/logger.py
observability/logging/notify.py
observability/logging/run_stats_collector.py
observability/logging/run_stats_drain.py
observability/logging/truncate_csv.py
observability/logging/truncate_model_log.py
observability/logging/wandb_api_helper.py
observability/logging/wandb_plots_gen.py
observability/logging/weave_cache.py
observability/plots/flat_vs_bespoke_storage.py
observability/plots/plot_page1.py
observability/plots/plot_timeline.py
observability/plots/plot_turns_vs_speedup.py
observability/plots/animated_plot/config.py
observability/plots/animated_plot/demo_timeline_engine.py
observability/plots/animated_plot/live_plot.py
observability/plots/animated_plot/make_mp4.py
observability/plots/animated_plot/render.py
observability/plots/animated_plot/screen_renderer.py
observability/plots/animated_plot/terminal_input_builder.py
observability/plots/classify_bespoke_execution/classify_execution.py
observability/plots/classify_bespoke_execution/strategy_display_names.py
observability/plots/classify_bespoke_multi_threading/classify_multi_threading.py
observability/plots/classify_bespoke_storage/classify_storage.py
observability/plots/classify_bespoke_storage/llms.py
observability/plots/utils/annotate_speedup_col.py
observability/plots/utils/per_stage_data_prep.py
observability/plots/utils/per_stage_plot.py
observability/plots/utils/wandb_trace_preprocessor.py
observability/plots/utils/wandb_utils.py
observability/ui_template_runner/bespoke_service.py
observability/ui_template_runner/clickhouse_service.py
observability/ui_template_runner/run_generated_code_service.py
observability/ui_template_runner/run_generated_code_static.py
observability/ui_template_runner/service_notify.py
observability/ui_template_runner/ui_handler.py
observability/ui_template_runner/umbra_service.py
observability/ui_template_runner/deploy_code/prepare_code_zip.py
observability/ui_template_runner/telemetry/telemetry_service.py
synnodb.egg-info/PKG-INFO
synnodb.egg-info/SOURCES.txt
synnodb.egg-info/dependency_links.txt
synnodb.egg-info/requires.txt
synnodb.egg-info/top_level.txt
synth_framework/git_snapshotter.py
synth_framework/handle_prompt.py
synth_framework/runtime_tracker.py
tests/test_apply_patch_resilience.py
tests/test_cached_compaction_session.py
tests/test_claude_compaction_helper.py
tests/test_compaction_trigger.py
tests/test_debug_logger.py
tests/test_filenames.py
tests/test_gen_ceb_query.py
tests/test_query_validator_cache.py
tests/test_replace_in_file.py
tests/test_run_compaction.py
tests/test_run_stats_collector_cache_status.py
tests/test_sandbox.py
tests/test_sql_utils.py
tests/test_truncate_model_final_output.py
tests/test_update_file_diff_repair.py
tests/test_validate_tool_old_output_parser.py
tests/test_workload_provider_args.py
tests/test_workspace_editor_cache_replay.py
tools/__init__.py
tools/compile.py
tools/custom_apply_patch.py
tools/custom_replace_in_file.py
tools/run.py
tools/run_tool_mode.py
tools/sandbox.py
tools/shell_executor.py
tools/tool_call_error_logger.py
tools/workspace_editor.py
tools/validate/query_validator_class.py
tools/validate/run_and_check_queries.py
tools/validate/old/parse_output.py
tools/validate/old/query_cache.py
utils/cli_config.py
utils/confirm_dialog.py
utils/conv_name_utils.py
utils/core_utils.py
utils/drop_caches.py
utils/gen_common.py
utils/get_sample_q_args.py
utils/hugepages.py
utils/json_utils.py
utils/model_setup.py
utils/pkgconfig.py
utils/snapshot_utils.py
utils/sql_utils.py
utils/utils.py
workloads/query_execution_cache.py
workloads/system_factory.py
workloads/system_factory_olap.py
workloads/workload_provider.py
workloads/workload_provider_olap.py
workloads/dataset/gen_tpc_h_data.py
workloads/dataset/custom_scaler/check_parquet_dtypes_match.py
workloads/dataset/custom_scaler/scale_parquet.py
workloads/dataset/gen_ceb/ceb_queries.py
workloads/dataset/gen_ceb/gen_ceb_query.py
workloads/dataset/gen_ceb/imdb_schema.py
workloads/dataset/gen_tpch/gen_tpch_query.py
workloads/dataset/gen_tpch/tpch_queries.py
workloads/dataset/gen_tpch_single_table/tpch_query_generator_single_query.py