@openenthrium/oe-runtime 1.6.1 → 1.6.3

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,7 +165,8 @@ Turn the runtime into a persistent HTTP API — call agents from mobile apps, we
165
165
 
166
166
  ```bash
167
167
  npx -y @openenthrium/oe-runtime --serve --config oe-config.json
168
- # 🚀 OE Runtime Server v1.5.9
168
+ # 🚀 OE Runtime Server v1.6.1
169
+ # Run AI agents via HTTP
169
170
  # Listening http://localhost:3333
170
171
  ```
171
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openenthrium/oe-runtime",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "OE Runtime - run AI agents against 2,600+ enterprise data sources. One binary, one YAML agent, one config file.",
5
5
  "homepage": "https://www.openenthrium.com/runtime.html",
6
6
  "repository": {