feat(athena): add intent parameter to prepare_council_prompt + wire hook into plugin system + update exports

This commit is contained in:
ismeth
2026-02-27 16:46:28 +01:00
committed by YeonGyu-Kim
parent 386645ea6b
commit 6b450b42db
6 changed files with 30 additions and 3 deletions
+1
View File
@@ -1,2 +1,3 @@
export { createAthenaAgent, ATHENA_PROMPT_METADATA } from "./agent"
export { createCouncilMemberAgent, COUNCIL_MEMBER_PROMPT, COUNCIL_SOLO_ADDENDUM, COUNCIL_DELEGATION_ADDENDUM } from "./council-member-agent"
export { COUNCIL_INTENT_ADDENDUMS } from "./council-intent-addendums"