AIAny
AI Agent2026
Icon for item

InkOS

Multi-agent workbench for long- and short-form fiction, scriptwriting, interactive narrative games and multilingual translation. Offers Studio/CLI/TUI tools that plan, draft, audit and revise chapters while maintaining structured story state, branching forecasts, cover generation and multi-model routing. Suited for authors and teams automating long-horizon narrative workflows.

Introduction

InkOS addresses a common friction in long-form creative work: maintaining continuity, tooling and review across dozens or hundreds of chapters while using LLMs. Instead of treating each model call as an isolated prompt, InkOS compiles control documents, structured state and a multi-agent pipeline so generation, auditing and revisions become repeatable, auditable steps rather than ad-hoc prompts.

What Sets It Apart
  • Agent-first pipeline: separates Planner, Composer, Writer, Auditor and Reviser agents so each stage (plan → compose → write → audit → revise) has explicit inputs, traces and state snapshots rather than opaque single-shot prompts.
  • Structured story state: keeps Zod-validated JSON state, human-readable Markdown projections and an optional SQLite memory DB to prevent context drift and capture facts, hooks and continuity across chapters.
  • Non-blocking, multi-interface workflow: Studio web UI, TUI and CLI share the same execution surface; long-running production jobs run in background while chat remains responsive and recoverable after restarts.
  • Multimodel routing & integration: built-in model/provider routing (Google, Moonshot/Kimi, MiniMax, OpenRouter, kkaiapi etc.), per-agent model overrides, and cover/image service hooks for end-to-end delivery.
Who It's For & Tradeoffs

Great fit if you need repeatable long-horizon narrative pipelines—authors, small studios or teams that want standardized planning, continuity checks and automated revision loops. Look elsewhere if you only need quick one-off prompts or a lightweight text editor: InkOS adds operational complexity (project config, model keys, agent routing) to get consistency and auditability.

Where It Fits

Positioned between single-call LLM writing tools and full editorial pipelines: it is more opinionated and stateful than a chat UI, but less bespoke than a custom editorial system. Use it when continuity, structured memory and automated audit/revise cycles matter more than minimal setup.

More Items

GitHub
AI Agent2025

JVM framework for authoring agentic flows that mixes LLM-driven prompts with strongly typed domain models and normal code to plan and execute goals. Key features: pluggable planners (GOAP, Utility AI), Spring integration, strong typing, testability, and support for local and cloud LLMs.

GitHub
AI Client2026

Centralizes indexing and management of local AI coding-agent sessions so you can search, view full context, migrate, resume, and restore conversations across agents and devices. Supports extensible local sources, AI summaries, optional Supabase sync, and Skills management.

GitHub
AI Client2024

Orchestrates and coordinates multiple coding agents in a shared, cross-device workspace — preserving context, files, and durable artifacts so teams can run parallel agent workflows without losing intent or state.