Commit 4dbc385
committed
feat(chat): add hydrateMessages, chat.history, and custom actions
Backend-controlled message history via hydrateMessages hook — loads from
DB on every turn, replacing the linear accumulator. Imperative chat.history
API (rollbackTo, remove, replace, slice) for modifying history from any
hook or run(). Custom actions via actionSchema + onAction — typed actions
sent through transport.sendAction() that wake the agent, modify state,
then trigger run(). Adds sendAction to both TriggerChatTransport and
AgentChat.1 parent 0a748e5 commit 4dbc385
File tree
6 files changed
+703
-63
lines changed- packages/trigger-sdk/src/v3
- references/ai-chat/src
- app
- components
- trigger
6 files changed
+703
-63
lines changed
0 commit comments