Skip to content

Commit 038a3c6

Browse files
Remove Webwright example from README
Removed Microsoft Webwright example and related architecture details from README.
1 parent 341d92b commit 038a3c6

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -70,32 +70,7 @@ The skill is defined in `skills/google_flights_comparison.py` and loaded by `run
7070

7171
This project follows the three-component **WebWright** pattern:
7272

73-
# Microsoft Webwright Example
74-
7573
![Webwright Architecture](IMG_20260530_220140.png)
76-
```
77-
User Task ——→ | run.py (Runner) |
78-
| • Initialises history with the task |
79-
| • Orchestrates the agent loop |
80-
| • Logs every step to .jsonl |
81-
|
82-
history + observation
83-
84-
| model.py (Model Endpoint) |
85-
| • Wraps OpenAI GPT-4o API |
86-
| • Sends system prompt + history |
87-
| • Returns { thought, action, done } |
88-
|
89-
predicted action (shell cmd)
90-
91-
| env.py (Environment) |
92-
| • Executes commands in workspace/ |
93-
| • Captures stdout / stderr |
94-
| • Reads and writes workspace files |
95-
|
96-
observation
97-
————————————→ back to Runner
98-
```
9974

10075
### Agent Loop — step by step
10176

0 commit comments

Comments
 (0)