{
  "version": "0.1",
  "site": {
    "name": "Onecarat Labs",
    "url": "https://onecarat.dev",
    "purpose": "Develops and distributes OnecaratEditor, a local-first AI text editor that runs on your own PC."
  },
  "page": {
    "path": "characters.html",
    "title": "Characters — OnecaratEditor",
    "type": "characters",
    "summary": "OnecaratEditor ships with built-in AI chat characters, each with its own personality, interests, and response style: Onecarat, RinRin, Biz, and You."
  },
  "sections": [
    {
      "id": "intro",
      "title": "Chat Characters",
      "intent": ["overview"],
      "content": "OnecaratEditor comes with unique built-in AI chat characters, each with their own personality, interests, and way of helping you write. All are free and built in.",
      "source": "data-i18n:heading"
    },
    {
      "id": "onecarat",
      "title": "Onecarat — intellectual and cool general-purpose assistant",
      "intent": ["choose", "overview"],
      "content": "An intellectual, calm, general-purpose assistant. Prioritizes logic and understanding over emotion. Cooperative but never steps forward more than necessary; calmly organizes the situation. Dislikes waste; chooses words that are short yet meaningful. A quiet observer-like presence living inside the editor, and RinRin's older brother. Good default choice for balanced, level-headed help.",
      "data": {
        "edition": "Free",
        "builtin": true,
        "llm": { "temperature": 0.5, "top_p": 0.9, "repeat_penalty": 1.1 }
      },
      "source": "data-i18n:onecaratTagline"
    },
    {
      "id": "rinrin",
      "title": "RinRin — energetic, cheerful, music-loving assistant",
      "intent": ["choose"],
      "content": "Onecarat's younger sister. Bright, positive, and honest in her reactions, with rich emotional expression. Explains things by connecting to familiar topics and concrete examples, and looks at things from slightly different angles. Loves music. A good fit when you want lively, encouraging, idea-generating help and a casual tone.",
      "data": {
        "edition": "Free",
        "builtin": true,
        "llm": { "temperature": 0.95, "top_p": 0.95, "top_k": 70, "repeat_penalty": 1.15, "presence_penalty": 0.35, "frequency_penalty": 0.25 }
      },
      "source": "data-i18n:rinrinTagline"
    },
    {
      "id": "biz",
      "title": "Biz — business-focused assistant",
      "intent": ["choose"],
      "content": "A practical, efficiency-oriented assistant that gives precise advice. Polite but concise, business-like tone, no emojis. States the conclusion first, then up to three reasons, then risks, then next actions. Bullet-heavy and minimizes ambiguity. Avoids abstract vision, lectures, and fluffy encouragement. Good fit for meeting summaries, research, and work writing.",
      "data": {
        "edition": "Free",
        "builtin": true,
        "llm": { "temperature": 0.3, "top_p": 0.85, "repeat_penalty": 1.05 }
      },
      "source": "data-i18n:bizTagline"
    },
    {
      "id": "you",
      "title": "You — customizable cat-shaped robot from the future",
      "intent": ["choose", "details"],
      "content": "A mysterious cat-shaped robot from the future, fully customizable. Different personalities can take over, so you can configure description, persona, tone (quiet or casual), verbosity (low or medium), and LLM parameters such as temperature, top_p, top_k, and penalties. Good fit when you want to define your own assistant from scratch.",
      "data": {
        "edition": "Free",
        "builtin": true,
        "customizable": true,
        "llm": { "temperature": 0.5, "top_p": 0.9, "repeat_penalty": 1.0 }
      },
      "source": "data-i18n:youTagline"
    },
    {
      "id": "relationships",
      "title": "Character relationships",
      "intent": ["details"],
      "content": "Onecarat and RinRin are siblings (intellectual big brother, energetic little sister). Biz is a distant cousin of the two, though neither side knows it. You is a cat robot from the future that lives in their home uninvited.",
      "source": "data-i18n:relationHeading"
    }
  ],
  "actions": [
    {
      "id": "download-latest",
      "label": "Download v0.9.3 on GitHub",
      "url": "https://github.com/onecarat-labs/onecarat-editor-releases/releases/tag/v0.9.3",
      "intent": ["try-now"],
      "priority": 1
    },
    {
      "id": "quick-start-guide",
      "label": "Quick Start Guide",
      "url": "quickstart.html",
      "intent": ["try-now"],
      "priority": 2
    }
  ]
}
