feat: add internal hooks system

This commit is contained in:
Peter Steinberger
2026-01-17 01:31:39 +00:00
parent a76cbc43bb
commit faba508fe0
39 changed files with 4241 additions and 28 deletions

View File

@@ -100,6 +100,7 @@ export async function getReplyFromConfig(
let {
sessionCtx,
sessionEntry,
previousSessionEntry,
sessionStore,
sessionKey,
sessionId,
@@ -122,6 +123,7 @@ export async function getReplyFromConfig(
agentCfg,
sessionCtx,
sessionEntry,
previousSessionEntry,
sessionStore,
sessionKey,
storePath,