This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
all-in-kingsoft/Eino/docs/core_modules/_index.md
T

1.1 KiB
Raw Blame History

Description, date, lastmod, tags, title, weight
Description date lastmod tags title weight
2025-07-21
核心模块 4

Eino 中的核心模块有如下几个部分:

Eino 抽象出来的大模型应用中常用的组件,例如 ChatModel、Embedding、Retriever 等,这是实现一个大模型应用搭建的积木,是应用能力的基础,也是复杂逻辑编排时的原子对象。

多个组件混合使用来实现业务逻辑的串联,Eino 提供 Chain/Graph 的编排方式,把业务逻辑串联的复杂度封装在了 Eino 内部,提供易于理解的业务逻辑编排接口,提供统一的横切面治理能力。

Eino 把最常用的大模型应用模式封装成简单、易用的工具,让通用场景的大模型应用开发极致简化,目前提供了 ReAct Agent 和 Host Multi Agent。