@actalk/inkos 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ export declare function processTuiAgentInput(params: {
18
18
  }[];
19
19
  messages: {
20
20
  content: string;
21
- role: "system" | "user" | "assistant";
21
+ role: "user" | "assistant" | "system";
22
22
  timestamp: number;
23
23
  thinking?: string | undefined;
24
24
  toolExecutions?: {
@@ -1 +1 @@
1
- {"version":3,"file":"agent-input.d.ts","sourceRoot":"","sources":["../../src/tui/agent-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,kBAAkB,EACxB,MAAM,oBAAoB,CAAC;AAI5B,wBAAsB,oBAAoB,CAAC,MAAM,EAAE;IACjD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACrC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C;;;;;;;kBA2G64f,CAAC;yBAA2C,CAAC;kBAAoC,CAAC;;;;;;oBAAkK,CAAC;0BAA4C,CAAC;;;;;;qBAAuM,CAAC;qBAAuC,CAAC;oBAAsC,CAAC;sBAAyD,CAAC;uBAAyC,CAAC;sBAA6B,CAAC;;;;2BAAmJ,CAAC;;;;;;;;;;;;;;;;;;;;iBAA+iB,CAAC;oBAAsC,CAAC;iBAAmC,CAAC;0BAA4C,CAAC;4BAA8C,CAAC;oBAAsC,CAAC;uBAA8C,CAAC;wBAA0C,CAAC;wBAA0C,CAAC;yBAA2C,CAAC;iBAAmC,CAAC;wBAA0C,CAAC;wBAA0C,CAAC;0BAA4C,CAAC;wBAA0C,CAAC;uBAAyC,CAAC;wBAA0C,CAAC;;;;;;yBAA6J,CAAC;;;;kBAAiP,CAAC;yBAA2C,CAAC;sBAAwC,CAAC;;;GAXv5kB"}
1
+ {"version":3,"file":"agent-input.d.ts","sourceRoot":"","sources":["../../src/tui/agent-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,kBAAkB,EACxB,MAAM,oBAAoB,CAAC;AAI5B,wBAAsB,oBAAoB,CAAC,MAAM,EAAE;IACjD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACrC,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C;;;;;;;kBA2Gu9f,CAAC;yBAA2C,CAAC;kBAAoC,CAAC;;;;;;oBAAkK,CAAC;0BAA4C,CAAC;;;;;;qBAAuM,CAAC;qBAAuC,CAAC;oBAAsC,CAAC;sBAAyD,CAAC;uBAAyC,CAAC;sBAA6B,CAAC;;;;2BAAmJ,CAAC;;;;;;;;;;;;;;;;;;;;iBAA+iB,CAAC;oBAAsC,CAAC;iBAAmC,CAAC;0BAA4C,CAAC;4BAA8C,CAAC;oBAAsC,CAAC;uBAA8C,CAAC;wBAA0C,CAAC;wBAA0C,CAAC;yBAA2C,CAAC;iBAAmC,CAAC;wBAA0C,CAAC;wBAA0C,CAAC;0BAA4C,CAAC;wBAA0C,CAAC;uBAAyC,CAAC;wBAA0C,CAAC;;;;;;yBAA6J,CAAC;;;;kBAAiP,CAAC;yBAA2C,CAAC;sBAAwC,CAAC;;;GAXj+kB"}
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@actalk/inkos",
3
- "version": "1.5.0",
4
- "description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking. Supports LitRPG, Progression Fantasy, Isekai, Romantasy, Sci-Fi and more.",
3
+ "version": "1.6.1",
4
+ "description": "Story Creation AI Agent CLI for long-form fiction, InkOS Short, fan works, continuations, covers, and interactive worlds.",
5
5
  "keywords": [
6
+ "story-creation-ai-agent",
7
+ "story-agent",
6
8
  "ai-novel-writing",
7
9
  "ai-writing-agent",
8
10
  "novel-generator",
9
- "autonomous-writing",
11
+ "interactive-fiction",
12
+ "ip-content",
10
13
  "litrpg",
11
14
  "progression-fantasy",
12
15
  "ai-fiction",
13
- "multi-agent",
14
16
  "creative-writing-ai",
15
17
  "novel-writing-tool",
16
18
  "ai-storytelling",
@@ -34,8 +36,8 @@
34
36
  "directory": "packages/cli"
35
37
  },
36
38
  "dependencies": {
37
- "@actalk/inkos-core": "1.5.0",
38
- "@actalk/inkos-studio": "1.5.0",
39
+ "@actalk/inkos-core": "1.6.1",
40
+ "@actalk/inkos-studio": "1.6.1",
39
41
  "commander": "^13.0.0",
40
42
  "dotenv": "^16.4.0",
41
43
  "epub-gen-memory": "^1.0.10",