Skip to content

Commit 7aa8756

Browse files
committed
Clean up simulator onboarding and dependency messaging
1 parent ea70b16 commit 7aa8756

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ Decide outcome}
5252
```bash
5353
git clone https://github.com/simaba/agent-simulator.git
5454
cd agent-simulator
55-
pip install -r requirements.txt
5655
python run_demo.py --scenario normal_success
5756
```
5857

58+
This repository currently uses only the Python standard library, so no third-party installation step is required.
59+
5960
Available scenarios:
6061

6162
```bash
@@ -81,7 +82,7 @@ See `examples/sample-output.md` for a full example run.
8182

8283
## Repository structure
8384

84-
```
85+
```text
8586
run_demo.py # Entry point
8687
src/
8788
agents.py # Agent role implementations
@@ -90,7 +91,7 @@ src/
9091
scenarios.py # Scenario definitions
9192
examples/
9293
sample-output.md # Example run output
93-
requirements.txt
94+
requirements.txt # Reserved for future optional dependencies
9495
```
9596

9697
---
@@ -120,4 +121,4 @@ This repository is part of a connected toolkit for responsible AI operations:
120121

121122
---
122123

123-
*Shared in a personal capacity. Open to collaborations and feedback — connect on [LinkedIn](https://linkedin.com/in/simaba) or [Medium](https://medium.com/@bagheri.sima).*
124+
*Shared in a personal capacity. Open to collaborations and feedback — connect on [LinkedIn](https://linkedin.com/in/simaba) or [Medium](https://medium.com/@bagheri.sima).*

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
# No third-party dependencies are required for the current simulator.

0 commit comments

Comments
 (0)