42 Commits (0b4e59269b89aa6d0daf7277575d7fbe1af2f4a8)

Author SHA1 Message Date
dependabot[bot] 0b4e59269b
chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#189)
Bumps the eino-dependencies group with 1 update in the / directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /flow/agent/deer-go directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /quickstart/eino_assistant directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).


Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
dependabot[bot] 82e36f8795
chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#187)
Bumps the eino-dependencies group with 2 updates in the / directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino) and [github.com/cloudwego/eino-ext/components/model/openai](https://github.com/cloudwego/eino-ext).
Bumps the eino-dependencies group with 2 updates in the /flow/agent/deer-go directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino) and [github.com/cloudwego/eino-ext/components/model/openai](https://github.com/cloudwego/eino-ext).
Bumps the eino-dependencies group with 1 update in the /quickstart/eino_assistant directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).


Updates `github.com/cloudwego/eino` from 0.8.0 to 0.8.3
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.0...v0.8.3)

Updates `github.com/cloudwego/eino-ext/components/model/openai` from 0.1.8 to 0.1.10
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.8...libs/acl/openai/v0.1.10)

Updates `github.com/cloudwego/eino` from 0.8.0 to 0.8.3
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.0...v0.8.3)

Updates `github.com/cloudwego/eino-ext/components/model/openai` from 0.1.8 to 0.1.10
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.8...libs/acl/openai/v0.1.10)

Updates `github.com/cloudwego/eino` from 0.8.0 to 0.8.3
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.0...v0.8.3)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/openai
  dependency-version: 0.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/openai
  dependency-version: 0.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
shentongmartin ec07067e64
docs(chatwitheino): add repo source for Feishu quickstart index (#186) 2 months ago
shentongmartin a2814e625d
feat(chatwitheino): add filesystem-backed skills (#185) 2 months ago
shentong.martin 6a9fa80f5a docs(quickstart): improve chatwitheino documentation
- Update code links from eino to eino-examples repository
- Add PROJECT_ROOT setup instructions for ch05-ch07
- Clarify Middleware execution order and Handlers field usage
- Improve Callback documentation with HandlerHelper usage
- Enhance Interrupt/Resume explanation with detailed pseudocode
- Add documentation_review_report.md for review tracking~

Change-Id: I345bad56733d5159e5f0fbed8845ca6ac418bc6e
2 months ago
shentong.martin c3c42318bc fix: add missing license header to ch02/main.go
Change-Id: I348a41c42ebbdb7a81cee432266f71795fa8b448
2 months ago
shentong.martin a0a9ec3ff1 chore: format code with gofmt
Change-Id: I7d42e6773bbe32e3c5ef666702bf437e3bf2f044
2 months ago
shentong.martin 28247d3702 feat(quickstart): rename chatwithdoc to chatwitheino and add chapters 3-8
- Rename quickstart/chatwithdoc to quickstart/chatwitheino
- Update all import paths from chatwithdoc to chatwitheino
- Add chapter 3: Memory & Session (JSONL persistence)
- Add chapter 4: Tool & Backend (Filesystem access)
- Add chapter 5: Middleware
- Add chapter 6: Callback
- Add chapter 7: Interrupt & Resume
- Add chapter 8: Graph Tool
- Add chapter 9: A2UI documentation
- Update .gitignore to exclude *.jsonl and *.txt files

Change-Id: Iddeb4ad2bb2a3a1d192c335255dc86554b97e531
2 months ago
shentong.martin cdedfd0425 docs: improve ch01 and ch02 quickstart documentation
- Add clear warnings for code snippets that cannot run directly
- Replace absolute paths with GitHub URLs
- Add natural transitions between Component and Agent concepts
- Add ChatModel vs ChatModelAgent comparison table
- Clarify the relationship between Component and Agent
- Add analogies for better understanding
- Improve language clarity and specificity
- Add ch02 example code for ChatModelAgent and Runner

Change-Id: I08e8944a7a09b65023b691e3c158a3b7f3fe5649
2 months ago
shentong.martin 57cb494e77 chore: fix lint and formatting
Change-Id: I3b4f908dd24ce6b779fdb8cac3e7519c3295a21b
2 months ago
shentong.martin 2d189db9bd feat(quickstart): add chatwithdoc example
Change-Id: I90e5142eb18f8c25b611751e655a77ee73a900ed
2 months ago
dependabot[bot] 9d39d4d72a
chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#181) 2 months ago
dependabot[bot] cdc720df8c
chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#177) 2 months ago
dependabot[bot] 8c5f4efb78
chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#173)
Bumps the eino-dependencies group with 1 update in the / directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /flow/agent/deer-go directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /quickstart/eino_assistant directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).


Updates `github.com/cloudwego/eino` from 0.7.29 to 0.7.32
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.29...v0.7.32)

Updates `github.com/cloudwego/eino` from 0.7.29 to 0.7.32
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.29...v0.7.32)

Updates `github.com/cloudwego/eino` from 0.7.29 to 0.7.32
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.29...v0.7.32)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
dependabot[bot] 4ac063e811
chore(deps): bump the eino-dependencies group across 3 directories with 6 updates (#166)
Bumps the eino-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cloudwego/eino](https://github.com/cloudwego/eino) | `0.7.22` | `0.7.29` |
| [github.com/cloudwego/eino-ext/callbacks/cozeloop](https://github.com/cloudwego/eino-ext) | `0.1.6` | `0.1.8` |
| [github.com/cloudwego/eino-ext/components/model/ark](https://github.com/cloudwego/eino-ext) | `0.1.45` | `0.1.64` |
| [github.com/cloudwego/eino-ext/components/model/ollama](https://github.com/cloudwego/eino-ext) | `0.1.6` | `0.1.8` |
| [github.com/cloudwego/eino-ext/components/model/openai](https://github.com/cloudwego/eino-ext) | `0.1.5` | `0.1.8` |

Bumps the eino-dependencies group with 3 updates in the /flow/agent/deer-go directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino), [github.com/cloudwego/eino-ext/callbacks/cozeloop](https://github.com/cloudwego/eino-ext) and [github.com/cloudwego/eino-ext/components/model/openai](https://github.com/cloudwego/eino-ext).
Bumps the eino-dependencies group with 4 updates in the /quickstart/eino_assistant directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino), [github.com/cloudwego/eino-ext/callbacks/cozeloop](https://github.com/cloudwego/eino-ext), [github.com/cloudwego/eino-ext/components/model/ark](https://github.com/cloudwego/eino-ext) and [github.com/cloudwego/eino-ext/devops](https://github.com/cloudwego/eino-ext).


Updates `github.com/cloudwego/eino` from 0.7.22 to 0.7.29
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.22...v0.7.29)

Updates `github.com/cloudwego/eino-ext/callbacks/cozeloop` from 0.1.6 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.6...devops/v0.1.8)

Updates `github.com/cloudwego/eino-ext/components/model/ark` from 0.1.45 to 0.1.64
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/components/model/ark/v0.1.45...components/model/ark/v0.1.64)

Updates `github.com/cloudwego/eino-ext/components/model/ollama` from 0.1.6 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.6...devops/v0.1.8)

Updates `github.com/cloudwego/eino-ext/components/model/openai` from 0.1.5 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.5...devops/v0.1.8)

Updates `github.com/cloudwego/eino` from 0.4.7 to 0.7.29
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.22...v0.7.29)

Updates `github.com/cloudwego/eino-ext/callbacks/cozeloop` from 0.1.4 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.6...devops/v0.1.8)

Updates `github.com/cloudwego/eino-ext/components/model/openai` from 0.0.0-20250514085234-473e80da5261 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.5...devops/v0.1.8)

Updates `github.com/cloudwego/eino` from 0.4.7 to 0.7.29
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.7.22...v0.7.29)

Updates `github.com/cloudwego/eino-ext/callbacks/cozeloop` from 0.1.4 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.6...devops/v0.1.8)

Updates `github.com/cloudwego/eino-ext/components/model/ark` from 0.0.0-20250225083118-fd27d80f189c to 0.1.64
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/components/model/ark/v0.1.45...components/model/ark/v0.1.64)

Updates `github.com/cloudwego/eino-ext/devops` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/cloudwego/eino-ext/releases)
- [Commits](https://github.com/cloudwego/eino-ext/compare/devops/v0.1.7...devops/v0.1.8)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/callbacks/cozeloop
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/ark
  dependency-version: 0.1.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/ollama
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/openai
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.29
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/callbacks/cozeloop
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/openai
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.7.29
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/callbacks/cozeloop
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/components/model/ark
  dependency-version: 0.1.64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino-ext/devops
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 months ago
mrh997 3bc1a807df
fix: use jsonschema_description tag (#123) 7 months ago
JqRrt 3a94b9ab0d
add cozeloop callback (#115) 8 months ago
mrh997 208c545ea7
feat(react): add cached ark example (#96) 10 months ago
feng-95 d2c124acc0
feat: eino agent server apmplus callbacks add session info (#95)
* feat: apmplus callbacks add session info

* feat: add apmplus ai session

---------

Co-authored-by: Megumin <wangdezheng@bytedance.com>
10 months ago
lnnt 3ebe73b2b5
feat: use ToolCallingChatModel instead of deprecated ChatModel (#93) 10 months ago
gromitlee b4725029c1
feat(todoagent): upgrade duckduckgo to v2 (#85) 10 months ago
mrh997 6d2f88c220
feat(eino_assistant): upgrade duckduckgo to v2 (#83) 10 months ago
xingpiaoliang a021f26cb8
fix: fix the issue of the open tool in the eino agent example and add some features (#77)
fix: fix the open tool in the eino agent example
11 months ago
catwithtudou cf6cb2dccc update: update the know
Change-Id: Ibc3dd1bcb817be9bbf6a27b29b56578722b24473
1 year ago
Megumin 8e8acb0d0f feat: replace deprecated interface 1 year ago
WayKwin 5c31003859 Update theme_park.go task.go
Base on this (code snippet)[df93610a63/components/tool/utils/create_options.go (L100)], the attributes of jsonschema in Go tags should be separated by "=" instead of colons.
1 year ago
Megumin f1eee736c2
feat: modify chat model env (#41) 1 year ago
Scott9(阵雨) 55e069c734
refactor: use consistent context variable throughout the code (#40)
update: update the todoagent ctx
1 year ago
liujian-bytedance 5f48fc1c04
feat: upgrade eino to v0.3.14 (#35) 1 year ago
liujian-bytedance 79e087425c
feat(devops): upgrade devops (#34) 1 year ago
Daniel (Shijun) Qian cd47f04c8c
feat: support apmplus callback into assistant (#32)
* feat: support apmplus callback into assistant
1 year ago
kuhaha 764d04fbf3
chore: update eino dev version (#31)
feat: update eino dev version
1 year ago
Guangming Luo 6e5995be33
chore: bump up versions & fix some code (#28) 1 year ago
kuhaha 8afa91ad48
feat: add auto load env (#21)
* feat: add env auto load

* feat: add env auto load

* feat: add env auto load

* feat: add env auto load

* feat: add env auto load

* feat: add env auto load

* doc: add notice of eino_assistant

* doc: add notice of eino_assistant

* doc: add notice of eino_assistant

* doc: add notice of eino_assistant

* doc: add notice of eino_assistant
1 year ago
kuhaha ad5bc1deb8
fix: add langfuse package (#17) 1 year ago
IPender 846f144c65
feat: add loader, parser examples (#10) 1 year ago
Megumin ba14795b2c
feat: update quickstart_chat (#11) 1 year ago
liujian-bytedance 94c219b7fb
feat(devops): delete httpclient of ark in knowledge_indexing json file (#9) 1 year ago
kuhaha d5636b2ca6
feat: add eino assistant as example (#3)
* feat: add eino assistant as example
1 year ago
Megumin 7578934f77
fix: some modify of router retriever/todoagent/chat (#8)
fix: some modifyfix: some modify of router retriever/todoagent/chat (#8)
1 year ago
IPender c14983b38d
feat: adjust quickstart's code (#7) 1 year ago
IPender ae08a52488
feat: add eino examples (#1)
* feat: add eino examples
1 year ago