5 ms·
If you're interested in driving coding agents with code, check out the OpenHands Software Agent SDK [1] We need to define agents in code, and drive them throug
by rbren 4mo ago
If you're interested in driving coding agents with code, check out the OpenHands Software Agent SDK [1]
We need to define agents in code, and drive them through semi-deterministic workflows. Kick subtasks off to agents where appropriate, but do things like gather context and deal with agent output deterministically.
This is a massive boost in accuracy, cost efficiency, AND speed. Stop using tokens to do the deterministic parts of the task!
[1] https://github.com/OpenHands/software-agent-sdk https://github.com/OpenHands/software-agent-sdk
- zapataband1 4mo ago"conversation.send_message("Write 3 facts about the current project into FACTS.txt.")" why tf would i ever need this