@openenthrium/oe-runtime-sdk 1.8.8 → 1.8.9
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ const { runAgentFromObject } = require("@openenthrium/oe-runtime-sdk");
|
|
|
67
67
|
|
|
68
68
|
const agent = {
|
|
69
69
|
name: "Database Analyst",
|
|
70
|
-
skills: [{ path: "./
|
|
70
|
+
skills: [{ path: "./", trigger_type: "auto" }],
|
|
71
71
|
connectors: [{ connection_name: "My Database", connection_type: "postgresql" }],
|
|
72
72
|
};
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openenthrium/oe-runtime-sdk",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.9",
|
|
4
4
|
"description": "OE Runtime SDK  embed AI agent execution directly in your Node.js application. Same engine as OE Runtime CLI, importable as a library.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"homepage": "https://www.openenthrium.com/runtime.html",
|