graph TD
Chat --> Agent
Agent --> ContextProviders
Chat --> ContextProviders
subgraph ContextProviders[Context Providers]
Apps[Dust Apps]
MCP[MCP servers]
Agents[Agents]
Knowledge[**Knowledge:**<br>Search<br>Include<br>Extract<br>Query]
end
Apps --> Blocks
Knowledge --> DataSources
subgraph DataSources[Data Sources]
ConnectedData[**Connected Data:**<br>Drive<br>Notion<br>etc...]
Folders
Websites
end
subgraph Blocks
Input
Curl
Code
More[LLM<br>MapReduce<br>While/End<br>DataSource<br>Search<br>Browser<br>etc...]
end
graph TD Chat --> Agent Agent --> ContextProviders Chat --> ContextProviders subgraph ContextProviders[Context Providers] Apps[Dust Apps] MCP[MCP servers] Agents[Agents] Knowledge[**Knowledge:**<br>Search<br>Include<br>Extract<br>Query] end Apps --> Blocks Knowledge --> DataSources subgraph DataSources[Data Sources] ConnectedData[**Connected Data:**<br>Drive<br>Notion<br>etc...] Folders Websites end subgraph Blocks Input Curl Code More[LLM<br>MapReduce<br>While/End<br>DataSource<br>Search<br>Browser<br>etc...] end