From 5878c65f96d6c9a9997167c0b4fd705e6f873b60 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 15 Sep 2025 16:12:39 +0200 Subject: [PATCH 1/2] Fix link in README.md for tools section (#272) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e01db2..b444323b 100644 --- a/README.md +++ b/README.md @@ -516,7 +516,7 @@ result = await Runner.run(agent, message) ``` -You may find different [tools](cai/tools). They are grouped in 6 major categories inspired by the security kill chain [^2]: +You may find different [tools](tools). They are grouped in 6 major categories inspired by the security kill chain [^2]: 1. Reconnaissance and weaponization - *reconnaissance* (crypto, listing, etc) 2. Exploitation - *exploitation* From 3d8f34785b681e2f73ad87dafb5aa089f700fcad Mon Sep 17 00:00:00 2001 From: aFrogThatExists <54812998+aFrogThatExists@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:18:28 +0200 Subject: [PATCH 2/2] Updated README.md to add note on installing python3.12-venv (#271) * Update README.md to add note on installing python3.12-venv * Updated README.md to move the note to FAQ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b444323b..47e7839e 100644 --- a/README.md +++ b/README.md @@ -1044,7 +1044,12 @@ CAI itself is not a profit-seeking initiative. Our goal is to build a sustainabl +
I get a `Unable to locate package python3.12-venv` when installing the prerequisites on my debian based system! +The easiest way to get around this is to simply install [`python3.12`](https://www.python.org/downloads/release/python-3120/) from source. + + +
## Citation If you want to cite our work, please use the following: