Skip to content

MaxLeiter/MaxBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxBot

⚠️ This bot is largely written by AI and has real filesystem, shell, and network access on the machine it runs on. It can read and modify its own source code, execute shell commands, and push to GitHub. Run it on an isolated machine with a dedicated user and review all PRs it opens. Do not give it access to secrets beyond what it needs. ⚠️

A self-programmable IRC bot powered by Claude. It connects to IRC, responds to authorized users, and can modify its own source code, create new skills, and commit changes to persist improvements.

It uses irc-framework and the Claude Agent SDK. Models can be accessed through Anthropic or the Vercel AI Gateway

Quick Start

cp .env.example .env
# fill in ANTHROPIC_BASE_URL, ANTHROPIC_AUTH_TOKEN (or ANTHROPIC_API_KEY)
bun install
bun run src/index.ts

Configuration

Secrets go in .env (API keys, NickServ password). See .env.example.

Runtime settings live in data/settings.json and can be changed via IRC or by editing the file:

{
  "model": "anthropic/claude-sonnet-4.5",
  "channels": ["#bot-testing"],
  "authorizedUsers": ["maxleiter"]
}

Deployment

See DEPLOYMENT.md

About

self-improving LLM-powered IRC bot

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors