From be455aba80ba4a1502e70bde2caf7f93ef4188e8 Mon Sep 17 00:00:00 2001 From: "Cristian \"SkyH34D\" Franco" <58003229+SkyH34D@users.noreply.github.com> Date: Sun, 7 Dec 2025 12:06:23 +0100 Subject: [PATCH] Fix typo in README.md for 'Agents' (#366) 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 │ └────────────┘ └───────────┘ └───────────┘ └────────────┘ │ ┌─────────────┬─────┴────┬─────────────┐