@agentica/rpc
Version:
Agentic AI Library specialized in LLM Function Calling
63 lines • 1.38 kB
JSON
{
"name": "@agentica/rpc",
"version": "0.45.1",
"description": "Agentic AI Library specialized in LLM Function Calling",
"author": "Wrtn Technologies",
"license": "MIT",
"homepage": "https://wrtnlabs.io/agentica",
"repository": {
"type": "git",
"url": "https://github.com/wrtnlabs/agentica"
},
"bugs": {
"url": "https://github.com/wrtnlabs/agentica/issues"
},
"keywords": [
"openai",
"chatgpt",
"anthropic",
"claude",
"ai",
"chatbot",
"nestia",
"swagger",
"openapi"
],
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"LICENSE",
"README.md",
"lib",
"package.json",
"src"
],
"peerDependencies": {
"@agentica/core": "^0.45.1"
},
"dependencies": {
"typia": "^12.0.1",
"@agentica/core": "^0.45.1"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@samchon/shopping-api": "^0.17.0",
"@types/node": "^25.3.0",
"rimraf": "^6.0.1",
"rollup": "^4.34.8",
"ts-patch": "^3.3.0",
"typedoc": "^0.27.7",
"typescript": "~5.9.3"
},
"scripts": {
"build": "rimraf lib && tsc && rollup -c",
"dev": "rimraf lib && tsc --watch",
"lint": "eslint .",
"format": "eslint --fix ."
},
"module": "lib/index.mjs",
"typings": "lib/index.d.ts"
}