From 7a4a3d715a3839d49043bcd45337ad0bd4657ec5 Mon Sep 17 00:00:00 2001 From: cris Date: Mon, 7 Jul 2025 14:25:13 +0200 Subject: [PATCH] 2025.07.07 Add folder learn with jupyter notebook and update learn section on readme --- README.md | 2 +- learn/python-api | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 learn/python-api diff --git a/README.md b/README.md index 2dd05977..e6f913f3 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Cybersecurity AI is a critical field, yet many groups are misguidedly pursuing i | Episode 0: What is CAI? | Cybersecurity AI (`CAI`) explained | [![Watch the video](https://img.youtube.com/vi/nBdTxbKM4oo/0.jpg)](https://www.youtube.com/watch?v=nBdTxbKM4oo) | [![Watch the video](https://img.youtube.com/vi/FaUL9HXrQ5k/0.jpg)](https://www.youtube.com/watch?v=FaUL9HXrQ5k) | | Episode 1: The `CAI` Framework. Vision & Ethics | Explore the core motivation behind CAI and delve into the crucial ethical principles guiding its development. Understand the motivation behind CAI and how you can actively contribute to the future of cybersecurity and the CAI framework. |

🚧

|

🚧

| | Episode 2: Foundational Concepts - LLM Agents | Bridge the gap between foundational LLMs and intelligent agents, exploring how to synergize reasoning and acting for truly dynamic interactions. Learn about AI systems that don't just generate text, but actively interact within their environment. |

🚧

|

🚧

| -| Episode 3: Vibe-Hacking Tutorial "My first Hack" | A Vibe-Hacking guide for newbies. We demonstrate a simple web security hack using a default agent and demonstrate how to leverage tools and interpret CIA output. You'll also learn to compare different LLM models to find the best fit for your hacking endeavors. |

🚧

|

🚧

| +| Episode 3: Vibe-Hacking Tutorial "My first Hack" | A Vibe-Hacking guide for newbies. We demonstrate a simple web security hack using a default agent and show how to leverage tools and interpret CIA output with the help of the CAI Python API. You'll also learn to compare different LLM models to find the best fit for your hacking endeavors. |

🚧

|

🚧

| | | | | | | Annex 1: `CAI` 0.5.x release | Introduce version 0.5 of `CAI` including new multi-agent functionality, new commands such as `/history`, `/compact`, `/graph` or `/memory` and a case study showing how `CAI` found a critical security flaw in OT heap pumps spread around the world. | [![Watch the video](https://img.youtube.com/vi/OPFH0ANUMMw/0.jpg)](https://www.youtube.com/watch?v=OPFH0ANUMMw) | [![Watch the video](https://img.youtube.com/vi/Q8AI4E4gH8k/0.jpg)](https://www.youtube.com/watch?v=Q8AI4E4gH8k) | | Annex 2: `CAI` 0.4.x release and `alias0` | Introducing version 0.4 of `CAI` with *streaming* and improved MCP support. We also introduce `alias0`, the Privacy-First Cybersecurity AI, a Model-of-Models Intelligence that implements a Privacy-by-Design architecture and obtains state-of-the-art results in cybersecurity benchmarks. | [![Watch the video](https://img.youtube.com/vi/NZjzfnvAZcc/0.jpg)](https://www.youtube.com/watch?v=NZjzfnvAZcc) | | diff --git a/learn/python-api b/learn/python-api new file mode 160000 index 00000000..1284ce18 --- /dev/null +++ b/learn/python-api @@ -0,0 +1 @@ +Subproject commit 1284ce18b89dad5fde45db30a2a0ab4396f43859