Skip to content

Commit c29dac9

Browse files
docs(eino): sync docs from feishu (2026-03-16) (#1522)
1 parent c2aa409 commit c29dac9

50 files changed

Lines changed: 3722 additions & 1091 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/eino/Cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-16"
44
lastmod: ""
55
tags: []
66
title: Cookbook

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_FileSystem/Backend_Ark_Agentkit_Sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-16"
44
lastmod: ""
55
tags: []
66
title: 'Backend: Ark Agentkit Sandbox'

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_FileSystem/Backend_Local_FileSystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-12"
44
lastmod: ""
55
tags: []
66
title: 'Backend: Local FileSystem'
@@ -11,7 +11,7 @@ weight: 2
1111

1212
Package: `github.com/cloudwego/eino-ext/adk/backend/local`
1313

14-
Note: If your eino version is v0.8.0 or above, you need to use local backend [v0.2.0-alpha](https://github.com/cloudwego/eino-ext/releases/tag/adk%2Fbackend%2Flocal%2Fv0.2.0-alpha.1) version.
14+
Note: If your eino version is v0.8.0 or above, you need to use local backend [adk/backend/local/v0.2.1](https://github.com/cloudwego/eino-ext/releases/tag/adk%2Fbackend%2Flocal%2Fv0.2.1).
1515

1616
### Overview
1717

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_FileSystem/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-12"
44
lastmod: ""
55
tags: []
66
title: 'Middleware: FileSystem'

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_Skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-16"
44
lastmod: ""
55
tags: []
66
title: 'Middleware: Skill'

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_ToolReduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-12"
44
lastmod: ""
55
tags: []
66
title: 'Middleware: ToolReduction'

content/en/docs/eino/core_modules/eino_adk/adk_agent_callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-12"
44
lastmod: ""
55
tags: []
66
title: 'Eino ADK: Agent Callback'

content/en/docs/eino/core_modules/eino_adk/agent_implementation/chat_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-03"
3+
date: "2026-03-16"
44
lastmod: ""
55
tags: []
66
title: 'Eino ADK: ChatModelAgent'

content/en/docs/eino/core_modules/flow_integration_components/react_agent_manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-01-30"
3+
date: "2026-03-16"
44
lastmod: ""
55
tags: []
66
title: 'Eino: ReAct Agent Manual'

content/en/docs/eino/ecosystem_integration/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ weight: 6
1111

1212
### ChatModel
1313

14-
- openai: [ChatModel - OpenAI](https://github.com/cloudwego/eino-ext/blob/main/components/model/openai/README.md)
15-
- ark: [ChatModel - ARK](https://github.com/cloudwego/eino-ext/blob/main/components/model/ark/README.md)
16-
- ollama: [ChatModel - Ollama](https://github.com/cloudwego/eino-ext/blob/main/components/model/ollama/README.md)
14+
- openai: [OpenAI](/docs/eino/ecosystem_integration/chat_model/agentic_model_openai)
15+
- ark: [ARK](/docs/eino/ecosystem_integration/chat_model/agentic_model_ark)
16+
- More components: [ChatModel component list](/docs/eino/ecosystem_integration/chat_model)
1717

1818
### Document
1919

0 commit comments

Comments
 (0)