jif-oai

Results 23 issues of jif-oai

Add the new unified execution tool that support asynchronous execution. The idea is to spawn a process, and let the model write on STDIN and read from STDOUT in an...

Add a warning message as a user turn to the model if the model does not behave as expected (here, for example, if the model opens too many `unified_exec` sessions)

Unified exec PTY sessions under Seccomp were using arg0 as the program when spawning the PTY. For the `codex-linux-sandbox` case, this meant we were actually executing codex-linux-sandbox via `PATH` lookup...

Core-Important
Core