Files
trailofbits-buttercup/program-model
Ronald Eytchison a31b670a2e Fix: Use Openlit <1.36.6 to avoid bug with langgraph instrumentation (#457)
* Use openlit <1.36.6

Openlit >=1.36.6 has a bug with langgraph instrumentation.

Also add a test to seed-gen for when openlit is enabled

* Link to issue
2026-01-27 16:28:41 -05:00
..
2025-02-18 11:59:16 -05:00

Program Model

Indexes a program's source code to be queried by seed-gen and patcher.

Dependencies

Quick Test

uv run pytest -svv

Development

Before committing changes to this directory: reformat, lint, and ensure all tests pass.

make all