art-framework 0.3.2 → 0.3.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.
- package/README.md +1 -1
- package/dist/index.cjs +18 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +467 -12
- package/dist/index.d.ts +467 -12
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
# ✨ ART: Agentic Runtime Framework <img src="https://img.shields.io/badge/Version-v0.3.
|
|
3
|
+
# ✨ ART: Agentic Runtime Framework <img src="https://img.shields.io/badge/Version-v0.3.3-blue" alt="Version 0.3.3">
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<img src="docs/art-logo.jpeg" alt="ART Framework Logo" width="200"/>
|