@openenthrium/oe-runtime 1.6.5 → 1.6.7
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Open Enthrium AI Agent Runtime (OE Runtime) is a standalone, cross-platform bina
|
|
|
18
18
|
|
|
19
19
|
- **No LangChain. No Python. No code.** Agents are plain YAML files.
|
|
20
20
|
- **No install.** Single binary for Windows, Linux, and macOS. No Node.js, no Docker on the target machine.
|
|
21
|
-
- **45+ connector categories.** PostgreSQL, MySQL, MongoDB, S3, Slack, GitHub, SSH, REST API, Kafka, and
|
|
21
|
+
- **45+ connector categories.** PostgreSQL, MySQL, MongoDB, S3, Slack, GitHub, SSH, REST API, Kafka, and more — all built in.
|
|
22
22
|
- **HTTP server mode.** `--serve` turns the runtime into a persistent API server any app can call.
|
|
23
23
|
- **Self-hosted.** Runs entirely on your own machine. No call-home. Own your data.
|
|
24
24
|
|
|
@@ -243,7 +243,7 @@ All other connectors (PostgreSQL, MySQL, MongoDB, Redis, S3, Slack, GitHub, REST
|
|
|
243
243
|
|
|
244
244
|
## Connector Catalog
|
|
245
245
|
|
|
246
|
-
**
|
|
246
|
+
**Connectors across multiple categories** — built in, no custom code required.
|
|
247
247
|
|
|
248
248
|
| Category | Examples |
|
|
249
249
|
|---|---|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openenthrium/oe-runtime",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "OE Runtime - run AI agents against
|
|
3
|
+
"version": "1.6.7",
|
|
4
|
+
"description": "OE Runtime - run AI agents against enterprise data sources. One binary, one YAML agent, one config file.",
|
|
5
5
|
"homepage": "https://www.openenthrium.com/runtime.html",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|