.gitignore
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/tests.yml
examples/complex_graph/.pipelinescope.yaml
examples/complex_graph/logging.yaml
examples/complex_graph/main.py
examples/complex_graph/pipeline.py
examples/nested_calls/.pipelinescope.yaml
examples/nested_calls/logging.yaml
examples/nested_calls/main.py
examples/nested_calls/pipeline.py
examples/simple_linear/.pipelinescope.yaml
examples/simple_linear/logging.yaml
examples/simple_linear/main.py
examples/simple_linear/pipeline.py
pipelinescope/__init__.py
pipelinescope.egg-info/PKG-INFO
pipelinescope.egg-info/SOURCES.txt
pipelinescope.egg-info/dependency_links.txt
pipelinescope.egg-info/entry_points.txt
pipelinescope.egg-info/requires.txt
pipelinescope.egg-info/top_level.txt
pipelinescope/cli/__init__.py
pipelinescope/cli/diff.py
pipelinescope/core/__init__.py
pipelinescope/core/config.py
pipelinescope/core/entrypoint.py
pipelinescope/core/extrapolation.py
pipelinescope/core/profiler.py
pipelinescope/core/resource_monitor.py
pipelinescope/core/stats.py
pipelinescope/data/__init__.py
pipelinescope/data/serializer.py
pipelinescope/prompts/__init__.py
pipelinescope/prompts/llm_optimize.py
pipelinescope/reporting/__init__.py
pipelinescope/reporting/analyzer.py
pipelinescope/reporting/generator.py
pipelinescope/reporting/templates/summary.html
pipelinescope/utils/__init__.py
pipelinescope/utils/logger.py
tests/__init__.py
tests/conftest.py
tests/test_analyzer.py
tests/test_config.py
tests/test_diff.py
tests/test_entrypoint.py
tests/test_extrapolation.py
tests/test_generator.py
tests/test_logger.py
tests/test_profiler.py
tests/test_resource_monitor.py
tests/test_serializer.py
tests/test_stats.py