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 ```mermaid
graph LR graph LR
Subgraph[Context Window Limit] subgraph "Context Window Limit"
Input[Large Document] Input[Large Document]
Agent[AI Agent] Agent[AI Agent]
Output[Partial Understanding] Output[Partial Understanding]
Input -- Truncated Data --> Agent Input -- Truncated Data --> Agent
Agent -- Generates --> Output Agent -- Generates --> Output
end end
``` ```

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

Loading…
Cancel
Save