README.md
pyproject.toml
src/b4user/__init__.py
src/b4user/__main__.py
src/b4user/cli.py
src/b4user.egg-info/PKG-INFO
src/b4user.egg-info/SOURCES.txt
src/b4user.egg-info/dependency_links.txt
src/b4user.egg-info/entry_points.txt
src/b4user.egg-info/requires.txt
src/b4user.egg-info/top_level.txt
src/b4user/mcp/__init__.py
src/b4user/mcp/server.py
src/kpeh/__init__.py
src/kpeh/cli.py
src/kpeh/cli_welcome.py
src/kpeh/env.py
src/kpeh/api/__init__.py
src/kpeh/api/app.py
src/kpeh/api/job_registry.py
src/kpeh/api/routes_artifacts.py
src/kpeh/api/routes_datasets.py
src/kpeh/api/routes_evaluator_models.py
src/kpeh/api/routes_human_review.py
src/kpeh/api/routes_jobs.py
src/kpeh/api/routes_panels.py
src/kpeh/api/routes_provider_profiles.py
src/kpeh/api/routes_runs.py
src/kpeh/api/routes_specs.py
src/kpeh/api/routes_targets.py
src/kpeh/api/routes_workflows.py
src/kpeh/api/run_insights.py
src/kpeh/api/schemas.py
src/kpeh/api/security.py
src/kpeh/api/services.py
src/kpeh/assets/b4user-logo.png
src/kpeh/assets/b4user-logo.svg
src/kpeh/assets/b4user-mark-192.png
src/kpeh/assets/b4user-mark-512.png
src/kpeh/assets/b4user-mark-64.png
src/kpeh/assets/b4user-mark.svg
src/kpeh/assets/favicon.ico
src/kpeh/assets/kpeh-logo.png
src/kpeh/assets/kpeh-logo.svg
src/kpeh/assets/kpeh-mark-192.png
src/kpeh/assets/kpeh-mark-512.png
src/kpeh/assets/kpeh-mark-64.png
src/kpeh/assets/kpeh-mark.svg
src/kpeh/assets/logo1.png
src/kpeh/cli_commands/__init__.py
src/kpeh/cli_commands/evaluators.py
src/kpeh/cli_commands/ops.py
src/kpeh/cli_commands/options.py
src/kpeh/cli_commands/parser.py
src/kpeh/cli_commands/repo.py
src/kpeh/cli_commands/shared.py
src/kpeh/cli_commands/workflows.py
src/kpeh/core/__init__.py
src/kpeh/core/agent_concept.py
src/kpeh/core/agent_meeting.py
src/kpeh/core/artifact_archive.py
src/kpeh/core/ax_discovery.py
src/kpeh/core/evaluator_baseline.py
src/kpeh/core/evaluator_comparison.py
src/kpeh/core/evaluator_embedding.py
src/kpeh/core/evaluator_features.py
src/kpeh/core/evaluator_ml.py
src/kpeh/core/evaluator_model_registry.py
src/kpeh/core/evaluator_prediction.py
src/kpeh/core/evaluator_training.py
src/kpeh/core/evaluator_training_shared.py
src/kpeh/core/evaluator_triage.py
src/kpeh/core/experiment_registry.py
src/kpeh/core/failure_classifier.py
src/kpeh/core/human_review.py
src/kpeh/core/io_utils.py
src/kpeh/core/live_evaluator.py
src/kpeh/core/llm_enhancement.py
src/kpeh/core/llm_schema.py
src/kpeh/core/llm_tuning.py
src/kpeh/core/market_fit.py
src/kpeh/core/models.py
src/kpeh/core/onepager_generator.py
src/kpeh/core/panel_builder.py
src/kpeh/core/panel_registry.py
src/kpeh/core/persona_analysis_request.py
src/kpeh/core/persona_compiler.py
src/kpeh/core/persona_lens.py
src/kpeh/core/persona_loader.py
src/kpeh/core/persona_sampler.py
src/kpeh/core/pipeline.py
src/kpeh/core/prompt_metadata.py
src/kpeh/core/question_generator.py
src/kpeh/core/repo_inspector.py
src/kpeh/core/repo_persona_analysis.py
src/kpeh/core/repo_persona_batching.py
src/kpeh/core/repo_persona_context.py
src/kpeh/core/repo_persona_reporting.py
src/kpeh/core/repo_persona_validation.py
src/kpeh/core/repo_source.py
src/kpeh/core/report_export.py
src/kpeh/core/report_generator.py
src/kpeh/core/response_collector.py
src/kpeh/core/review_application.py
src/kpeh/core/rubric_evaluator.py
src/kpeh/core/rubric_loader.py
src/kpeh/core/run_bundle.py
src/kpeh/core/run_comparison.py
src/kpeh/core/run_comparison_tickets.py
src/kpeh/core/run_metadata.py
src/kpeh/core/sales_report_generator.py
src/kpeh/core/sampling_strategy.py
src/kpeh/core/scale_gate.py
src/kpeh/core/scenario_generator.py
src/kpeh/core/segment_insight_builder.py
src/kpeh/core/training_export.py
src/kpeh/core/training_validation.py
src/kpeh/data_sources/__init__.py
src/kpeh/data_sources/nemotron_korea.py
src/kpeh/domain_packs/ax_discovery/friction_axes.yaml
src/kpeh/domain_packs/ax_discovery/question_types.yaml
src/kpeh/domain_packs/generic/failure_modes.yaml
src/kpeh/domain_packs/generic/market_fit_rubrics.yaml
src/kpeh/domain_packs/generic/roles.yaml
src/kpeh/domain_packs/generic/rubrics.yaml
src/kpeh/domain_packs/generic/scenarios.yaml
src/kpeh/domain_packs/manufacturing_ax/friction_axes.yaml
src/kpeh/domain_packs/manufacturing_ax/poc_requirements.yaml
src/kpeh/domain_packs/manufacturing_ax/question_types.yaml
src/kpeh/domain_packs/manufacturing_ax/role_question_templates.yaml
src/kpeh/domain_packs/small_business_automation/failure_modes.yaml
src/kpeh/domain_packs/small_business_automation/friction_axes.yaml
src/kpeh/domain_packs/small_business_automation/market_fit_rubrics.yaml
src/kpeh/domain_packs/small_business_automation/question_types.yaml
src/kpeh/domain_packs/small_business_automation/rubrics.yaml
src/kpeh/gui/__init__.py
src/kpeh/gui/helpers.py
src/kpeh/llm/__init__.py
src/kpeh/llm/base.py
src/kpeh/llm/config.py
src/kpeh/llm/hermes_agent.py
src/kpeh/llm/mock.py
src/kpeh/llm/openai_compatible.py
src/kpeh/mcp/__init__.py
src/kpeh/mcp/server.py
tests/test_agent_meeting.py
tests/test_api_app.py
tests/test_api_compare_prompt.py
tests/test_api_core_workflows.py
tests/test_api_full_migration.py
tests/test_api_persona_analysis_request.py
tests/test_api_provider_profiles_jobs.py
tests/test_api_runs.py
tests/test_api_sales_pack.py
tests/test_ax_discovery.py
tests/test_brand_assets.py
tests/test_cli_integration.py
tests/test_cli_options.py
tests/test_distribution.py
tests/test_domain_pack_golden.py
tests/test_env_loading.py
tests/test_evaluator_baseline.py
tests/test_evaluator_comparison.py
tests/test_evaluator_imports.py
tests/test_evaluator_prediction.py
tests/test_evaluator_report.py
tests/test_evaluator_training.py
tests/test_experiment_registry.py
tests/test_generation.py
tests/test_gui_helpers.py
tests/test_human_review.py
tests/test_live_evaluator.py
tests/test_llm_enhancement.py
tests/test_llm_tuning_registry.py
tests/test_loader_sampler.py
tests/test_market_fit.py
tests/test_mcp_server.py
tests/test_models_io.py
tests/test_nemotron_importer.py
tests/test_panel_builder.py
tests/test_persona_analysis_request.py
tests/test_powershell_scripts.py
tests/test_repo_inspector.py
tests/test_repo_persona_analysis.py
tests/test_repo_source.py
tests/test_report_export.py
tests/test_review_application_triage_panel_registry.py
tests/test_run_metadata_comparison.py
tests/test_sales_pack.py
tests/test_sampling_strategy.py
tests/test_scale_gate.py
tests/test_skill_scaffold.py
tests/test_target_agent.py
tests/test_text_integrity.py
tests/test_training_export.py
tests/test_training_validation.py