art-framework 0.4.2 → 0.4.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 +4 -3
- package/dist/index.cjs +43 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +54 -290
- package/dist/index.d.ts +54 -290
- package/dist/index.js +43 -26
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
# ✨ ART: Agentic Runtime Framework (beta) <img src="https://img.shields.io/badge/Version-v0.4.3-blue" alt="Version 0.4.3">
|
|
2
4
|
|
|
3
5
|
<p align="center">
|
|
4
6
|
<img src="docs/art-logo.jpeg" alt="ART Framework Logo" width="200"/>
|
|
@@ -163,7 +165,6 @@ initializeAndRun().catch(console.error);
|
|
|
163
165
|
* **[How-To Guides](./docs/how-to):** Practical guides for specific tasks, such as [Customizing the Agent's Persona](./docs/how-to/customizing-agent-persona.md).
|
|
164
166
|
* **[API Reference](./docs/components):** Auto-generated API documentation.
|
|
165
167
|
* **[Examples](./examples):** Find practical examples, including a full React chatbot implementation.
|
|
166
|
-
* **[Changelog](./CHANGELOG.md):** See the history of changes and updates.
|
|
167
168
|
|
|
168
169
|
## Contributing
|
|
169
170
|
|
|
@@ -171,4 +172,4 @@ Contributions are welcome! Please refer to the [Contributing Guide](./CONTRIBUTI
|
|
|
171
172
|
|
|
172
173
|
## License
|
|
173
174
|
|
|
174
|
-
ART Framework is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
175
|
+
ART Framework is released under the [MIT License](https://opensource.org/licenses/MIT).
|