Fix typo in README.md for 'Agents' (#366)

Correcting typo and adjusting diagram
This commit is contained in:
Cristian "SkyH34D" Franco 2025-12-07 12:06:23 +01:00 committed by GitHub
parent e3eeec4ec3
commit be455aba80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

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