@atoms-agent/core 0.3.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,13 +10,13 @@ toolkits, or host UI.
10
10
  ## Install
11
11
 
12
12
  ```bash
13
- npm install @atoms-agent/core @atoms-agent/llm
13
+ npm install @atoms-agent/core@0.4.1 @atoms-agent/llm@0.4.1
14
14
  ```
15
15
 
16
16
  Local tarball (publish-ready verification):
17
17
 
18
18
  ```bash
19
- npm install ./atoms-agent-llm-0.3.0.tgz ./atoms-agent-core-0.3.0.tgz
19
+ npm install ./atoms-agent-llm-0.4.1.tgz ./atoms-agent-core-0.4.1.tgz
20
20
  ```
21
21
 
22
22
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atoms-agent/core",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "Agent loop, tool runtime, event stream, context strategy, limits and cancellation",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "node": ">=22.13"
41
41
  },
42
42
  "dependencies": {
43
- "@atoms-agent/llm": "0.3.0",
43
+ "@atoms-agent/llm": "0.4.1",
44
44
  "ajv": "^8.17.1"
45
45
  },
46
46
  "scripts": {