-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: enable access session from ReadonlyContext #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: enable access session from ReadonlyContext #1052
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@seanzhou1023 to take a look. Could you fix CLA? |
@hangfei |
…n it's return None PiperOrigin-RevId: 784216811
… doesn't exist PiperOrigin-RevId: 784216832
PiperOrigin-RevId: 784232578
…moryMemoryService PiperOrigin-RevId: 784236637
…ifact_service` PiperOrigin-RevId: 784253138
It will change bug report to "Bug" type and feature request to "Feature" type. PiperOrigin-RevId: 784280674
…tup-uv bug astral-sh/setup-uv#489 PiperOrigin-RevId: 784339143
PiperOrigin-RevId: 784343501
PiperOrigin-RevId: 784346859
… constructing session service and memory service Resolves google#1760 PiperOrigin-RevId: 784353411
* Adds type hints; * Switches to lazy evaluation in logs. PiperOrigin-RevId: 784353566
PiperOrigin-RevId: 784371131
autoformat the changes
…context' into feat/enable-access-session-from-context
I want to access
session.events
in callback (e.g. before_agent_callback). And it is enough readonly.