@eko-ai/eko-nodejs 3.1.5 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -10
- package/dist/index.cjs.js +2 -7991
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +10 -7997
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -3
- package/dist/file.d.ts +0 -23
- package/dist/file.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -17,13 +17,14 @@ Eko (pronounced like 'echo') is a production-ready JavaScript framework that ena
|
|
|
17
17
|
|
|
18
18
|
## News
|
|
19
19
|
|
|
20
|
+
- **2025-11:** Eko 4.0 supports chat conversations & optimizes agent logic.
|
|
20
21
|
- **2025-09:** Eko 3.0 introduces dependency-aware parallel agent execution.
|
|
21
22
|
- **2025-09:** New pause, resume, and interrupt controls with `task_snapshot` workflow recovery.
|
|
22
23
|
- **2025-09:** Monorepo tooling migrated to pnpm for consistent workspace management.
|
|
23
24
|
|
|
24
|
-
## Upgrading to Eko
|
|
25
|
+
## Upgrading to Eko 4.0
|
|
25
26
|
|
|
26
|
-
Follow these steps when moving an existing Eko
|
|
27
|
+
Follow these steps when moving an existing Eko 3.x project to 4.0:
|
|
27
28
|
|
|
28
29
|
1. Update dependencies with `pnpm up @eko-ai/eko @eko-ai/eko-nodejs @eko-ai/eko-web @eko-ai/eko-extension`.
|
|
29
30
|
2. Regenerate saved workflows or exported plans so they use the v3 schema and dependency graph format.
|
|
@@ -198,14 +199,6 @@ Eko can be used in multiple environments:
|
|
|
198
199
|
[](https://star-history.com/#FellouAI/eko&Date)
|
|
199
200
|
|
|
200
201
|
|
|
201
|
-
## Community Spotlight
|
|
202
|
-
|
|
203
|
-
- **Career Co-Pilot**: https://github.com/wangwangbobo/career_skill_learnig.git
|
|
204
|
-
- **Slides Agent by Eko**: https://github.com/MICAHFANG/slides-agent-by-eko
|
|
205
|
-
- **Universal Sidebar Assistant**: https://github.com/San12341/eko-broser-extension.git
|
|
206
|
-
- **Orbit X Smart Terminal**: https://github.com/Skywang16/OrbitX/tree/main
|
|
207
|
-
- **48 Hour Browser Challenge**: https://github.com/MoonIRL/eko
|
|
208
|
-
|
|
209
202
|
## License
|
|
210
203
|
|
|
211
204
|
Eko is released under the MIT License. See the [LICENSE](LICENSE) file for details.
|