Merge pull request #823 from ascender1729/fix/mermaid-diagram

fix(docs): Resolve Mermaid Syntax Error in Context Window Diagram
pull/815/merge
Kye Gomez 2 days ago committed by GitHub
commit 7b2e8a30b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,12 +24,12 @@ For enterprises, this limitation poses significant challenges. Business operatio
```mermaid
graph LR
Subgraph[Context Window Limit]
Input[Large Document]
Agent[AI Agent]
Output[Partial Understanding]
Input -- Truncated Data --> Agent
Agent -- Generates --> Output
subgraph "Context Window Limit"
Input[Large Document]
Agent[AI Agent]
Output[Partial Understanding]
Input -- Truncated Data --> Agent
Agent -- Generates --> Output
end
```

@ -77,6 +77,8 @@ numpy = "*"
litellm = "*"
torch = "*"
httpx = "*"
mcp = "*"
fastmcp = "*"
[tool.poetry.scripts]
swarms = "swarms.cli.main:main"

Loading…
Cancel
Save