interpretthis 0.2.0

Sandboxed Python AST interpreter for untrusted and LLM-generated code
Documentation
1
2
3
4
5
6
7
8
9
10
# Agent instructions

## Testing

- **Use `cargo nextest run` instead of `cargo test`.**
- Filter examples:
  - `cargo nextest run -E 'test(method_kwargs)'`
  - `cargo nextest run --lib`
  - `cargo nextest run --all-targets`
- Do not default to `cargo test` unless nextest is unavailable and you note why.