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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.