Skip to content

Commit a8fd427

Browse files
committed
updated cli directory name
1 parent 3ef0784 commit a8fd427

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 🤖 Demo Agents
1+
## 🤖 Demo Agents
22

3-
### src > [CLI Agent](src/cli_hello-world)
3+
### src > [CLI Agent](src/cli-hello-world)
44

55
### src > [OpenAI Assistant Agent](src/openai_assistant-hello-world)
66

File renamed without changes.

src/cli_hello-world/README.md src/cli-hello-world/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Setup Instructions
22

3-
### src/cli_hello-world
3+
### src/cli-hello-world
44

55
1. Set up your API keys in `.env`:
66

@@ -27,11 +27,11 @@
2727
4. Install required Python packages:
2828

2929
```bash
30-
cd src/cli_hello-world
30+
cd src/cli-hello-world
3131
pip3|pip install -r requirements.txt
3232
```
3333

34-
5. From the `src/cli_hello-world` directory, run the primary agent:
34+
5. From the `src/cli-hello-world` directory, run the primary agent:
3535
```bash
3636
python3 run.py
3737
```
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)