New:Socket for Asana Is Now Available.Learn more
Get Started

@agentskit/runtime

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentskit/runtime - npm Package Compare versions

Comparing version
0.10.14
to
0.10.15
+3
-3
package.json
{
"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",

@@ -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