Skip to content
Discussion options

You must be logged in to vote

Hey @pedelman

I didn't find much information on how this is intended to be used. Is this just an open field to pass anything we want to the agent for custom implementation?

You're right - forwardedProps is an open field for sending any additional context your agent implementation might need at runtime. It’s not consumed by AG-UI itself, it simply forwards those props through the call chain so your custom logic or middleware can access them.

Something like:

agent.runAgent({forwardedProps: {authToken: "xyz"}, ...otherProperties});

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pedelman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #647 on November 12, 2025 13:39.