Update banner title from Alias0 to Alias1 (#367)

* Fix typo in README.md for 'Agents'

Correcting typo and adjusting diagram

* Update banner title from Alias0 to Alias1

* Fix formatting issues in README diagram

This was a formating missmatch that now is fixed

---------

Co-authored-by: UnaiAlias <52742669+UnaiAlias@users.noreply.github.com>
This commit is contained in:
Cristian "SkyH34D" Franco 2025-12-19 12:56:12 +01:00 committed by GitHub
parent d086cc4871
commit da6aada463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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 │
└────────────┘ └───────────┘ └───────────┘ └────────────┘ └────────────┘ └───────────┘ └───────────┘ └────────────┘
┌─────────────┬─────┴────┬─────────────┐ ┌─────────────┬─────┴────┬─────────────┐

View File

@ -434,7 +434,7 @@ def display_quick_guide(console: Console):
" and its privacy-first approach:\n", " and its privacy-first approach:\n",
("https://news.aliasrobotics.com/alias1-a-privacy-first-cybersecurity-ai/", "blue underline") ("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", border_style="yellow",
padding=(1, 2), padding=(1, 2),
title_align="center" title_align="center"