From 6041466f4137515ea752453314d6ab1bad044a72 Mon Sep 17 00:00:00 2001 From: "Cristian \"SkyH34D\" Franco" <58003229+SkyH34D@users.noreply.github.com> Date: Sun, 7 Dec 2025 11:54:30 +0100 Subject: [PATCH 1/3] Fix typo in README.md for 'Agents' Correcting typo and adjusting diagram --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e8f706a..21658c7b 100644 --- a/README.md +++ b/README.md @@ -545,21 +545,21 @@ OLLAMA_API_BASE="https://custom-openai-proxy.com/v1" cai ## :triangular_ruler: Architecture: -CAI focuses on making cybersecurity agent **coordination** and **execution** lightweight, highly controllable, and useful for humans. To do so it builds upon 8 pillars: `Agent`s, `Tools`, `Handoffs`, `Patterns`, `Turns`, `Tracing`, `Guardrails` and `HITL`. +CAI focuses on making cybersecurity agent **coordination** and **execution** lightweight, highly controllable, and useful for humans. To do so it builds upon 8 pillars: `Agents`, `Tools`, `Handoffs`, `Patterns`, `Turns`, `Tracing`, `Guardrails` and `HITL`. ``` ┌───────────────┐ ┌───────────┐ - │ HITL │◀─────────▶│ Turns │ + │ HITL │◀────────▶│ Turns │ └───────┬───────┘ └───────────┘ │ ▼ ┌───────────┐ ┌───────────┐ ┌───────────┐ ┌───────────┐ -│ Patterns │◀─────▶│ Handoffs │◀────▶ │ Agents │◀────▶│ LLMs │ +│ Patterns │◀────▶│ Handoffs │◀───▶ │ Agents │◀───▶│ LLMs │ └───────────┘ └─────┬─────┘ └─────┬─────┘ └───────────┘ │ │ │ ▼ ┌────────────┐ ┌────┴──────┐ ┌───────────┐ ┌────────────┐ -│ Extensions │◀─────▶│ Tracing │ │ Tools │◀───▶│ Guardrails │ +│ Extensions │◀────▶│ Tracing │ │ Tools │◀──▶│ Guardrails │ └────────────┘ └───────────┘ └───────────┘ └────────────┘ │ ┌─────────────┬─────┴────┬─────────────┐ From 34dccb726f32ef9fde92e902affee3aefd8f2248 Mon Sep 17 00:00:00 2001 From: "Cristian \"SkyH34D\" Franco" <58003229+SkyH34D@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:00:04 +0100 Subject: [PATCH 2/3] Update banner title from Alias0 to Alias1 --- src/cai/repl/ui/banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cai/repl/ui/banner.py b/src/cai/repl/ui/banner.py index 0050b992..de288a16 100644 --- a/src/cai/repl/ui/banner.py +++ b/src/cai/repl/ui/banner.py @@ -427,7 +427,7 @@ def display_quick_guide(console: Console): " and its privacy-first approach:\n", ("https://news.aliasrobotics.com/alias1-a-privacy-first-cybersecurity-ai/", "blue underline") ), - title="[bold yellow]🛡️ Alias0 - best model for cybersecurity [/bold yellow]", + title="[bold yellow]🛡️ Alias1 - best model for cybersecurity [/bold yellow]", border_style="yellow", padding=(1, 2), title_align="center" From 608762ff218c2f3e257c4c4bebf191f2a3867adb Mon Sep 17 00:00:00 2001 From: UnaiAlias <52742669+UnaiAlias@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:52:33 +0100 Subject: [PATCH 3/3] Fix formatting issues in README diagram This was a formating missmatch that now is fixed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21658c7b..832c3376 100644 --- a/README.md +++ b/README.md @@ -549,17 +549,17 @@ CAI focuses on making cybersecurity agent **coordination** and **execution** lig ``` ┌───────────────┐ ┌───────────┐ - │ HITL │◀────────▶│ Turns │ + │ HITL │◀─────-───▶│ Turns │ └───────┬───────┘ └───────────┘ │ ▼ ┌───────────┐ ┌───────────┐ ┌───────────┐ ┌───────────┐ -│ Patterns │◀────▶│ Handoffs │◀───▶ │ Agents │◀───▶│ LLMs │ +│ Patterns │◀──-──▶│ Handoffs │◀──-─▶ │ Agents │◀──-─▶│ LLMs │ └───────────┘ └─────┬─────┘ └─────┬─────┘ └───────────┘ │ │ │ ▼ ┌────────────┐ ┌────┴──────┐ ┌───────────┐ ┌────────────┐ -│ Extensions │◀────▶│ Tracing │ │ Tools │◀──▶│ Guardrails │ +│ Extensions │◀────▶ │ Tracing │ │ Tools │◀──▶ │ Guardrails │ └────────────┘ └───────────┘ └───────────┘ └────────────┘ │ ┌─────────────┬─────┴────┬─────────────┐