SessionBindingProtocol
Defined in the protocols module.AI Agent Protocol for session binding implementations. Manages the association between sessions and authenticated principals (users, agents, etc.) for state tracking and authorization.
Methods
bind()
Bind a session to an authenticated principal.
lookup()
Look up the principal bound to a session.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 2241
