tutti AGENTS.md

tutti AGENTS.md is an instructions file for Codex, OpenCode from tutti-os/tutti. It costs 2,302 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Tutti, a local-first desktop monorepo: one project containing its desktop app, daemon, agent core, clients, and shared configuration.

In plain words
What is it for?
Use them when changing the desktop app, background service, agent host, connectors, session replay, or other packages.
Why use it?
They clarify which part owns each piece of logic and help prevent duplicate business code or poorly defined packages.

Instructions file for CodexOpenCode

About the project

Tutti is a real-time collaboration space where people can work alongside multiple AI agents, including by sharing rooms, editing together, and borrowing agents. It is intended for users who want human-agent or multi-agent collaboration across devices, with open-source and VM versions available. The catalogue entries provide skills and instructions for working with Tutti.

tutti-os/tutti · 3,684 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/tutti-os/tutti/agents-md
Clone the repo
git clone --depth 1 https://github.com/tutti-os/tutti

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tutti AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tutti-os/tutti/agents-md.svg)](https://agentmods.dev/instructions/tutti-os/tutti/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tutti-os/tutti/agents-md"><img src="https://agentmods.dev/badge/instructions/tutti-os/tutti/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,302 This file is loaded in full into every session.
When invoked 2,302 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02302 $0.02302
Opus 5 $0.01151 $0.01151
Sonnet 5 $0.00460 $0.00460
Haiku 4.5 $0.00230 $0.00230

Measured 5d ago against content hash cd869a819816, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tutti AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Shape

tutti is a local-first desktop monorepo.

  • services/tuttid: daemon product rules, durable local state, HTTP/query, and adapters
  • packages/agent/host: provider-neutral agent lifecycle application core
  • apps/desktop: Electron shell, preload, renderer UI, desktop integration
  • packages/clients/*: generated and hand-written domain clients
  • packages/configs/*: shared TypeScript and formatting config
  • config: sources used to generate runtime defaults

Keep daemon/product-specific business logic in services/tuttid; keep extracted cross-consumer application cores in their owning package. Do not let apps/desktop become a second business core. Do not create vague packages such as shared, common, utils, or client-sdk.

Routing

Read the closest AGENTS.md before editing:

  • apps/desktop/* -> apps/desktop/AGENTS.md
  • services/tuttid/* -> services/tuttid/AGENTS.md
  • packages/agent/gui/* -> packages/agent/gui/AGENTS.md
  • packages/connector/* -> packages/connector/AGENTS.md
  • packages/agent/session-replay/* -> packages/agent/session-replay/AGENTS.md
  • packages/ui/* -> packages/ui/AGENTS.md
  • packages/* -> packages/AGENTS.md

Use this root file for repository-wide defaults only. Area-specific files win.

Route agent application-core requests to packages/agent/host first. If a request mentions agent session, turn, goal, or runtime-operation lifecycle, creation, resume, send, cancel, recovery, or the agent host boundary, read packages/agent/host/README.md and the Agent Host Boundary section below before planning or editing, then the nearest area AGENTS.md.

Also route by module name, not only by path. If a request mentions AgentGUI, AgentGuiNode, Agent GUI, the agent conversation module, agent composer, workspace agent timeline, agent approvals, or interactive agent prompts, read docs/architecture/agent-gui-node.md first, then packages/agent/gui/AGENTS.md, before planning or editing, even when no file path is supplied.

Read the full file on GitHub · 187 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 187 lines · 2,302 tokens per session scan A cd869a819816

Subscribe to this mod's changes

tutti AGENTS.md is an instructions file published in the GitHub repository tutti-os/tutti (3,684 stars, last pushed 2d ago), licensed Apache-2.0. It adds 2,302 tokens to every session, about $0.0115 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.