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