Orchestrating AI Code Review at scale
… When the coordinator LLM decides it is time to review the code, it calls this tool, which launches the sub-reviewer sessions through OpenCode's SDK client: const createResult = await this.client.session.create { body: { parentID: input.parentSessionID }, query: { directory: dir }, } ; // Send the p… …