File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,32 +70,7 @@ The skill is defined in `skills/google_flights_comparison.py` and loaded by `run
7070
7171This 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
You can’t perform that action at this time.
0 commit comments