mirror of https://github.com/aliasrobotics/cai.git
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:
parent
d086cc4871
commit
da6aada463
|
|
@ -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 │
|
||||||
└────────────┘ └───────────┘ └───────────┘ └────────────┘
|
└────────────┘ └───────────┘ └───────────┘ └────────────┘
|
||||||
│
|
│
|
||||||
┌─────────────┬─────┴────┬─────────────┐
|
┌─────────────┬─────┴────┬─────────────┐
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue