feat: Open Code agent
This commit is contained in:
5
agent/open-code/nodes/executor.ts
Normal file
5
agent/open-code/nodes/executor.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { OpenCodeState, OpenCodeUpdate } from "../types";
|
||||
|
||||
export async function executor(state: OpenCodeState): Promise<OpenCodeUpdate> {
|
||||
throw new Error("Not implemented" + state);
|
||||
}
|
||||
Reference in New Issue
Block a user