@agentskit/runtime
Advanced tools
+3
-3
| { | ||
| "name": "@agentskit/runtime", | ||
| "version": "0.10.14", | ||
| "version": "0.10.15", | ||
| "description": "Standalone agent runtime with ReAct loop for AgentsKit.", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@agentskit/core": "1.12.7" | ||
| "@agentskit/core": "1.12.8" | ||
| }, | ||
@@ -64,3 +64,3 @@ "devDependencies": { | ||
| "license": "MIT", | ||
| "homepage": "https://www.agentskit.io/docs/packages/runtime", | ||
| "homepage": "https://www.agentskit.io/docs/reference/packages/runtime", | ||
| "repository": { | ||
@@ -67,0 +67,0 @@ "type": "git", |
+6
-6
@@ -21,3 +21,3 @@ # @agentskit/runtime | ||
| - Package metadata and tests live under `packages/runtime/`. | ||
| - Package guide: https://www.agentskit.io/docs/packages/runtime | ||
| - Package guide: https://www.agentskit.io/docs/reference/packages/runtime | ||
| - Stability map: [docs/STABILITY.md](../../docs/STABILITY.md) | ||
@@ -34,3 +34,3 @@ | ||
| Docs: [package guide](https://www.agentskit.io/docs/packages/runtime) · [agent handoff](https://github.com/AgentsKit-io/agentskit/blob/main/llms.txt) | ||
| Docs: [package guide](https://www.agentskit.io/docs/reference/packages/runtime) · [agent handoff](https://github.com/AgentsKit-io/agentskit/blob/main/llms.txt) | ||
@@ -99,6 +99,6 @@ ## Why runtime | ||
| |-----------|---------|------| | ||
| | `createDurableRunner` + `createFileStepLog` | Temporal-style step log; resume on crash | [Durable execution](https://www.agentskit.io/docs/recipes/durable-execution) | | ||
| | `supervisor` / `swarm` / `hierarchical` / `blackboard` | Ready-made multi-agent topologies | [Topologies](https://www.agentskit.io/docs/recipes/multi-agent-topologies) | | ||
| | `speculate` | Fan-out N adapters, race + abort losers | [Speculative execution](https://www.agentskit.io/docs/recipes/speculative-execution) | | ||
| | `createCronScheduler` + `createWebhookHandler` | Background agents, cron + webhooks | [Background agents](https://www.agentskit.io/docs/recipes/background-agents) | | ||
| | `createDurableRunner` + `createFileStepLog` | Temporal-style step log; resume on crash | [Durable execution](https://www.agentskit.io/docs/reference/recipes/durable-execution) | | ||
| | `supervisor` / `swarm` / `hierarchical` / `blackboard` | Ready-made multi-agent topologies | [Topologies](https://www.agentskit.io/docs/reference/recipes/multi-agent-topologies) | | ||
| | `speculate` | Fan-out N adapters, race + abort losers | [Speculative execution](https://www.agentskit.io/docs/reference/recipes/speculative-execution) | | ||
| | `createCronScheduler` + `createWebhookHandler` | Background agents, cron + webhooks | [Background agents](https://www.agentskit.io/docs/reference/recipes/background-agents) | | ||
@@ -105,0 +105,0 @@ ## Ecosystem |
564661
0.01%+ Added
- Removed
Updated