LICENSE
README.md
pyproject.toml
src/sutra/__init__.py
src/sutra/cli.py
src/sutra/config.py
src/sutra/core.py
src/sutra/input.py
src/sutra/normalizer.py
src/sutra/version.py
src/sutra/tools/__init__.py
src/sutra/tools/executor.py
src/sutra/tools/pdf.py
src/sutra/tools/rag.py
src/sutra/tools/text.py
src/sutra/ui/server.py
src/sutra/ui/templates/index.html
src/sutra/ui/templates/run_detail.html
src/sutra_ai.egg-info/PKG-INFO
src/sutra_ai.egg-info/SOURCES.txt
src/sutra_ai.egg-info/dependency_links.txt
src/sutra_ai.egg-info/entry_points.txt
src/sutra_ai.egg-info/requires.txt
src/sutra_ai.egg-info/top_level.txt
tests/test_cli_flow.py
tests/test_input_coercion.py
tests/test_jsonl_batch.py
tests/test_pdf_tool.py
tests/test_rag_tools.py
tests/test_reliable_normalizer.py
tests/test_smoke.py