miyabi-agent-sdk
Version:
Miyabi Autonomous Agent SDK - 7 Agents based on Shikigaku Theory with 100% cost reduction mode
64 lines (63 loc) • 1.53 kB
JSON
{
"name": "miyabi-agent-sdk",
"version": "0.1.0-alpha.1",
"description": "Miyabi Autonomous Agent SDK - 7 Agents based on Shikigaku Theory with 100% cost reduction mode",
"main": "dist/index.js",
"type": "module",
"bin": {
"miyabi": "./dist/cli/miyabi.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest",
"test:e2e": "node dist/e2e/run-e2e-tests.js",
"test:e2e:real": "node dist/e2e/run-e2e-real.js",
"lint": "echo 'Lint skipped (ESLint not installed for Alpha release)'"
},
"keywords": [
"ai",
"agent",
"autonomous",
"coding-agent",
"github",
"anthropic",
"claude",
"shikigaku",
"multi-agent",
"workflow",
"automation",
"code-generation",
"code-review"
],
"author": "Shunsuke Hayashi",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ShunsukeHayashi/codex.git",
"directory": "codex-miyabi/packages/miyabi-agent-sdk"
},
"homepage": "https://github.com/ShunsukeHayashi/codex/tree/main/codex-miyabi/packages/miyabi-agent-sdk#readme",
"bugs": {
"url": "https://github.com/ShunsukeHayashi/codex/issues"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.30.0",
"@octokit/rest": "^20.0.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
},
"engines": {
"node": ">=22.0.0"
},
"files": [
"dist",
"LICENSE",
"NOTICE",
"README.md",
"CHANGELOG.md"
]
}