mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
feat(agent): integrate structured runner interactions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Canonical AgentRunner event names reserved for future EBA integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
@@ -14,6 +15,9 @@ GROUP_MEMBER_JOINED = 'group.member_joined'
|
||||
FRIEND_REQUEST_RECEIVED = 'friend.request_received'
|
||||
"""A new friend/contact request was received."""
|
||||
|
||||
INTERACTION_SUBMITTED = 'interaction.submitted'
|
||||
"""A user submitted a Host-rendered structured interaction."""
|
||||
|
||||
|
||||
RESERVED_EVENT_TYPES = frozenset(
|
||||
{
|
||||
@@ -21,5 +25,6 @@ RESERVED_EVENT_TYPES = frozenset(
|
||||
MESSAGE_RECALLED,
|
||||
GROUP_MEMBER_JOINED,
|
||||
FRIEND_REQUEST_RECEIVED,
|
||||
INTERACTION_SUBMITTED,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user