LICENSE
README.md
pyproject.toml
src/opengates/__init__.py
src/opengates/app.py
src/opengates/cli.py
src/opengates/escalation.py
src/opengates/gates.py
src/opengates/notifications.py
src/opengates/runtime.py
src/opengates/schemas.py
src/opengates/settings.py
src/opengates/storage.py
src/opengates.egg-info/PKG-INFO
src/opengates.egg-info/SOURCES.txt
src/opengates.egg-info/dependency_links.txt
src/opengates.egg-info/entry_points.txt
src/opengates.egg-info/requires.txt
src/opengates.egg-info/top_level.txt
src/opengates/providers/__init__.py
src/opengates/providers/base.py
src/opengates/providers/factory.py
src/opengates/providers/heuristic.py
src/opengates/providers/openai_responses.py
src/opengates/starter_gates/demo-investor/examples.md
src/opengates/starter_gates/demo-investor/focus.md
src/opengates/starter_gates/demo-investor/gate.yaml
src/opengates/starter_gates/demo-investor/standards.md
src/opengates/starter_gates/demo-investor/voice.md
src/opengates/templates/index.html
src/opengates/templates/intake.html
src/opengates/templates/result.html
src/opengates/templates/thread.html
tests/test_runtime.py