for the side-by-side builder simulations (#144), it will use objectiveai as the agentic harness for both builders, including the one that doesn't use objectiveai for judgment.
this decision has given me the idea that we should support any arbitrary harness that conforms to a simple API as an upstream
it simply needs to return assistant messages which may call tools, and have its own form of continuation (#145)
for the side-by-side builder simulations (#144), it will use objectiveai as the agentic harness for both builders, including the one that doesn't use objectiveai for judgment.
this decision has given me the idea that we should support any arbitrary harness that conforms to a simple API as an upstream
it simply needs to return assistant messages which may call tools, and have its own form of
continuation(#145)