Supported in Lyntaris Platform
This matrix is derived from runtime implementation in:
AiTemplate6Trija/Flowise-mainAiTemplate6Trija/AgentsMdDocumnentation
Runtime Support Matrix
| Integration Area | Status | Runtime Source | Notes |
|---|---|---|---|
| Agentflow V2 node runtime | Supported | packages/components/nodes/agentflow/*, packages/server/src/utils/buildAgentflow.ts |
Primary orchestration runtime used by current platform. |
| LangChain Chat Models | Supported | packages/components/nodes/chatmodels/*, Agent/LLM node model loaders |
V2 Agent/LLM nodes load chat models dynamically from runtime components. |
| Provider built-in tools (OpenAI/Gemini/Anthropic) | Supported | agentflow/Agent/Agent.ts (agentToolsBuiltInOpenAI, agentToolsBuiltInGemini, agentToolsBuiltInAnthropic) |
Built-in provider tool features are wired directly in Agent node config. |
| Tool integrations + MCP tools | Supported | agentflow/Tool/Tool.ts (Tools, Tools (MCP) categories) |
Deterministic tool execution and agent tool usage are both supported. |
| Document loaders + Document Store ingestion | Supported | packages/components/nodes/documentloaders/*, docstore routes/views |
Used for knowledge ingestion and retrieval in V2 workflows. |
| Embeddings | Supported | packages/components/nodes/embeddings/* |
Includes local FastAPI E5 embedding runtime in this platform stack. |
| Vector databases / vector stores | Supported | agentflow/Retriever/Retriever.ts, nodes/vectorstores/* |
Includes built-in Vector DB stores (docstore, qna, agents, images, videos) and custom stores. |
| Moderation | Supported | packages/components/nodes/moderation/* |
Input/output safety layer available for guarded flows. |
| Mail + SMTP | Supported | AgentsMdDocumnentation/06_External_Integrations/Mail_And_SMTP_Services.md |
Flow-triggered outbound mail + Unity inbox integration. |
| WhatsApp Cloud API | Supported | AgentsMdDocumnentation/06_External_Integrations/WhatsApp_Cloud_API_Integration.md |
Webhook listener, routing, and outbound API flow are documented and implemented. |
| SMS + Telnyx | Supported | AgentsMdDocumnentation/06_External_Integrations/SMS_And_Telnyx_Messaging.md |
Inbound SMS webhooks + outbound SMS command path are supported. |
| Tool Hints sync (Unity <-> Flowise) | Supported | AgentsMdDocumnentation/ToolHints_And_Sync_Debugging.md |
Runtime command schema sync is part of production tool execution behavior. |
| FastAPI Vector Sync (Flowise -> FastAPI/Weaviate) | Supported | AgentsMdDocumnentation/04_FastAPI_Data_Pipeline/Vector_Databases_And_WebSocket_Sync.md |
Notify-driven sync for vector manifests and store freshness. |
Out of Target Stack (Docs Hidden from Main Navigation)
These sections are intentionally removed from the primary Integrations navigation for V2-first usage:
- LangChain Agents
- LangChain Cache
- LangChain Chains
- LlamaIndex node families
The files may still exist in repository history, but they are not part of the current supported target documentation surface.