@agentproto/runtime 2.6.0 → 2.8.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.
@@ -1,5 +1,5 @@
1
1
  import { CostBudget } from '@agentproto/auth';
2
- import { C as ContextContinuityPolicy } from './context-continuity-B9n0t0v-.js';
2
+ import { C as ContextContinuityPolicy } from './context-continuity-ib9_bVYM.js';
3
3
 
4
4
  /**
5
5
  * SessionConfig — the unified per-session config surface, decomposed into
@@ -1,5 +1,5 @@
1
1
  import { CatalogProvider } from '@agentproto/model-catalog';
2
- import { C as ContextContinuityPolicy } from './context-continuity-B9n0t0v-.js';
2
+ import { C as ContextContinuityPolicy } from './context-continuity-ib9_bVYM.js';
3
3
 
4
4
  /**
5
5
  * Pure resolver for `~/.agentproto/config.json`'s `defaults` block —
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { S as SessionConfig, R as RouteSpec, P as Posture, E as EffortLevel, C as ContextProfile } from './session-config-DIf6wYYP.js';
2
+ import { S as SessionConfig, R as RouteSpec, P as Posture, E as EffortLevel, C as ContextProfile } from './session-config-DbWP9RRj.js';
3
3
  import '@agentproto/auth';
4
- import './context-continuity-B9n0t0v-.js';
4
+ import './context-continuity-ib9_bVYM.js';
5
5
 
6
6
  /**
7
7
  * User-owned spawn presets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/runtime",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "@agentproto/runtime — long-running gateway that turns an agentproto workspace into a live runtime. Composes @agentproto/mcp-server (CRUD verbs) with HTTP transport, HEARTBEAT.md autonomy loop, and append-only conversation persistence. Drop a workspace dir, point your MCP client at it, and the agent ticks on its own.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -116,30 +116,30 @@
116
116
  "gray-matter": "^4.0.3",
117
117
  "ws": "^8.21.3",
118
118
  "zod": "^4.4.3",
119
- "@agentproto/agent": "0.2.1",
120
119
  "@agentproto/acp": "0.7.1",
121
- "@agentproto/app-kit": "0.6.0",
120
+ "@agentproto/agent": "0.2.1",
121
+ "@agentproto/app-kit": "0.6.1",
122
122
  "@agentproto/auth": "1.0.0",
123
123
  "@agentproto/command-sandbox": "0.2.0",
124
- "@agentproto/driver-agent-cli": "2.2.2",
124
+ "@agentproto/driver": "0.2.0",
125
+ "@agentproto/driver-agent-cli": "2.3.0",
125
126
  "@agentproto/eval-reporters": "0.2.6",
126
127
  "@agentproto/manifest": "0.2.1",
127
128
  "@agentproto/mcp-server": "0.2.5",
128
- "@agentproto/model-catalog": "0.8.3",
129
+ "@agentproto/model-catalog": "0.8.4",
129
130
  "@agentproto/provider-kit": "0.4.1",
130
- "@agentproto/provider-presets": "0.5.1",
131
- "@agentproto/providers-store": "0.3.6",
131
+ "@agentproto/provider-presets": "0.6.1",
132
+ "@agentproto/providers-store": "0.3.7",
132
133
  "@agentproto/redaction": "0.2.1",
134
+ "@agentproto/routine": "0.2.0",
135
+ "@agentproto/sandbox": "0.2.3",
133
136
  "@agentproto/secrets": "0.2.2",
134
137
  "@agentproto/telemetry-langfuse": "0.2.4",
135
138
  "@agentproto/tool": "0.2.1",
136
139
  "@agentproto/workflow": "0.2.0",
137
140
  "@agentproto/workflow-loader": "0.1.3",
138
141
  "@agentproto/workflow-runtime": "0.7.0",
139
- "@agentproto/routine": "0.2.0",
140
- "@agentproto/workspace-brain": "0.2.0",
141
- "@agentproto/driver": "0.2.0",
142
- "@agentproto/sandbox": "0.2.3"
142
+ "@agentproto/workspace-brain": "0.3.0"
143
143
  },
144
144
  "optionalDependencies": {
145
145
  "@agentproto/sandbox-e2b": "0.3.4"