@botonic/plugin-ai-agents 2.23.0 → 2.23.1

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/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 2.23.0 (2026-03-23)
1
+ ## 2.23.1 (2026-03-23)
2
2
 
3
3
  This was a version bump only for @botonic/plugin-ai-agents to align it with other projects, there were no code changes.
4
4
 
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @botonic/plugin-ai-agents
2
+
3
+ Botonic plugin for **AI agents** (e.g. OpenAI Agents–style flows) on the **current** framework line.
4
+
5
+ ## Source and versions
6
+
7
+ | Line | npm | Source |
8
+ | ----------- | ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9
+ | **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
10
+ | **Current** | `2.x` | [github.com/hubtype/hubtype-product](https://github.com/hubtype/hubtype-product) · [`libs/botonic/plugin-ai-agents`](https://github.com/hubtype/hubtype-product/tree/main/libs/botonic/plugin-ai-agents) |
11
+
12
+ Keep `@botonic/*` packages on the **same major version**. Setup and configuration are documented in the Botonic docs app from hubtype-product (`nx serve botonic-docs`).
13
+
14
+ ## Installation
15
+
16
+ ```bash
17
+ pnpm add @botonic/plugin-ai-agents
18
+ # or
19
+ npm install @botonic/plugin-ai-agents
20
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botonic/plugin-ai-agents",
3
- "version": "2.23.0",
3
+ "version": "2.23.1",
4
4
  "type": "module",
5
5
  "types": "./src/index.d.ts",
6
6
  "module": "./src/index.js",
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@botonic/shared": "2.23.0",
14
+ "@botonic/shared": "2.23.1",
15
15
  "@openai/agents": "^0.3.9",
16
16
  "openai": "^6.0.0",
17
17
  "tslib": "^2.3.0",