CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/comparisons.md
docs/concept.md
docs/examples.md
examples/hello_world/README.md
examples/hello_world/agents.py
examples/hello_world/pipeline.py
examples/support_triage/README.md
examples/support_triage/agents.py
examples/support_triage/pipeline.py
examples/support_triage/sample_input.json
scripts/sutra_legacy.py
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