@agtlantis/core 0.4.1 → 0.5.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agtlantis/core",
3
- "version": "0.4.1",
4
- "description": "AI SDK 위에서 Agent와 Pipeline을 쉽고 일관되게 구축하는 프레임워크",
3
+ "version": "0.5.0",
4
+ "description": "A framework for building Agents and Pipelines consistently on top of AI SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -32,7 +32,6 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "handlebars": "^4.7.8",
35
- "lodash": "^4.17.23",
36
35
  "yaml": "^2.8.2",
37
36
  "zod-to-json-schema": "^3.25.1"
38
37
  },
@@ -58,7 +57,6 @@
58
57
  "@ai-sdk/google": "^3.0.10",
59
58
  "@ai-sdk/openai": "^3.0.12",
60
59
  "@google/genai": "^1.37.0",
61
- "@types/lodash": "^4.17.23",
62
60
  "ai": "^6.0.39",
63
61
  "dotenv": "^17.2.3",
64
62
  "tsup": "^8.5.1",