opal-zero 1.2.4 → 1.2.5

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 (3) hide show
  1. package/README.md +4 -1
  2. package/logo.svg +8 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # opal-zero
1
+ <div align="center">
2
+ <img src="logo.svg" width="64" alt="OpalZero" />
3
+ <h1>opal-zero</h1>
4
+ </div>
2
5
 
3
6
  TypeScript SDK for [OpalZero](https://github.com/albertobarnabo/opal-zero-engine) — a self-hosted multi-agent intelligence kernel. Give it a plain-English intent; get back structured results streamed in real time.
4
7
 
package/logo.svg ADDED
@@ -0,0 +1,8 @@
1
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill="#0DD4C6" d="M 59.96,50.87 L 85.86,53.14 A 36,36,0,0,1,70.65,79.49 L 55.74,58.19 A 10,10,0,0,0,59.96,50.87 Z"/>
3
+ <path fill="#5B8FEE" d="M 54.23,59.06 L 65.21,82.63 A 36,36,0,0,1,34.79,82.63 L 45.77,59.06 A 10,10,0,0,0,54.23,59.06 Z"/>
4
+ <path fill="#9B68F0" d="M 44.26,58.19 L 29.35,79.49 A 36,36,0,0,1,14.14,53.14 L 40.04,50.87 A 10,10,0,0,0,44.26,58.19 Z"/>
5
+ <path fill="#0DD4C6" d="M 40.04,49.13 L 14.14,46.86 A 36,36,0,0,1,29.35,20.51 L 44.26,41.81 A 10,10,0,0,0,40.04,49.13 Z"/>
6
+ <path fill="#5B8FEE" d="M 45.77,40.94 L 34.79,17.37 A 36,36,0,0,1,65.21,17.37 L 54.23,40.94 A 10,10,0,0,0,45.77,40.94 Z"/>
7
+ <path fill="#9B68F0" d="M 55.74,41.81 L 70.65,20.51 A 36,36,0,0,1,85.86,46.86 L 59.96,49.13 A 10,10,0,0,0,55.74,41.81 Z"/>
8
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opal-zero",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "TypeScript client SDK for the OpalZero Intelligence Kernel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",