CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
shedboxai/__init__.py
shedboxai/__main__.py
shedboxai/_version.py
shedboxai/cli.py
shedboxai/connector.py
shedboxai/guide.py
shedboxai/pipeline.py
shedboxai.egg-info/PKG-INFO
shedboxai.egg-info/SOURCES.txt
shedboxai.egg-info/dependency_links.txt
shedboxai.egg-info/entry_points.txt
shedboxai.egg-info/requires.txt
shedboxai.egg-info/top_level.txt
shedboxai/core/__init__.py
shedboxai/core/exceptions.py
shedboxai/core/expression.py
shedboxai/core/processor.py
shedboxai/core/processor_store.py
shedboxai/core/ai/__init__.py
shedboxai/core/ai/interface.py
shedboxai/core/config/__init__.py
shedboxai/core/config/ai_config.py
shedboxai/core/config/models.py
shedboxai/core/config/normalizers.py
shedboxai/core/expression/__init__.py
shedboxai/core/expression/evaluator.py
shedboxai/core/expression/lexer.py
shedboxai/core/expression/parser.py
shedboxai/core/expression/plugins.py
shedboxai/core/graph/__init__.py
shedboxai/core/graph/executor.py
shedboxai/core/introspection/__init__.py
shedboxai/core/introspection/engine.py
shedboxai/core/introspection/error_handler.py
shedboxai/core/introspection/introspect_cli.py
shedboxai/core/introspection/markdown_generator.py
shedboxai/core/introspection/models.py
shedboxai/core/introspection/relationship_detector.py
shedboxai/core/introspection/schema_utils.py
shedboxai/core/introspection/analyzers/__init__.py
shedboxai/core/introspection/analyzers/base.py
shedboxai/core/introspection/analyzers/csv_analyzer.py
shedboxai/core/introspection/analyzers/json_analyzer.py
shedboxai/core/introspection/analyzers/rest_analyzer.py
shedboxai/core/introspection/analyzers/text_analyzer.py
shedboxai/core/introspection/analyzers/yaml_analyzer.py
shedboxai/core/operations/__init__.py
shedboxai/core/operations/advanced.py
shedboxai/core/operations/base.py
shedboxai/core/operations/conversion.py
shedboxai/core/operations/filtering.py
shedboxai/core/operations/relationships.py
shedboxai/core/operations/summarization.py
shedboxai/core/operations/templates.py
shedboxai/core/utils/__init__.py
shedboxai/core/utils/error_formatting.py
shedboxai/data/AI_ASSISTANT_GUIDE.md
shedboxai/data/__init__.py