LICENSE
README.md
pyproject.toml
src/synth_panel/__init__.py
src/synth_panel/__main__.py
src/synth_panel/aggregation.py
src/synth_panel/analyze.py
src/synth_panel/conditions.py
src/synth_panel/cost.py
src/synth_panel/domains.py
src/synth_panel/ensemble.py
src/synth_panel/instrument.py
src/synth_panel/logging_config.py
src/synth_panel/main.py
src/synth_panel/metadata.py
src/synth_panel/orchestrator.py
src/synth_panel/persistence.py
src/synth_panel/perturbation.py
src/synth_panel/profiles.py
src/synth_panel/prompts.py
src/synth_panel/py.typed
src/synth_panel/routing.py
src/synth_panel/runtime.py
src/synth_panel/stats.py
src/synth_panel/synthesis.py
src/synth_panel/templates.py
src/synth_panel/cli/__init__.py
src/synth_panel/cli/commands.py
src/synth_panel/cli/output.py
src/synth_panel/cli/parser.py
src/synth_panel/cli/repl.py
src/synth_panel/cli/slash.py
src/synth_panel/llm/__init__.py
src/synth_panel/llm/aliases.py
src/synth_panel/llm/client.py
src/synth_panel/llm/errors.py
src/synth_panel/llm/models.py
src/synth_panel/llm/providers/__init__.py
src/synth_panel/llm/providers/_openai_format.py
src/synth_panel/llm/providers/anthropic.py
src/synth_panel/llm/providers/base.py
src/synth_panel/llm/providers/gemini.py
src/synth_panel/llm/providers/openai_compat.py
src/synth_panel/llm/providers/openrouter.py
src/synth_panel/llm/providers/xai.py
src/synth_panel/mcp/__init__.py
src/synth_panel/mcp/data.py
src/synth_panel/mcp/server.py
src/synth_panel/packs/__init__.py
src/synth_panel/packs/developer.yaml
src/synth_panel/packs/enterprise-buyer.yaml
src/synth_panel/packs/general-consumer.yaml
src/synth_panel/packs/healthcare-patient.yaml
src/synth_panel/packs/startup-founder.yaml
src/synth_panel/packs/instruments/__init__.py
src/synth_panel/packs/instruments/churn-diagnosis.yaml
src/synth_panel/packs/instruments/feature-prioritization.yaml
src/synth_panel/packs/instruments/general-survey.yaml
src/synth_panel/packs/instruments/landing-page-comprehension.yaml
src/synth_panel/packs/instruments/market-research.yaml
src/synth_panel/packs/instruments/name-test.yaml
src/synth_panel/packs/instruments/pricing-discovery.yaml
src/synth_panel/packs/instruments/product-feedback.yaml
src/synth_panel/plugins/__init__.py
src/synth_panel/plugins/hooks.py
src/synth_panel/plugins/manager.py
src/synth_panel/plugins/manifest.py
src/synth_panel/plugins/registry.py
src/synth_panel/structured/__init__.py
src/synth_panel/structured/output.py
src/synth_panel/structured/schemas.py
src/synthpanel.egg-info/PKG-INFO
src/synthpanel.egg-info/SOURCES.txt
src/synthpanel.egg-info/dependency_links.txt
src/synthpanel.egg-info/entry_points.txt
src/synthpanel.egg-info/requires.txt
src/synthpanel.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_aggregation.py
tests/test_aliases.py
tests/test_analyze.py
tests/test_cli.py
tests/test_client.py
tests/test_compat_matrix.py
tests/test_conditions.py
tests/test_cost.py
tests/test_domains.py
tests/test_ensemble.py
tests/test_errors.py
tests/test_instrument.py
tests/test_mcp_data.py
tests/test_mcp_server.py
tests/test_metadata.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_persistence.py
tests/test_perturbation.py
tests/test_plugins.py
tests/test_profiles.py
tests/test_providers.py
tests/test_repl_wiring.py
tests/test_routing.py
tests/test_runtime.py
tests/test_schemas.py
tests/test_stats.py
tests/test_structured_output.py
tests/test_synthesis.py
tests/test_templates.py