Eino: Core Modules

Eino’s core modules include the following parts:

  • Components: Eino: Components

    Eino abstracts commonly used components in LLM applications, such as ChatModel, Embedding, Retriever. These are the building blocks for application capabilities and the atomic objects in complex orchestration.

  • Chain/Graph Orchestration: Eino: Chain/Graph Orchestration

    Multiple components are combined to implement business logic. Eino provides Chain/Graph orchestration that encapsulates the complexity inside Eino, exposing easy-to-understand interfaces for logic composition and unified cross-cutting governance.

  • Flow Integration (agents): Eino: Flow Integration Components

    Eino wraps common LLM application patterns into simple and easy-to-use tools to greatly simplify development for general scenarios. Currently available: ReAct Agent and Host Multi Agent.


Last modified December 12, 2025 : chore: update websocket docs (#1479) (967538e)