feat(06-01): register athena council tool in runtime registry

- export createAthenaCouncilTool from tools index

- wire athena_council with agents.athena.council config in tool registry
This commit is contained in:
ismeth
2026-02-12 16:04:24 +01:00
committed by YeonGyu-Kim
parent f5b74bb1d2
commit 74862cede9
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ import type { BackgroundManager } from "../features/background-agent"
type OpencodeClient = PluginInput["client"]
export { createCallOmoAgent } from "./call-omo-agent"
export { createAthenaCouncilTool } from "./athena-council"
export { createLookAt } from "./look-at"
export { createDelegateTask } from "./delegate-task"
export {