From 9991b89af50bf9cdcdf86780a29964de47aaf13e Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Wed, 14 May 2025 13:40:25 +0200 Subject: [PATCH] add tree --- docs/cai_architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cai_architecture.md b/docs/cai_architecture.md index 0828d1a7..34a93237 100644 --- a/docs/cai_architecture.md +++ b/docs/cai_architecture.md @@ -26,6 +26,7 @@ CAI focuses on making cybersecurity agent **coordination** and **execution** lig If you want to dive deeper into the code, check the following files as a start point for using CAI: +``` cai ├── benchmarks ├── ci @@ -50,7 +51,7 @@ cai │ └── util.py # Utility functions ├── tests └── tools # Usable tools - +``` ### 🔹 Agent