Skip to content

Commit d9d15c1

Browse files
committed
Update UI README
1 parent b6f4eb9 commit d9d15c1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

agentic/web_ui/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ Install the required dependencies:
1010
pip install fastapi uvicorn[standard] gradio websockets
1111
```
1212

13+
This is in addition to any dependencies required for running the scripts.
14+
1315
## Usage
1416

1517
### Quick Start
1618

19+
The following assumes an API KEY is set in the environment. The interface
20+
will pick up available models.
21+
1722
Start the gradio web server (from web_ui dir):
1823

1924
```bash
@@ -29,6 +34,8 @@ Click on the URL shown in the terminal to open the web interface.
2934
3. **Click Run**: The agent will execute and output will appear in real-time
3035
4. **View Generated Scripts**: Generated scripts will appear in the dropdown and can be viewed
3136

37+
For interactive scripts, you can enter prompts when the agent needs user input.
38+
3239
## Directory Structure
3340

3441
- `app.py` - FastAPI WebSocket server backend

0 commit comments

Comments
 (0)