{"id":48601865,"url":"https://github.com/h1ddenpr0cess20/agentirc","last_synced_at":"2026-04-08T22:32:38.308Z","repository":{"id":344684936,"uuid":"1182710586","full_name":"h1ddenpr0cess20/agentirc","owner":"h1ddenpr0cess20","description":"Agentic IRC chatbot using the Responses API","archived":false,"fork":false,"pushed_at":"2026-04-02T23:49:19.000Z","size":84,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T09:53:11.002Z","etag":null,"topics":["agentic","irc","lmstudio","openai","responses-api","xai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h1ddenpr0cess20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-15T21:44:58.000Z","updated_at":"2026-04-02T23:49:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/h1ddenpr0cess20/agentirc","commit_stats":null,"previous_names":["h1ddenpr0cess20/agentirc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/h1ddenpr0cess20/agentirc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Fagentirc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Fagentirc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Fagentirc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Fagentirc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h1ddenpr0cess20","download_url":"https://codeload.github.com/h1ddenpr0cess20/agentirc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h1ddenpr0cess20%2Fagentirc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic","irc","lmstudio","openai","responses-api","xai"],"created_at":"2026-04-08T22:32:37.637Z","updated_at":"2026-04-08T22:32:38.302Z","avatar_url":"https://github.com/h1ddenpr0cess20.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agentirc\n\nAn AI-powered IRC agent built on a minimal async IRC bot framework. Supports multiple LLM providers (OpenAI, xAI, LM Studio) with per-user conversation history, tool use, and encrypted persistence.\n\n## Table of Contents\n\n- [Quick Start](#quick-start)\n- [CLI Options](#cli-options)\n- [Commands](#commands)\n- [Documentation](#documentation)\n- [License](#license)\n\n## Quick Start\n\n```bash\ngit clone \u003crepo-url\u003e\ncd agentirc\ncp .env.example .env\n# Edit .env with your IRC server, nick, and at least one API provider\npip install .\nagentirc\n```\n\nOr with Docker:\n\n```bash\ncp .env.example .env\n# Edit .env\ndocker compose up -d\n```\n\n\u003e **Requirements:** Python 3.10+, `httpx`, and optionally `cryptography` for encrypted history persistence.\n\n## CLI Options\n\n```\nagentirc [options]\n```\n\n| Flag | Description |\n|---|---|\n| `--env-file PATH` | Path to .env file (default: `.env`) |\n| `--debug` | Enable debug logging |\n| `--host HOST` | IRC server hostname (overrides `IRC_HOST`) |\n| `--port PORT` | IRC server port (overrides `IRC_PORT`) |\n| `--nick NICK` | Bot nickname (overrides `IRC_NICK`) |\n| `--channels CHANS` | Comma-separated channels (overrides `IRC_CHANNELS`) |\n| `--tls` | Connect with TLS (overrides `IRC_USE_TLS`) |\n| `--model MODEL` | Default model (overrides `DEFAULT_MODEL`) |\n| `--generate-key` | Generate a Fernet encryption key and exit |\n\nCLI flags override their corresponding environment variables.\n\n## Commands\n\n### User Commands\n\n| Command | Aliases | Description |\n|---|---|---|\n| `!ai \u003cmessage\u003e` | `!chat`, `!ask` | Talk to the AI |\n| `!persona \u003ctext\u003e` | | Set a persona and reintroduce |\n| `!custom \u003cprompt\u003e` | | Set a custom system prompt |\n| `!reset` | | Reset conversation to defaults |\n| `!stock` | | Reset conversation with no system prompt |\n| `!mymodel [name]` | | Show or set your model |\n| `!location \u003cplace\u003e` | | Set your location for contextual answers |\n| `!x \u003cnick\u003e \u003cmessage\u003e` | | Talk as another user |\n\n### Admin Commands\n\n| Command | Description |\n|---|---|\n| `!model [name\\|reset]` | Show/set global default model |\n| `!tools [on\\|off\\|toggle\\|status]` | Enable/disable tool use |\n| `!verbose [on\\|off\\|toggle]` | Toggle verbose mode |\n| `!clear` | Clear all conversation state |\n| `!country [on\\|off\\|status]` | Toggle search country filtering |\n| `!join \u003c#channel\u003e` | Join a channel |\n| `!part [#channel] [reason]` | Leave a channel |\n\nBuilt-in IRC commands (`!ping`, `!time`, `!help`) are also available.\n\n## Documentation\n\n- [docs/configuration.md](docs/configuration.md) -- IRC and AI provider configuration\n- [docs/commands.md](docs/commands.md) -- command registry and decorator API\n- [docs/extending.md](docs/extending.md) -- subclassing IRCBot, event hooks\n- [docs/ai-agent.md](docs/ai-agent.md) -- AI agent architecture, providers, tools, and history\n- [docs/ai-output-disclaimer.md](docs/ai-output-disclaimer.md) -- AI output disclaimer and conditions of use\n- [docs/not-a-companion.md](docs/not-a-companion.md) -- project scope and intended use\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1ddenpr0cess20%2Fagentirc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh1ddenpr0cess20%2Fagentirc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh1ddenpr0cess20%2Fagentirc/lists"}