Skip to content

Commit 006a195

Browse files
Update README.md to clarify .env file description
Removed redundant comment about README.md in the file listing.
1 parent 5f57f69 commit 006a195

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Microsoft-WebWright-Example/
1414
├── run.py # Runner: agent loop, orchestration, logging
1515
├── self_reflection.py # Self-reflection: evaluates critical points post-run
1616
├── requirements.txt # Python dependencies
17-
├── .env # API key (not committed)
18-
├── README.md # This file
17+
├── .env # API key
1918
├── skills/
2019
│ └── google_flights_comparison.py # Skill: task definition, metadata, workflow steps
2120
├── workspace/ # Agent working directory (created at runtime)

0 commit comments

Comments
 (0)