Skip to content

Add env examples for first-run setup#122

Open
juzigu40-ui wants to merge 1 commit into
fetchai:mainfrom
juzigu40-ui:fix-env-examples-first-run
Open

Add env examples for first-run setup#122
juzigu40-ui wants to merge 1 commit into
fetchai:mainfrom
juzigu40-ui:fix-env-examples-first-run

Conversation

@juzigu40-ui
Copy link
Copy Markdown

Fixes #48.

What changed:

  • added .env.example files for the affected Trip Planner, Blood Report, Property Finder, A2A inbound, and A2A outbound examples
  • removed the tracked Trip Planner .env file from the tree and replaced it with placeholders
  • removed a hardcoded Serper key from the Blood Report agent so it uses the documented environment variable instead

Checked:

  • python3 -m py_compile Crewai-agents/Blood-Report-Analysis-Agent/scripts/agents.py
  • ruff check Crewai-agents/Blood-Report-Analysis-Agent/scripts/agents.py
  • ruff format --check Crewai-agents/Blood-Report-Analysis-Agent/scripts/agents.py
  • git diff --check
  • scanned the added templates and changed Python file for obvious token patterns

I did not rewrite git history here. If the old tracked .env ever contained a real credential, it still needs rotation outside this PR.

@Anushka0206
Copy link
Copy Markdown

Hi, I am a GSSoC 2026 contributor and would like to work on this issue.

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.

[Bug]: Missing .env.example in several agent examples causes cryptic errors on first run

2 participants