Skip to content

Conversation

@hi-pender
Copy link
Contributor

What type of PR is this?

Check the PR title.

  • This PR title match the format: <type>(optional scope): <description>
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Attach the PR updating the user documentation if the current PR requires user awareness at the usage level. User docs repo

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):

(Optional) Which issue(s) this PR fixes:

(optional) The PR that updates user documentation:

refactor: del duplicate fix

feat: add GenInputFn to replace instruction
@github-actions
Copy link

github-actions bot commented Aug 29, 2025

📊 Coverage Report:

File coverage threshold (20%) satisfied:	PASS
Package coverage threshold (30%) satisfied:	PASS
Total coverage threshold (83%) satisfied:	PASS
Total test coverage: 83.9% (6013/7166)

@hi-pender hi-pender changed the title fix(adk): fix prebuilt.NewPlanExecuteAgent problem feat(adk): add GenInputFn for planner/executor/replanner Sep 1, 2025
@hi-pender hi-pender merged commit d1d882b into feat/adk Sep 1, 2025
10 checks passed
@hi-pender hi-pender deleted the feat/fix_context branch September 1, 2025 11:35
hi-pender added a commit that referenced this pull request Sep 10, 2025
* feat: adk implementation

Change-Id: I2d9dcbb15735c348f666e41959e6bbaeb7038821

* fix: Runner run with new runctx

Change-Id: If0ae01e3a7d396d2c3080b359eff656a3ed43d0f

* feat: agent as tool (#293)

* feat: the input will not be passed when calling subagent because the … (#305)

feat: the input will not be passed when calling subagent because the subagent will retrieve the input from the run ctx

* feat: add Agent CallOption for adk (#312)

* feat: prebuilt/supervisor (#329)

Change-Id: Ia5c7a4562fb609f932c8b91c0b8d6eb79b5e948d

* fix: disallow to parrent for sub agents (#336)

* St/adk1 (#339)

* feat: include max steps in adk.ChatModelConfig

* fix: AgentEvent

* revert(adk): check tool_call until stream end (#346)

* fix: only set automatic close on events added to session and emitted … (#343)

fix: only set automatic close on events added to session and emitted by flow agent

Change-Id: I48c12915b0f2ee5606262bbf0857eb1a571faf10

* Feat/wdz/adk interrupt (#311)

feat: support adk interrupt

* fix(adk): reserve stream event (#378)

* feat(adk): optimize pass event (#379)

* fix(adk): use uuid as mock transfer tool call id (#388)

* feat: adk -- implement plan_execute_replan (#386)

Change-Id: Icf07c6b7408e2c0eb7568874b77d14b5a07a0a35

* feat: support skip transfer messages (#399)

* feat(adk): history entry support user input (#404)

* fix: resume chatmodel agent panic (#414)

* fix: encode agent event wrapper & input message in history rewrite (#416)

* fix: history rewrite user input correctly (#419)

* fix: gob will discord tool call index(*int), so concat message stream… (#422)

fix: gob will discord tool call index(*int), so concat message stream before encoding

* fix: plan_execute: improve plan instruction (#427)

Change-Id: I2f7dd579e1ac82c329a487997768af8f5a763678

* refactor: change run path from string to RunStep (#423)

* feat(adk): support WithSessionValues agent run option (#428)

* feat: enable history rewriter in root agent & report run ctx nil in resume (#430)

* fix(adk_deterministic_transfer): support deterministic transfer interrupt&resume (#433)

* feat(adk): add GenInputFn for planner/executor/replanner (#420)

* Feat/workflow inherit (#439)

* feat: sequential inherits previous agent

* refactor: add sub directory for prebuilt agent and  add comments (#443)

* feat: use MaxIterations instead of MaxSteps for ChatModelAgent (#447)

---------

Co-authored-by: Megumin <[email protected]>
Co-authored-by: IPender <[email protected]>
Co-authored-by: shentongmartin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants