mirror of
https://github.com/Narcooo/inkos.git
synced 2026-09-01 15:08:51 +08:00
28e7b557f3
# Conflicts: # packages/core/src/agent/agent-session.ts # packages/core/src/agent/agent-tools.ts # packages/core/src/interaction/action-envelope.ts # packages/core/src/interaction/session.ts # packages/studio/src/api/server.ts # packages/studio/src/components/chat/ToolExecutionSteps.tsx # packages/studio/src/pages/ChatPage.tsx
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "@actalk/inkos-core",
|
|
"version": "1.5.0",
|
|
"description": "InkOS core engine for story creation agents: governed context, writing, audit, revision, covers, and interactive worlds",
|
|
"keywords": [
|
|
"story-creation-ai-agent",
|
|
"story-agent",
|
|
"ai-novel-writing",
|
|
"ai-writing-agent",
|
|
"novel-generator",
|
|
"interactive-fiction",
|
|
"ip-content",
|
|
"continuity-audit",
|
|
"style-cloning",
|
|
"ai-fiction",
|
|
"creative-writing-ai",
|
|
"llm-agent",
|
|
"zod-validation"
|
|
],
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./interactive-film/evaluator": {
|
|
"types": "./dist/interactive-film/evaluator.d.ts",
|
|
"import": "./dist/interactive-film/evaluator.js"
|
|
},
|
|
"./interactive-film/graph-schema": {
|
|
"types": "./dist/interactive-film/graph-schema.d.ts",
|
|
"import": "./dist/interactive-film/graph-schema.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/__tests__",
|
|
"genres"
|
|
],
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Narcooo/inkos.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"scripts": {
|
|
"prepack": "node ../../scripts/prepare-package-for-publish.mjs",
|
|
"postpack": "node ../../scripts/restore-package-json.mjs",
|
|
"prepublishOnly": "node ../../scripts/verify-no-workspace-protocol.mjs .",
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@mariozechner/pi-agent-core": "^0.67.1",
|
|
"@mariozechner/pi-ai": "^0.67.1",
|
|
"@sinclair/typebox": "^0.34.49",
|
|
"dotenv": "^16.4.0",
|
|
"epub-gen-memory": "^1.0.10",
|
|
"js-yaml": "^4.1.1",
|
|
"undici": "6.21.3",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"typescript": "^5.8.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|