Skip to content

Conversation

@git-hulk
Copy link
Contributor

This PR introduces ReAct and builtin planner for adk-go to align with adk-python.

@git-hulk git-hulk force-pushed the feature/react-planner branch 2 times, most recently from ad3f241 to 34737b6 Compare November 19, 2025 11:52
@git-hulk git-hulk marked this pull request as ready for review November 19, 2025 11:53
@git-hulk git-hulk force-pushed the feature/react-planner branch from 34737b6 to 20516e7 Compare November 19, 2025 13:53
//
// Returns:
// The planning system instruction, or empty string if no instruction is needed.
BuildPlanningInstruction(readonlyContext agent.ReadonlyContext, llmRequest *model.LLMRequest) string

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a good reason to make this read only?

One thing we want to be able to do is pass around budget information to the instruction generation process. Having writable context would be helpful, otherwise we have to basically shim this entire process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants