UNPKG

@agentica/core

Version:

Agentic AI Library specialized in LLM Function Calling

84 lines 1.98 kB
{ "name": "@agentica/core", "version": "0.31.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", "files": [ "LICENSE", "README.md", "lib", "package.json", "prompts", "src" ], "publishConfig": { "access": "public" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@samchon/openapi": "^4.7.1", "openai": "^5.2.0", "typia": "^9.7.0" }, "peerDependenciesMeta": { "@modelcontextprotocol/sdk": { "optional": true } }, "dependencies": { "@samchon/openapi": "^4.7.1", "tstl": "^3.0.0", "typia": "^9.7.0", "uuid": "^11.0.4" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@nestia/e2e": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@ryoppippi/unplugin-typia": "^2.6.4", "@types/node": "^22.13.9", "@types/uuid": "^10.0.0", "@wrtnlabs/calculator-mcp": "^0.2.1", "openai": "^5.2.0", "rimraf": "^6.0.1", "rollup": "^4.34.8", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", "tstl": "^3.0.0", "typedoc": "^0.27.7", "typescript": "~5.9.2", "vitest": "^3.0.9" }, "scripts": { "build": "rimraf lib && pnpm build:prompt && tsc && rollup -c && node build/post.js", "build:prompt": "node build/prompt.js", "dev": "rimraf lib && tsc --watch", "lint": "eslint .", "format": "eslint --fix .", "test": "vitest" }, "module": "lib/index.mjs", "typings": "lib/index.d.ts" }