expressible 0.1.0 → 0.1.2

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,8 @@ The Expressible CLI provides local-first tooling for AI workflows where data sov
10
10
 
11
11
  Train small, task-specific ML models from input/output examples. Runs entirely on your machine. Your data never leaves your environment.
12
12
 
13
+ ![Expressible Distill demo](https://raw.githubusercontent.com/expressibleai/expressible-cli/refs/heads/main/demo.svg)
14
+
13
15
  ```
14
16
  $ expressible distill run "The Vendor shall indemnify and hold harmless the Client
15
17
  from all claims, damages, and expenses arising from breach of this Agreement"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expressible",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Open-source CLI toolkit by Expressible AI, Inc.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",