awrepl(tool, public)
A REPL an agent can actually use — state that survives between turns.
Name
awrepl — A REPL an agent can actually use — state that survives between turns.
The problem it solves
An agent given one-shot shell commands rebuilds its whole world on every call, so it guesses instead of looking — and in a transcript a guess is indistinguishable from a reading. Every variable it wanted is gone the moment the command exits, which is why agents describe state rather than inspect it.
Instead of trusting / you check
- instead of trusting
- what the agent believes the value is
- you check
- the value, printed from the live session
Adopt it alone
Give an agent a live session it can keep poking at, so the next question is asked of the object instead of of its own memory.
Install
pip install awrepl
Where it sits in the path
- Not on the path yet — reference only.
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.