@corenel/cli 0.1.0
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 +13 -0
- package/dist/cli.js +20015 -0
- package/package.json +38 -0
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @corenel/cli
|
|
2
|
+
|
|
3
|
+
The Corenel CLI — runs the host-agnostic agent harness in Node, in-process (no
|
|
4
|
+
transport). Early/beta: the headless proof the kernel runs outside the browser.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
npx @corenel/cli
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Requires Node 18+. Bring your provider key via the environment. More verbs
|
|
11
|
+
(`run` / `ask` / `chat` / `login`, and `start --sidecar`) are in progress.
|
|
12
|
+
|
|
13
|
+
Licensed under Elastic-2.0.
|