You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository currently uses only the Python standard library, so no third-party installation step is required.
59
+
59
60
Available scenarios:
60
61
61
62
```bash
@@ -81,7 +82,7 @@ See `examples/sample-output.md` for a full example run.
81
82
82
83
## Repository structure
83
84
84
-
```
85
+
```text
85
86
run_demo.py # Entry point
86
87
src/
87
88
agents.py # Agent role implementations
@@ -90,7 +91,7 @@ src/
90
91
scenarios.py # Scenario definitions
91
92
examples/
92
93
sample-output.md # Example run output
93
-
requirements.txt
94
+
requirements.txt # Reserved for future optional dependencies
94
95
```
95
96
96
97
---
@@ -120,4 +121,4 @@ This repository is part of a connected toolkit for responsible AI operations:
120
121
121
122
---
122
123
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).*
0 commit comments