chore: Removes the unrealistic todo comment of visibility management

Co-authored-by: Wei Sun (Jack) <weisun@google.com>
PiperOrigin-RevId: 829041637
This commit is contained in:
Wei Sun (Jack)
2025-11-06 11:36:10 -08:00
committed by Copybara-Service
parent 7ea4aed35b
commit e511eb1f70
@@ -45,8 +45,6 @@ class CallbackContext(ReadonlyContext):
from ..events.event_actions import EventActions
from ..sessions.state import State
# TODO(weisun): make this public for Agent Development Kit, but private for
# users.
self._event_actions = event_actions or EventActions()
self._state = State(
value=invocation_context.session.state,