Skip to content

iritec/agent-sin

Repository files navigation

Agent-Sin logo

Agent-Sin

A safer, more reliable
program-driven personal AI agent.

Website · Docs · Quick Start


Agent-Sin freezes daily work into small Program Skills instead of letting an LLM reinterpret every task. Conversation is handled by an LLM at the entrance; execution is delegated to verified programs.

Design inspired by openclaw/openclaw.

Why program-driven

Traditional AI agent Agent-Sin
Execution LLM follows steps every time Runs pre-built programs
Speed Bound to inference latency Fast program execution
Stability Output drifts run to run Same input, same behavior
Cost Charged per LLM call No LLM cost for skill runs
Safety Unexpected actions are possible Only registered actions run

When a new capability is needed, Build Mode uses Claude Code or Codex to generate a skill. After that it runs the same way — fast, cheap, and predictable.

Highlights

  • Conversation Mode and Build Mode — daily chat stays minimum-privilege; elevated permissions kick in only while authoring or editing a skill.
  • Multi-channel — talk to the same agent from terminal, Discord, or Telegram.
  • Flexible notifications — OS, Discord, Telegram, Slack, and email.
  • Free model mix — pick a light model for chat and a stronger one for skill authoring.
  • Always-on gateway — starts at login and bundles the scheduler with the Discord / Telegram bots.
  • Long-term memory — agent persona, your profile, and daily context persist across sessions.

Install

Requires Node.js 22+ and Python 3. Works on macOS, Linux, and Windows.

macOS / Linux

curl -fsSL https://agent.shingoirie.com/install.sh | bash

Windows (PowerShell)

powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://agent.shingoirie.com/install.ps1 | iex"

If you downloaded install.ps1 first, run it with powershell -NoProfile -ExecutionPolicy Bypass -File .\install.ps1 to avoid Windows' default script policy for that one run.

The installer sets up agent-sin, runs initial setup, and registers a login service. Workspace data lives in ~/.agent-sin/.

Full walkthrough: Getting Started.

Documentation

Also by the author

KingCoding — Claude Code and Codex, in one simple UI. A Mac app that unifies the two coding agents, runs tasks hands-free in King Mode, and lets you check progress from your phone.

License

MIT

About

Program Skill-first personal AI agent OS CLI.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors