LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
run_server.py
cli/__init__.py
cli/app.py
cli/i18n.py
cli/init_cmd.py
cli/operators_cmd.py
cli/presentation.py
cli/step_progress.py
core/__init__.py
core/cli_prefs.py
core/config_manager.py
core/llm_client.py
core/logger.py
core/path_manager.py
core/workspace.py
core/_bundled/config/api_config.example.json
core/_bundled/config/api_keys.example.json
core/_bundled/config/config.json
core/_bundled/data/README.md
core/_bundled/data/operator_categories.json
core/_bundled/data/operator_registry.json
core/_bundled/data/operator_registry_general.json
core/_bundled/data/operator_registry_user.json
core/_bundled/data/pipeline_templates.json
dataevolver.egg-info/PKG-INFO
dataevolver.egg-info/SOURCES.txt
dataevolver.egg-info/dependency_links.txt
dataevolver.egg-info/entry_points.txt
dataevolver.egg-info/requires.txt
dataevolver.egg-info/top_level.txt
examples/operator_template.json
subsystems/__init__.py
subsystems/observability/__init__.py
subsystems/observability/token_usage.py
subsystems/observability/token_usage_ledger.py
subsystems/operator_management/__init__.py
subsystems/operator_management/manual_registry.py
subsystems/operator_management/registry_store.py
subsystems/pipeline_orchestration/__init__.py
subsystems/pipeline_orchestration/dag_graph_analysis.py
subsystems/pipeline_orchestration/dag_semantic_llm.py
subsystems/pipeline_orchestration/dag_validator.py
subsystems/pipeline_orchestration/orchestration_prompts.py
subsystems/pipeline_orchestration/orchestrator_open.py
subsystems/pipeline_runtime/__init__.py
subsystems/pipeline_runtime/execution/__init__.py
subsystems/pipeline_runtime/execution/handlers_deterministic.py
subsystems/pipeline_runtime/execution/handlers_llm.py
subsystems/pipeline_runtime/execution/records_io.py
subsystems/pipeline_runtime/execution/runner.py
subsystems/pipeline_runtime/execution/stub_invocation.py
subsystems/pipeline_runtime/execution/subprocess_bridge.py
subsystems/pipeline_runtime/execution/subprocess_step.py
subsystems/pipeline_runtime/instantiation/__init__.py
subsystems/pipeline_runtime/instantiation/builtin_delegate_codegen.py
subsystems/pipeline_runtime/instantiation/bundle.py
subsystems/pipeline_runtime/instantiation/entry_script_codegen.py
subsystems/pipeline_runtime/instantiation/llm_operator_codegen.py
subsystems/pipeline_runtime/instantiation/llm_prompt_codegen.py
subsystems/pipeline_runtime/instantiation/stub_codegen.py
subsystems/pipeline_runtime/pilot/__init__.py
subsystems/pipeline_runtime/pilot/bundle_runner.py
subsystems/pipeline_runtime/pilot/flow.py
subsystems/pipeline_runtime/pilot/pilot_llm_judge.py
subsystems/pipeline_runtime/trial/__init__.py
subsystems/pipeline_runtime/trial/runner.py
subsystems/pipeline_session/__init__.py
subsystems/pipeline_session/file_preview.py
subsystems/pipeline_session/manifest_io_paths.py
subsystems/pipeline_session/manifest_store.py
subsystems/structured_understanding/__init__.py
subsystems/structured_understanding/full_analyzer.py
subsystems/structured_understanding/orchestration_feedback.py
subsystems/structured_understanding/prompts_full.py
subsystems/structured_understanding/prompts_language.py
subsystems/structured_understanding/understanding_runner.py
subsystems/workflow/__init__.py
subsystems/workflow/artifact_history.py
subsystems/workflow/runner.py
subsystems/workflow/snapshots.py
web/__init__.py
web/api/__init__.py
web/api/app.py
web/api/routers/__init__.py
web/api/routers/health.py
web/api/routers/llm_config.py
web/api/routers/observability.py
web/api/routers/operators.py
web/api/routers/pipeline.py
web/api/routers/sessions.py
web/api/routers/workflow.py