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,7 +24,7 @@ For enterprises, this limitation poses significant challenges. Business operatio
```mermaid
graph LR
Subgraph[Context Window Limit]
subgraph "Context Window Limit"
Input[Large Document]
Agent[AI Agent]
Output[Partial Understanding]

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

Loading…
Cancel
Save