create-open-autonomy 2.3.5 → 2.3.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "create-open-autonomy",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "The default Open Autonomy starter kit: a complete repository that runs its own Hermes agent against the platform, with the SDK wired in. `bun create open-autonomy <dir>` scaffolds one.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "check": "bunx tsc --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@open-autonomy/sdk": "2.3.0"
31
+ "@open-autonomy/sdk": "2.3.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/bun": "^1.3.10",
package/src/kit.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  import { existsSync, mkdirSync, readFileSync, readdirSync, rmSync, writeFileSync } from 'node:fs';
10
10
  import { dirname, join, relative, resolve } from 'node:path';
11
11
 
12
- export const KIT = { name: 'hermes', version: '2.3.5' } as const;
12
+ export const KIT = { name: 'hermes', version: '2.3.6' } as const;
13
13
  export const KIT_FILE = '.open-autonomy/kit.json';
14
14
  const TEMPLATE = resolve(import.meta.dir, '..', 'template');
15
15
 
@@ -19,6 +19,11 @@ state_file: reporter-state.json
19
19
  # holds whatever a key was minted with. Empty: any model the gateway serves (`GET /v1/catalog` lists them).
20
20
  models: [zai/glm-5.3-flash]
21
21
 
22
+ # The most the project's funds may spend on the platform's model rail in a day (UTC): a bound the platform holds at every
23
+ # call, so a runaway stops at the owner's number. 0: no bound of the project's own beyond the platform's global rail.
24
+ spend:
25
+ daily_usd_cents: 500
26
+
22
27
  # The rails the agent may spend through beyond model calls, and the owner's bounds on each. Off unless a
23
28
  # bound is set. Every rail leaves a record on the public audit trail naming itself.
24
29
  rails: