Skip to content

Commit 0a338ed

Browse files
committed
v3.76.0
1 parent 2efe539 commit 0a338ed

90 files changed

Lines changed: 637 additions & 271 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.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
9+
### Features
10+
11+
* **agent-runtime:** support custom SSE event types in streamRun ([#427](https://github.com/eggjs/tegg/issues/427)) ([2efe539](https://github.com/eggjs/tegg/commit/2efe539cd2673e27dc91cb4597751e6e0a9d4b67))
12+
13+
14+
15+
16+
617
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
718

819

core/agent-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
9+
### Features
10+
11+
* **agent-runtime:** support custom SSE event types in streamRun ([#427](https://github.com/eggjs/tegg/issues/427)) ([2efe539](https://github.com/eggjs/tegg/commit/2efe539cd2673e27dc91cb4597751e6e0a9d4b67))
12+
13+
14+
15+
16+
617
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
718

819

core/agent-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/agent-runtime",
3-
"version": "3.75.1",
3+
"version": "3.76.0",
44
"description": "Agent runtime with store abstraction for Egg.js tegg",
55
"keywords": [
66
"agent",
@@ -33,7 +33,7 @@
3333
"test": "mocha"
3434
},
3535
"dependencies": {
36-
"@eggjs/tegg-types": "^3.75.1",
36+
"@eggjs/tegg-types": "^3.76.0",
3737
"egg-logger": "^3.0.1",
3838
"oss-client": "^2.5.1"
3939
},

core/agent-tracing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
**Note:** Version bump only for package @eggjs/agent-tracing
9+
10+
11+
12+
13+
614
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
715

816
**Note:** Version bump only for package @eggjs/agent-tracing

core/agent-tracing/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/agent-tracing",
3-
"version": "3.75.1",
3+
"version": "3.76.0",
44
"description": "Tracing support for AI agents (LangGraph, Claude Agent SDK)",
55
"keywords": [
66
"agent",
@@ -65,9 +65,9 @@
6565
"author": "killagu <killa123@126.com>",
6666
"license": "MIT",
6767
"dependencies": {
68-
"@eggjs/core-decorator": "^3.75.1",
69-
"@eggjs/tegg-background-task": "^3.75.1",
70-
"@eggjs/tegg-types": "^3.75.1",
68+
"@eggjs/core-decorator": "^3.76.0",
69+
"@eggjs/tegg-background-task": "^3.76.0",
70+
"@eggjs/tegg-types": "^3.76.0",
7171
"onelogger": "^1.0.1"
7272
},
7373
"peerDependencies": {
@@ -85,7 +85,7 @@
8585
"devDependencies": {
8686
"@anthropic-ai/claude-agent-sdk": "^0.2.52",
8787
"@anthropic-ai/sdk": "^0.78.0",
88-
"@eggjs/tegg-common-util": "^3.75.1",
88+
"@eggjs/tegg-common-util": "^3.76.0",
8989
"@langchain/core": "^1.1.29",
9090
"@langchain/langgraph": "^0.2.74",
9191
"@types/mocha": "^10.0.1",

core/ajv-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
**Note:** Version bump only for package @eggjs/ajv-decorator
9+
10+
11+
12+
13+
614
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
715

816
**Note:** Version bump only for package @eggjs/ajv-decorator

core/ajv-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ajv-decorator",
3-
"version": "3.75.1",
3+
"version": "3.76.0",
44
"description": "tegg ajv decorator",
55
"keywords": [
66
"egg",

core/aop-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
715

816
**Note:** Version bump only for package @eggjs/aop-decorator

core/aop-decorator/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.75.1",
3+
"version": "3.76.0",
44
"description": "tegg aop decorator",
55
"keywords": [
66
"tegg",
@@ -16,10 +16,10 @@
1616
"directory": "core/aop-decorator"
1717
},
1818
"dependencies": {
19-
"@eggjs/core-decorator": "^3.75.1",
20-
"@eggjs/tegg-common-util": "^3.75.1",
21-
"@eggjs/tegg-metadata": "^3.75.1",
22-
"@eggjs/tegg-types": "^3.75.1"
19+
"@eggjs/core-decorator": "^3.76.0",
20+
"@eggjs/tegg-common-util": "^3.76.0",
21+
"@eggjs/tegg-metadata": "^3.76.0",
22+
"@eggjs/tegg-types": "^3.76.0"
2323
},
2424
"scripts": {
2525
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

core/aop-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/eggjs/tegg/compare/v3.75.1...v3.76.0) (2026-04-01)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
## [3.75.1](https://github.com/eggjs/tegg/compare/v3.75.0...v3.75.1) (2026-04-01)
715

816
**Note:** Version bump only for package @eggjs/tegg-aop-runtime

0 commit comments

Comments
 (0)