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 │ └────────────┘ └───────────┘ └───────────┘ └────────────┘ │ ┌─────────────┬─────┴────┬─────────────┐ diff --git a/src/cai/repl/ui/banner.py b/src/cai/repl/ui/banner.py index a5e40140..f509cb1b 100644 --- a/src/cai/repl/ui/banner.py +++ b/src/cai/repl/ui/banner.py @@ -434,7 +434,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"