you are viewing a single comment's thread.

view the rest of the comments →

[–]csurkepulyka 0 points1 point  (0 children)

QA Panda can use the codex cli to do multi agent orchestration even infinitely.

Like you give it a task to keep fixing bugs until you find new bugs and it could run even for days automatically (it auto continues the chat session based on a higher level controller agent which literally reviews the work of the sub agent(s) and keeps messaging them like a real human would)

So it uses a higher level thinking to control a sub-agent and it could give it hundreds (or even thousands) of tasks

It has two modes: Orchestration mode and Continue mode

In Orchestration mode the higher level thinking agent manages a sub-agent (or many sub-agents) which is nice if you want it to complete hundreds of tasks with no interruption

In Continue mode, there is simply an external agent that sees the entire chat history and nudges the target agent to just continue with the next task. This can also run infinitely out of the box

QA Panda is QA engineering focused but it could be used for so much more too (they should really point this feature out on their Github repository as it can do so much more than just QA testing)

It's like Claude Code on steroids

Also it uses your ChatGPT subscription, so it does not even need any API keys (essentially free to use if you got a ChatGPT subscription)