art-framework 0.3.8 → 0.3.9
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 +4 -1
- package/dist/index.cjs +51 -60
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -57
- package/dist/index.d.ts +8 -57
- package/dist/index.js +51 -60
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
# ✨ ART: Agentic Runtime Framework <img src="https://img.shields.io/badge/Version-v0.3.
|
|
3
|
+
# ✨ ART: Agentic Runtime Framework (beta) <img src="https://img.shields.io/badge/Version-v0.3.9-red" alt="Version 0.3.9-beta">
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<img src="docs/art-logo.jpeg" alt="ART Framework Logo" width="200"/>
|
|
7
7
|
</p>
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="docs/art-banner.png" alt="ART Framework Overview" width="100%"/>
|
|
10
|
+
</p>
|
|
8
11
|
|
|
9
12
|
**ART is a powerful, modular, and browser-first TypeScript framework for building sophisticated LLM-powered agents capable of complex reasoning, planning, and tool usage.**
|
|
10
13
|
|