Refactor local memory and role-fixed runtime routing

This commit is contained in:
Eyejoker
2026-04-04 03:50:28 +09:00
parent ca58e8c8eb
commit 3dd772c229
47 changed files with 6158 additions and 669 deletions

View File

@@ -110,7 +110,7 @@ export const ARBITER_AGENT_TYPE: AgentType | undefined =
? rawArbiterAgentType
: undefined;
/** Service ID for the arbiter. Re-uses codex-review bot by default when arbiter is enabled. */
/** Service ID for the arbiter. Defaults to codex-review for internal routing when arbiter is enabled. */
export const ARBITER_SERVICE_ID = ARBITER_AGENT_TYPE
? getEnv('ARBITER_SERVICE_ID') || CODEX_REVIEW_SERVICE_ID
: null;