What problem does this solve?
Current approach is fully automated. HITL is useful for guiding the agent, correcting direction, etc.
Proposed solution
- Strands SDK has HITL support, leverage it.
- Figure out how to integrate with stdin/stdout IPC.
- HITL should be opt-in.
- Emit an event for every HITL interaction.
- Add HITL to React UI
- Disable HITL for react
--headless option
- Running as a python process should default to HITL using stdin
- Running as
docker exec should default to HITL if stdin is a TTY.
Alternatives considered
No response
Which area does this affect?
Frontend/UI
What problem does this solve?
Current approach is fully automated. HITL is useful for guiding the agent, correcting direction, etc.
Proposed solution
--headlessoptiondocker execshould default to HITL if stdin is a TTY.Alternatives considered
No response
Which area does this affect?
Frontend/UI