Skip to content

Commit bbb8221

Browse files
docs(eino): sync english translations
1 parent 1438059 commit bbb8221

16 files changed

Lines changed: 3012 additions & 519 deletions

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/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

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These small examples are meant for quick onboarding. For deeper dives into speci
1919

2020
The most basic pattern in LLM applications is a `prompt + chat model`, which is also the primary capability offered by many AI platforms. You can define a `System Prompt` to constrain the model’s behavior (for example, “You are acting as role XXX”). In this example, you can combine Eino’s `PromptTemplate` and `ChatModel` components to build a role-playing application.
2121

22-
- [Implement a minimal LLM application — ChatModel](/docs/eino/quick_start/simple_llm_application)
22+
- [Chapter 1: ChatModel and Message (Console)](/docs/eino/quick_start/chapter_01_chatmodel_and_message)
2323

2424
### Example: Build an Agent
2525

@@ -29,12 +29,11 @@ We call the overall system that decides when to call specific tools based on mod
2929

3030
In Eino, you can implement an agent with `ChatModel + ToolsNode`, or use the built-in `react agent` and `multi agent` packages.
3131

32-
In this example, we’ll use the ReAct agent to build an agent that interacts with the real world.
32+
In this example, we’ll use a filesystem tool to build an agent that can interact with the real world.
3333

34-
- [Agent — Give your LLM hands](/docs/eino/quick_start/agent_llm_with_tools)
34+
- [Chapter 4: Tools and Filesystem Access](/docs/eino/quick_start/chapter_04_tool_and_filesystem)
3535

3636
## Next Steps
3737

3838
- Understand Eino’s core modules and concepts: [Eino: Core Modules](/docs/eino/core_modules). This is the key knowledge to fluently develop applications with Eino.
3939
- Eino embraces an open ecosystem and provides numerous integration components: [Eino: Ecosystem Integration](/docs/eino/ecosystem_integration). Use these components to quickly assemble your business applications.
40-

content/en/docs/eino/quick_start/agent_llm_with_tools.md

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)