File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ Install the required dependencies:
1010pip 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+
1722Start 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.
29343 . ** Click Run** : The agent will execute and output will appear in real-time
30354 . ** 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
You can’t perform that action at this time.
0 commit comments