refactor(worker): move Codex turn logic into CodexAdapter behind AgentRuntime
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { registerAdapter } from './agent-runtime';
|
||||
import { createCodexAdapter } from './codex-adapter';
|
||||
|
||||
registerAdapter('codex', createCodexAdapter);
|
||||
Reference in New Issue
Block a user