@agentica/chat 0.21.0 → 0.23.0

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/src/README.md DELETED
@@ -1,28 +0,0 @@
1
- # Agentica Chat Application
2
-
3
- [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wrtnlabs/agentica/blob/master/LICENSE)
4
- [![npm version](https://img.shields.io/npm/v/@agentica/chat.svg)](https://www.npmjs.com/package/@agentica/chat)
5
- [![Downloads](https://img.shields.io/npm/dm/@agentica/chat.svg)](https://www.npmjs.com/package/@agentica/chat)
6
- [![Build Status](https://github.com/wrtnlabs/agentica/workflows/build/badge.svg)](https://github.com/wrtnlabs/agentica/actions?query=workflow%3Abuild)
7
-
8
- A frontend application of Agentica chatbot for rapid demonstration.
9
-
10
- This is not for final production, but just for demonstration. So please do not use this package globally. You have to utilize this package only for the internal demonstration.
11
-
12
- <!-- eslint-skip -->
13
-
14
- ```tsx
15
- import { Agentica } from "@agentica/core";
16
- import { AgenticaChatApplication } from "@agentica/chat";
17
- import typia from "typia";
18
-
19
- const agent = new Agentica({ ... });
20
- ReactDOM.render(
21
- <AgenticaChatApplication agent={agent} />,
22
- document.body,
23
- );
24
- ```
25
-
26
- > https://github.com/user-attachments/assets/01604b53-aca4-41cb-91aa-3faf63549ea6
27
- >
28
- > Demonstration video of Shopping AI Chatbot