FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · google/adk-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
google
/
adk-python
Public
Notifications
You must be signed in to change notification settings
Fork
3.9k
Star
21.3k
Code
Issues
280
Pull requests
229
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 29, 2026
fix: label the dynamic instruction so a model does not read it as a user turn and imitate it
Show description for 8cdbbb1
DeanChensj
authored and
copybara-github
committed
8cdbbb1
View commit details
Copy full SHA for 8cdbbb1
Browse repository at this point
chore(runners): drop an unused session argument from _handle_new_message
Show description for d9a7e7d
DeanChensj
authored and
copybara-github
committed
d9a7e7d
View commit details
Copy full SHA for d9a7e7d
Browse repository at this point
chore(workflow): remove an unreachable guard default and an unused parameter
Show description for e6149ce
DeanChensj
authored and
copybara-github
committed
e6149ce
View commit details
Copy full SHA for e6149ce
Browse repository at this point
refactor(runners): extract multi-agent routing into agents/_agent_router
Show description for c3d3730
DeanChensj
authored and
copybara-github
committed
c3d3730
View commit details
Copy full SHA for c3d3730
Browse repository at this point
fix: forward the agent's generation config (temperature, top_p, top_k, max_output_tokens, seed, media_resolution) to the Live API
Show description for bd74c42
DeanChensj
authored and
copybara-github
committed
bd74c42
View commit details
Copy full SHA for bd74c42
Browse repository at this point
refactor: refactor callback system to eliminate code duplication
Show description for 64953c5
jaywang172
authored and
copybara-github
committed
64953c5
View commit details
Copy full SHA for 64953c5
Browse repository at this point
Commits on Aug 28, 2026
refactor(runners): extract node runner async loop into workflow/_node_runner_utils
Show description for 35570c2
DeanChensj
authored and
copybara-github
committed
35570c2
View commit details
Copy full SHA for 35570c2
Browse repository at this point
refactor: reach the MCP SDK through the dependencies seam
Show description for fbfaea7
wukath
authored and
copybara-github
committed
fbfaea7
View commit details
Copy full SHA for fbfaea7
Browse repository at this point
fix(environment): terminate the whole process tree when a local command times out
Show description for fa321f1
wukath
authored and
copybara-github
committed
fa321f1
View commit details
Copy full SHA for fa321f1
Browse repository at this point
feat: load ADK 2.0 graph workflows from YAML configuration
Show description for 2a9461b
DeanChensj
authored and
copybara-github
committed
2a9461b
View commit details
Copy full SHA for 2a9461b
Browse repository at this point
refactor(live): adopt google.adk.live across internals, samples, and tests
Show description for f0bee2c
DeanChensj
authored and
copybara-github
committed
f0bee2c
View commit details
Copy full SHA for f0bee2c
Browse repository at this point
refactor: map YAML agent configs onto agent classes by reflection
Show description for 024c4fc
DeanChensj
authored and
copybara-github
committed
024c4fc
View commit details
Copy full SHA for 024c4fc
Browse repository at this point
feat: add get_authenticated_url and get_signed_url to GcsArtifactService
Show description for 10ac52b
patil-prajwal
authored and
copybara-github
committed
10ac52b
View commit details
Copy full SHA for 10ac52b
Browse repository at this point
fix: match a branch's run ids exactly when resolving HITL interrupts
Show description for 8db82ba
DeanChensj
authored and
copybara-github
committed
8db82ba
View commit details
Copy full SHA for 8db82ba
Browse repository at this point
fix: point misplaced generation kwargs at generate_content_config
Show description for e51aadc
authored and
copybara-github
committed
e51aadc
View commit details
Copy full SHA for e51aadc
Browse repository at this point
fix: stop offering run_skill_script when no code executor is configured
Show description for 66315da
wukath
authored and
copybara-github
committed
66315da
View commit details
Copy full SHA for 66315da
Browse repository at this point
chore: merge release v2.8.0 to main
Show description for 7c36523
authored and
copybara-github
committed
7c36523
View commit details
Copy full SHA for 7c36523
Browse repository at this point
perf: stop rescanning the session for every user response event
Show description for 4295bd0
DeanChensj
authored and
copybara-github
committed
4295bd0
View commit details
Copy full SHA for 4295bd0
Browse repository at this point
perf: extend the workflow replay index instead of rebuilding it per event
Show description for f8fdfed
DeanChensj
authored and
copybara-github
committed
f8fdfed
View commit details
Copy full SHA for f8fdfed
Browse repository at this point
fix: treat a max_iterations of zero as zero loop passes
Show description for afbcaff
GWeale
authored and
copybara-github
committed
afbcaff
View commit details
Copy full SHA for afbcaff
Browse repository at this point
fix: add optional OIDC verification for Pub/Sub and Eventarc triggers
Show description for 73d9fe0
herdiyana256
authored and
copybara-github
committed
73d9fe0
View commit details
Copy full SHA for 73d9fe0
Browse repository at this point
ci: update pre-commit hooks to latest stable versions
Show description for 2c9c00d
syedjafri06193
authored and
copybara-github
committed
2c9c00d
View commit details
Copy full SHA for 2c9c00d
Browse repository at this point
fix: stop a child branch stamped on a user event moving the invocation root
Show description for 181d52e
DeanChensj
authored and
copybara-github
committed
181d52e
View commit details
Copy full SHA for 181d52e
Browse repository at this point
Commits on Aug 27, 2026
fix: validate app_name before interpolating into deploy Dockerfile
Show description for 6eb1d35
herdiyana256
authored and
copybara-github
committed
6eb1d35
View commit details
Copy full SHA for 6eb1d35
Browse repository at this point
refactor: preserve upstream error status/details in workflow node failures
Show description for 9f824af
google-genai-bot
authored and
copybara-github
committed
9f824af
View commit details
Copy full SHA for 9f824af
Browse repository at this point
fix(spanner): release the client, transports and sessions each tool call creates
Show description for edf99a3
GWeale
authored and
copybara-github
committed
edf99a3
View commit details
Copy full SHA for edf99a3
Browse repository at this point
chore(a2a): remove the unreachable streaming parameter from build_agent_card
Show description for ca288df
GWeale
authored and
copybara-github
committed
ca288df
View commit details
Copy full SHA for ca288df
Browse repository at this point
chore(release): enhance changelog deduplication and update release skill
Show description for 947b021
DeanChensj
authored and
copybara-github
committed
947b021
View commit details
Copy full SHA for 947b021
Browse repository at this point
test(telemetry): deepcopy canned turns to prevent state leakage across functional tests
Show description for 5301a8e
DeanChensj
authored and
copybara-github
committed
5301a8e
View commit details
Copy full SHA for 5301a8e
Browse repository at this point
docs(live): move LiveRequestQueue developer guide to docs/guides/live
Show description for d563bde
DeanChensj
authored and
copybara-github
committed
d563bde
View commit details
Copy full SHA for d563bde
Browse repository at this point
docs: document Live streaming in adk-agent-builder and adk-architecture
Show description for a80d264
DeanChensj
authored and
copybara-github
committed
a80d264
View commit details
Copy full SHA for a80d264
Browse repository at this point
fix: preserve Gemini 3 thought signatures in interaction history
Show description for 51f21e7
wyf7107
authored and
copybara-github
committed
51f21e7
View commit details
Copy full SHA for 51f21e7
Browse repository at this point
chore(live): move audio and transcription managers into google.adk.live
Show description for 198a328
DeanChensj
authored and
copybara-github
committed
198a328
View commit details
Copy full SHA for 198a328
Browse repository at this point
feat: agent evaluations print detailed results when all tests pass
Show description for e1ae543
quad2524
authored and
copybara-github
committed
e1ae543
View commit details
Copy full SHA for e1ae543
Browse repository at this point
feat(telemetry): Add script execution instrumentation
Show description for 0dbc37d
google-genai-bot
authored and
copybara-github
committed
0dbc37d
View commit details
Copy full SHA for 0dbc37d
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL