[pull] main from google:main#12
Merged
Merged
Conversation
Bumps the maven group with 1 update in the /examples/java/demos/patent-search-agent/src/main/java/tools/CloudRunFunction directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.postgresql:postgresql` from 42.6.1 to 42.7.11 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.6.1...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Documents mode="search_and_execute" shipped in stackone-adk 0.2.0 on the StackOne integration page. Adds a new section between "Use with agent" and "Available tools" with rationale (token overhead, payload limits, selection accuracy), a runnable Python code sample, and an explanation of the tool_search/tool_execute flow. Adds four rows to the Plugin parameters table for mode, search, execute, and timeout. Code sample verified end-to-end against a real StackOne account on gemini-flash-latest.
* Restructure BigQuery Agent Analytics doc for scannability ## Summary Full restructure of the BigQuery Agent Analytics plugin doc, addressing #1710. Two phases in one PR: ### Phase 1 — Additive tables (no section moves) - **Captured-events summary table**: 19-row table near the top listing all event types, when they fire, key fields, and corresponding view - **Configuration reference tables**: Converted bullet list to two 4-column tables (constructor params + BigQueryLoggerConfig) - **Collapsible DDL**: Production DDL wrapped in `??? example` admonition - **Conversational Analytics**: Demoted from standalone `##` to `###` under query section ### Phase 2 — Structural reorder - **Shortened quickstart**: Minimal 3-import example; full example with GCS/OTel/BigQuery tools moved to collapsible block - **Agent Runtime moved later**: From position 4 (interrupting core narrative) to position 9 (after query recipes) - **GCS offloading extracted**: From nested `####` under "Event types" to its own `## Storage behavior: GCS offloading` - **Query recipes regrouped by task**: Debug a run, Monitor cost/performance, Inspect tools/interactions, Analyze multimodal, AI root cause, Conversational Analytics - **Operations consolidated**: Tracing, Public methods, and Multiprocessing grouped under one `## Operations` section - **New anchors**: `{#prerequisites}`, `{#configuration-options}` ### New section order 1. Overview + Use cases + Captured events 2. Quickstart (shortened) 3. Prerequisites + IAM 4. Configuration (tables) 5. Schema + Views 6. Event types + payloads 7. Storage behavior: GCS offloading 8. Query recipes (task-grouped) 9. Deploy to Agent Runtime 10. Security + redaction 11. Operations (tracing, methods, multiprocessing) 12. SDK / dashboards 13. Feedback + resources ### Anchors All 5 existing anchors preserved: `#deploy-agent-runtime`, `#event-types`, `#hitl-events`, `#security-credentials`, `#built-in-redaction`. Added: `#prerequisites`, `#configuration-options`. ## Test plan - [ ] Quickstart renders with minimal example + collapsible full example - [ ] Captured-events table renders all 19 rows - [ ] Config tables render correctly (constructor + BigQueryLoggerConfig) - [ ] DDL is collapsible - [ ] GCS offloading section renders correctly as standalone `##` - [ ] Query recipes show task-based `###` grouping with `####` subsections - [ ] Agent Runtime section appears after query recipes - [ ] Operations section groups tracing + public methods + multiprocessing - [ ] All 7 anchors resolve correctly - [ ] No broken internal cross-references * Fix wrapping and formatting * Fix 404 link to data apps * Fix placeholder in code sample * Convert HTML tables to MD tables * Make table formatting consistent w/ docs * Use consistent naming for ADK and A2A * Additional formatting fixes * Remove unused import; convert quote to admonition --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
* docs(callbacks): clarify Python parameter names * Make callback parameter name warning collapsible, add full parameter reference table --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
* docs: document LoadArtifactsTool usage * Add Go tab, rename heading, and drop Python-specific language --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
Co-authored-by: Kristopher Overholt <koverholt@google.com>
* docs: clarify Windows shell API key commands * Update Python and TS pages for consistency * Simplify lychee config, extend retry wait time --------- Co-authored-by: Kristopher Overholt <koverholt@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by cubic
Syncs with upstream to add new tooling docs and a major BigQuery analytics doc rewrite, plus small DX fixes. Also improves link checking reliability and bumps
org.postgresql:postgresqlin an example.New Features
LoadArtifactsToolusage guidance (multi-language).mode="search_and_execute"withtool_search/tool_executeflow..envcommands across Go/Java/Python/TypeScript guides.Dependencies
org.postgresql:postgresqlto 42.7.11 in the Java demo.lychee.tomland simplified workflow args.Written for commit 82d1ea8. Summary will update on new commits.