Skip to content

Conversation

@jayhemnani9910
Copy link

Add .env.example template files to all samples requiring API keys and update READMEs to use the safe cp .env.example .env pattern instead of echo "KEY=value" > .env.

Changes:

  • Add .env.example to 4 agent samples (orchestrator, rizzcharts, restaurant_finder, contact_lookup)
  • Add .env.example to eval directories (0.8 and 0.9)
  • Update 7 README files to use template-based setup

This improves security by:

  • Documenting required env vars with placeholder values
  • Preventing accidental commits of real secrets
  • Standardizing onboarding with copy-from-template workflow

Fixes #406

@google-cla
Copy link

google-cla bot commented Dec 30, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@jayhemnani9910 jayhemnani9910 force-pushed the feat/add-env-example-templates branch from 40cf688 to bbffb0d Compare December 30, 2025 10:42
Add .env.example template files to all samples requiring API keys and
update READMEs to use the safe `cp .env.example .env` pattern instead
of `echo "KEY=value" > .env`.

Changes:
- Add .env.example to 4 agent samples (orchestrator, rizzcharts,
  restaurant_finder, contact_lookup)
- Add .env.example to eval directories (0.8 and 0.9)
- Update 7 README files to use template-based setup

This improves security by:
- Documenting required env vars with placeholder values
- Preventing accidental commits of real secrets
- Standardizing onboarding with copy-from-template workflow

Fixes google#406
@jayhemnani9910 jayhemnani9910 force-pushed the feat/add-env-example-templates branch from bbffb0d to 018b08b Compare December 30, 2025 10:44
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.

Add .env.example templates + update sample READMEs to use safe secret setup

2 participants