ARCHITECTURE.md
CLAUDE.md
CONTEXT.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/architecture.html
docs/build.py
docs/index.html
docs/user-guide.html
docs/assets/hprc-docs.css
examples/customer_profile.py
examples/dashboard.py
examples/fastapi_app.py
examples/standalone.py
examples/data/sales.csv
examples/live/README.md
examples/live/app.py
examples/live/deploy.sh
examples/live/hprc-demo.service
examples/live/templates/assistant.sprep.html
examples/templates/customer.sprep.html
examples/templates/customer_profile.sprep.html
examples/templates/dashboard.sprep.html
hprc/__init__.py
hprc/cache.py
hprc/config.py
hprc/dependency_graph.py
hprc/llm.py
hprc/models.py
hprc/parser.py
hprc/renderer.py
hprc/request_context.py
hprc/rules.py
hprc/tools.py
hprc_framework.egg-info/PKG-INFO
hprc_framework.egg-info/SOURCES.txt
hprc_framework.egg-info/dependency_links.txt
hprc_framework.egg-info/requires.txt
hprc_framework.egg-info/top_level.txt
sprep/sprep-spec.html
sprep/sprep-spec.md
tests/test_async.py
tests/test_cache.py
tests/test_dependency_graph.py
tests/test_gather.py
tests/test_parser.py
tests/test_providers.py
tests/test_rendering.py
tests/test_resolution.py
tests/test_tool_execution.py