@moxxy/agent 0.21.0 → 0.21.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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/agent",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Batteries-included entry to moxxy: one install + one call to run an agent. Bundles @moxxy/core, the default loop, and the OpenAI + Anthropic providers behind drop-in presets — `setupAgent(openaiPreset({ apiKey }))`.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -39,18 +39,18 @@
39
39
  "src"
40
40
  ],
41
41
  "dependencies": {
42
- "@moxxy/sdk": "0.21.0",
43
- "@moxxy/core": "0.21.0",
44
- "@moxxy/plugin-provider-openai": "0.21.0",
45
- "@moxxy/plugin-provider-anthropic": "0.21.0",
46
- "@moxxy/mode-default": "0.1.9"
42
+ "@moxxy/core": "0.21.1",
43
+ "@moxxy/sdk": "0.21.1",
44
+ "@moxxy/mode-default": "0.1.10",
45
+ "@moxxy/plugin-provider-anthropic": "0.21.1",
46
+ "@moxxy/plugin-provider-openai": "0.21.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^22.10.0",
50
50
  "typescript": "^5.7.3",
51
51
  "vitest": "^2.1.8",
52
- "@moxxy/vitest-preset": "0.0.0",
53
- "@moxxy/tsconfig": "0.0.0"
52
+ "@moxxy/tsconfig": "0.0.0",
53
+ "@moxxy/vitest-preset": "0.0.0"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsc -p tsconfig.json",