LICENSE
README.md
pyproject.toml
src/datarecipe/__init__.py
src/datarecipe/__main__.py
src/datarecipe/analyzer.py
src/datarecipe/batch_analyzer.py
src/datarecipe/cli.py
src/datarecipe/comparator.py
src/datarecipe/cost_calculator.py
src/datarecipe/deep_analyzer.py
src/datarecipe/deployer.py
src/datarecipe/llm_analyzer.py
src/datarecipe/mcp_server.py
src/datarecipe/pipeline.py
src/datarecipe/profiler.py
src/datarecipe/quality_metrics.py
src/datarecipe/schema.py
src/datarecipe/task_profiles.py
src/datarecipe/workflow.py
src/datarecipe/analyzers/__init__.py
src/datarecipe/analyzers/context_strategy.py
src/datarecipe/analyzers/llm_dataset_analyzer.py
src/datarecipe/analyzers/spec_analyzer.py
src/datarecipe/cache/__init__.py
src/datarecipe/cache/analysis_cache.py
src/datarecipe/core/__init__.py
src/datarecipe/core/deep_analyzer.py
src/datarecipe/core/project_layout.py
src/datarecipe/cost/__init__.py
src/datarecipe/cost/calibrator.py
src/datarecipe/cost/complexity_analyzer.py
src/datarecipe/cost/phased_model.py
src/datarecipe/cost/token_analyzer.py
src/datarecipe/extractors/__init__.py
src/datarecipe/extractors/prompt_extractor.py
src/datarecipe/extractors/rubrics_analyzer.py
src/datarecipe/generators/__init__.py
src/datarecipe/generators/annotation_spec.py
src/datarecipe/generators/enhanced_guide.py
src/datarecipe/generators/executive_summary.py
src/datarecipe/generators/human_machine_split.py
src/datarecipe/generators/industry_benchmark.py
src/datarecipe/generators/llm_enhancer.py
src/datarecipe/generators/milestone_plan.py
src/datarecipe/generators/pattern_generator.py
src/datarecipe/generators/spec_output.py
src/datarecipe/integrations/__init__.py
src/datarecipe/integrations/radar.py
src/datarecipe/knowledge/__init__.py
src/datarecipe/knowledge/dataset_catalog.py
src/datarecipe/knowledge/knowledge_base.py
src/datarecipe/parsers/__init__.py
src/datarecipe/parsers/document_parser.py
src/datarecipe/providers/__init__.py
src/datarecipe/providers/local.py
src/datarecipe/reports/__init__.py
src/datarecipe/reports/integrated_report.py
src/datarecipe/sources/__init__.py
src/datarecipe/sources/github.py
src/datarecipe/sources/huggingface.py
src/datarecipe/sources/web.py
src/datarecipe/triggers/__init__.py
src/datarecipe/triggers/watcher.py
src/knowlyr_datarecipe.egg-info/PKG-INFO
src/knowlyr_datarecipe.egg-info/SOURCES.txt
src/knowlyr_datarecipe.egg-info/dependency_links.txt
src/knowlyr_datarecipe.egg-info/entry_points.txt
src/knowlyr_datarecipe.egg-info/requires.txt
src/knowlyr_datarecipe.egg-info/top_level.txt
tests/test_analysis_cache.py
tests/test_cli.py
tests/test_field_definition.py
tests/test_generators.py
tests/test_llm_enhancer.py
tests/test_pipeline_phases.py
tests/test_quality_gates.py
tests/test_regressions.py
tests/test_rubrics_analyzer.py
tests/test_task_profiles.py