Executor
topic on 1 show · 3 statements across 1 episodes
3 statements about Executor, every show
Krentsel: Agent logic belongs in the executor while state belongs in harness
“The way you choose to record or inject memory lives in the executor, but the actual memories themselves go down in the exo harness as artifacts for that conversation or for that agent. And so it's kind of like the, how you do things is defined in the executor.…”
Krentsel: Exo Automatically Rolls Back Runtime Executor Rebuilds That Fail
“And we have in the exo harness, a special garden guardian kind of process that will allow the executive to be rebuilt at runtime mid step. And also provide some sort of kind of soaking process where After being rebuilt, we try to bring up the executor, let it …”
Krentsel: Decoupling executor from harness enables safe agent self-evolution
“What this gives you this nice split is it gives you an isolated execution environment down here. It gives you protected state, and then it has a very explicit stateless layer that's safe for self evolution. So the executor can propose changes to itself in a wa…”