Tailored AI

An agent that runs on your schedule, with your tools.

Tailored AI runs LLM agents with cron, shell, files, calendars, and channels that meet you where you are. Local-first. Bring your own model.

$ npm install -g @tailored-ai/cli
$ tai -m "What changed in this repo today?"

Six things TAI does that a chat box doesn't.

A configurable agent runtime, not a wrapper around someone else's chatbot.

Runs on a schedule

Cron jobs invoke agents at any cadence. Sweep your inbox every four hours. Generate a standup at 8am. Run a workflow when a file lands in a folder.

Named agents

Define a researcher, a coder, and a planner, each with its own model, tools, and instructions. The agent loop picks based on which one you call.

20+ built-in tools

Shell, file I/O, web fetch and search, browser automation, Gmail, Calendar, Drive, project tasks, memory, delegation. Add more from YAML.

One agent, many surfaces

Talk to it in a terminal. DM it on Discord. POST to its HTTP API. Sessions live in SQLite, so what you start in one place picks up in another.

Bring your own model

Ollama, vLLM, LM Studio, OpenAI, Anthropic, anything OpenAI-compatible. Switch per agent. Local for prototyping, cloud for production.

Extend without forking

Wrap any shell command as a tool in YAML. Write TypeScript tools when you need state. Plugins ship as npm packages (v0.2).

Five minutes to a working agent.

One npm install. A 20-line config. The quick start walks the rest.