Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/busy-parks-like.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
---

Dependency maintenance only — no release. Bulk minor/patch `pnpm update -r`
(within existing `^`/`>=` ranges) + bounding the CVE-floor pnpm overrides with
upper majors. Consumer resolution is unaffected (ranges stay within the same
major) and no published package's public API or runtime behavior changes.
36 changes: 18 additions & 18 deletions apps/docs-next/lib/ecosystem-stats.snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"catalogProviders": 140,
"catalogModels": 5162,
"skills": 21,
"memoryBackends": 10,
"memoryBackends": 16,
"recipes": 69
},
"lists": {
"packages": [
{
"name": "@agentskit/adapters",
"description": "Provider adapters for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/angular",
"description": "Angular signals service + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/cli",
"description": "CLI for AgentsKit chat and project scaffolding.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/core",
Expand All @@ -47,22 +47,22 @@
{
"name": "@agentskit/ink",
"description": "Ink terminal components and hooks for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/integrations",
"description": "Unified, plug-and-play service integrations for AgentsKit agents — one descriptor per service projected into tools, connectors, triggers, and auth.",
"stability": "experimental"
"stability": "alpha"
},
{
"name": "@agentskit/mcp",
"description": "Expose AgentsKit tools as an MCP server — use them from Claude Desktop, Cursor, Windsurf, or any MCP host.",
"stability": "unlisted"
"stability": "alpha"
},
{
"name": "@agentskit/memory",
"description": "Persistent and vector memory backends for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/observability",
Expand All @@ -77,22 +77,22 @@
{
"name": "@agentskit/rag",
"description": "Plug-and-play retrieval-augmented generation for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/react",
"description": "React hooks and UI components for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/react-native",
"description": "React Native + Expo hook and headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/runtime",
"description": "Standalone agent runtime with ReAct loop for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/sandbox",
Expand All @@ -102,27 +102,27 @@
{
"name": "@agentskit/skills",
"description": "Ready-made skills (prompts + behavioral instructions) for AgentsKit agents.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/solid",
"description": "Solid hook + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/svelte",
"description": "Svelte 5 store + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/templates",
"description": "Extension toolkit for creating custom AgentsKit skills, tools, and adapters.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/tools",
"description": "Reusable executable tools for AgentsKit agents.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/validation",
Expand All @@ -132,7 +132,7 @@
{
"name": "@agentskit/vue",
"description": "Vue 3 composable + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
}
],
"integrations": [
Expand Down
14 changes: 7 additions & 7 deletions apps/docs-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"@agentskit/skills": "workspace:*",
"@agentskit/tools": "workspace:*",
"@codesandbox/sandpack-react": "^2.20.0",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/postcss": "^4.3.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"fumadocs-core": "^16.9.3",
"fumadocs-mdx": "^15.0.11",
"fumadocs-ui": "^16.9.3",
"fumadocs-core": "^16.10.3",
"fumadocs-mdx": "^15.0.12",
"fumadocs-ui": "^16.10.3",
"mermaid": "^11.15.0",
"motion": "^12.40.0",
"next": "^16.2.7",
"next": "^16.2.9",
"postcss": "^8.5.15",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.3.0",
"tailwindcss": "^4.3.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"typedoc": "^0.28.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@agentskit/runtime": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
2 changes: 1 addition & 1 deletion apps/example-dspy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@agentskit/eval-braintrust": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/example-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@agentskit/core": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260609.1",
"@cloudflare/workers-types": "^4.20260615.1",
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion apps/example-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@agentskit/runtime": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/example-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/example-ink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@agentskit/core": "workspace:*",
"@agentskit/ink": "workspace:*",
"@agentskit/memory": "workspace:*",
"ink": "^7.0.5",
"ink": "^7.0.6",
"react": "^19.2.7"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/example-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@agentskit/skills": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/example-slack-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@agentskit/runtime": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
4 changes: 2 additions & 2 deletions apps/example-teams-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@agentskit/runtime": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
}
}
36 changes: 18 additions & 18 deletions apps/landing/lib/ecosystem-stats.snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"catalogProviders": 140,
"catalogModels": 5162,
"skills": 21,
"memoryBackends": 10,
"memoryBackends": 16,
"recipes": 69
},
"lists": {
"packages": [
{
"name": "@agentskit/adapters",
"description": "Provider adapters for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/angular",
"description": "Angular signals service + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/cli",
"description": "CLI for AgentsKit chat and project scaffolding.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/core",
Expand All @@ -47,22 +47,22 @@
{
"name": "@agentskit/ink",
"description": "Ink terminal components and hooks for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/integrations",
"description": "Unified, plug-and-play service integrations for AgentsKit agents — one descriptor per service projected into tools, connectors, triggers, and auth.",
"stability": "experimental"
"stability": "alpha"
},
{
"name": "@agentskit/mcp",
"description": "Expose AgentsKit tools as an MCP server — use them from Claude Desktop, Cursor, Windsurf, or any MCP host.",
"stability": "unlisted"
"stability": "alpha"
},
{
"name": "@agentskit/memory",
"description": "Persistent and vector memory backends for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/observability",
Expand All @@ -77,22 +77,22 @@
{
"name": "@agentskit/rag",
"description": "Plug-and-play retrieval-augmented generation for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/react",
"description": "React hooks and UI components for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/react-native",
"description": "React Native + Expo hook and headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/runtime",
"description": "Standalone agent runtime with ReAct loop for AgentsKit.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/sandbox",
Expand All @@ -102,27 +102,27 @@
{
"name": "@agentskit/skills",
"description": "Ready-made skills (prompts + behavioral instructions) for AgentsKit agents.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/solid",
"description": "Solid hook + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/svelte",
"description": "Svelte 5 store + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
},
{
"name": "@agentskit/templates",
"description": "Extension toolkit for creating custom AgentsKit skills, tools, and adapters.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/tools",
"description": "Reusable executable tools for AgentsKit agents.",
"stability": "stable"
"stability": "beta"
},
{
"name": "@agentskit/validation",
Expand All @@ -132,7 +132,7 @@
{
"name": "@agentskit/vue",
"description": "Vue 3 composable + headless chat components for AgentsKit — streaming, tools, and memory across any LLM provider.",
"stability": "alpha"
"stability": "beta"
}
],
"integrations": [
Expand Down
Loading
Loading