{ "name": "agent-sdk-wrapper", "version": "0.0.1", "private": true, "description": "Direct Anthropic Agent SDK integration with TypeAgent caching support", "homepage": "https://github.com/microsoft/TypeAgent#readme", "repository": { "type": "git", "url": "https://github.com/microsoft/TypeAgent.git", "directory": "ts/packages/agentSdkWrapper" }, "license": "MIT", "author": "Microsoft", "type": "module", "exports": { ".": "./dist/index.js" }, "types": "./dist/index.d.ts", "bin": { "agent-sdk-wrapper": "./dist/cli.js", "generate-grammar": "./dist/generate-grammar-cli.js" }, "scripts": { "build": "npm run tsc", "clean": "rimraf --glob dist *.tsbuildinfo *.done.build.log", "cli": "node dist/cli.js", "prettier": "prettier --check . --ignore-path ../../.prettierignore", "prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", "start": "node dist/cli.js", "tsc": "tsc -b" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.150", "@anthropic-ai/sdk": "^0.93.0", "@modelcontextprotocol/sdk": "^1.26.0", "@typeagent/action-grammar": "workspace:*", "@typeagent/action-schema": "workspace:*", "@typeagent/aiclient": "workspace:*", "@typeagent/config": "workspace:*", "agent-cache": "workspace:*", "coder-wrapper": "workspace:*", "dotenv": "^16.4.5", "form-data": "^4.0.6", "mic": "^2.1.2", "microsoft-cognitiveservices-speech-sdk": "^1.38.0", "openai": "^4.73.0", "zod": "^4.1.13" }, "devDependencies": { "@types/node": "^22.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "typescript": "~5.4.5" } }