@agentica/rpc 0.10.3 → 0.10.4
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
RPC module of Agentica for WebSocket Communication
|
|
10
10
|
|
|
11
|
-
Agentica is the simplest
|
|
11
|
+
Agentica is the simplest Agentic AI library specialized in **LLM Function Calling**, and `@agentica/rpc` is an RPC (Remote Procedure Call) wrapper module. If you combine the RPC wrapper module with [`TGrid`](https://github.com/samchon/tgrid), you can develop the WebSocket AI Chatbot.
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
14
|
import { IAgenticaRpcListener, IAgenticaRpcService } from "@agentica/rpc";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentica/rpc",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"description": "Agentic AI Library specialized in LLM Function Calling",
|
|
6
6
|
"scripts": {
|
|
@@ -37,9 +37,8 @@
|
|
|
37
37
|
"src"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@agentica/core": "^0.10.
|
|
40
|
+
"@agentica/core": "^0.10.4",
|
|
41
41
|
"@samchon/openapi": "^3.0.0",
|
|
42
|
-
"@samchon/shopping-api": "^0.15.0",
|
|
43
42
|
"chalk": "4.1.2",
|
|
44
43
|
"openai": "^4.80.0",
|
|
45
44
|
"tstl": "^3.0.0",
|
|
@@ -48,6 +47,7 @@
|
|
|
48
47
|
"devDependencies": {
|
|
49
48
|
"@rollup/plugin-terser": "^0.4.4",
|
|
50
49
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
50
|
+
"@samchon/shopping-api": "^0.16.0",
|
|
51
51
|
"@types/node": "^22.13.4",
|
|
52
52
|
"rimraf": "^6.0.1",
|
|
53
53
|
"rollup": "^4.34.8",
|