Skip to content

Pass agent inputs through a file rather than environment variables#6275

Open
jgraham wants to merge 1 commit into
mozilla:masterfrom
jgraham:inputs_upload
Open

Pass agent inputs through a file rather than environment variables#6275
jgraham wants to merge 1 commit into
mozilla:masterfrom
jgraham:inputs_upload

Conversation

@jgraham

@jgraham jgraham commented Jul 2, 2026

Copy link
Copy Markdown
Member

To pass inputs ot agents in production, upload a file to a GCS bucket, and pass a URL to that file into the agent environment.

This enables having inputs which don't fit inside the 32kB limits of enironment variables for GCS.

For local runs using docker, data is still pased via environment variables.

@jgraham

jgraham commented Jul 2, 2026

Copy link
Copy Markdown
Member Author

This is a possible approach for fixing #6233

To pass inputs ot agents in production, upload a file to a GCS bucket,
and pass a URL to that file into the agent environment.

This enables having inputs which don't fit inside the 32kB limits of
enironment variables for GCS.

For local runs using docker, data is still pased via environment variables.
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.

1 participant