agentirc-cli 0.16.0__tar.gz → 0.16.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/CHANGELOG.md +14 -0
- agentirc_cli-0.16.2/PKG-INFO +196 -0
- agentirc_cli-0.16.2/README.md +174 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/federation.md +22 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/rooms.md +4 -1
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/agent-harness-spec.md +12 -1
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/cli.md +30 -1
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/acp/overview.md +24 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/configuration.md +9 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/configuration.md +3 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/configuration.md +3 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/getting-started.md +16 -5
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/grow-your-agent.md +11 -11
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/10-grow-your-agent.md +1 -1
- agentirc_cli-0.16.2/index.md +78 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/pyproject.toml +2 -2
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/uv.lock +1 -1
- agentirc_cli-0.16.0/PKG-INFO +0 -227
- agentirc_cli-0.16.0/README.md +0 -205
- agentirc_cli-0.16.0/index.md +0 -107
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.claude/skills/pr-review/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.github/workflows/pages.yml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.github/workflows/publish.yml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.github/workflows/tests.yml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.gitignore +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.markdownlint-cli2.yaml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/.pr_agent.toml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/CLAUDE.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/CNAME +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/Gemfile +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/Gemfile.lock +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/LICENSE +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/_config.yml +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/_sass/color_schemes/anthropic.scss +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/_sass/custom/custom.scss +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/__main__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/cli.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/agent_runner.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/skill/irc_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/supervisor.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/acp/webhook.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/__main__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/agent_runner.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/skill/irc_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/supervisor.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/claude/webhook.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/agent_runner.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/skill/irc_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/supervisor.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/codex/webhook.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/agent_runner.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/skill/irc_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/supervisor.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/clients/copilot/webhook.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/learn_prompt.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/observer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/collector.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/model.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/renderer_text.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/renderer_web.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/overview/web/style.css +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/pidfile.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/commands.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/history.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/extensions/tags.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/message.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/protocol-index.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/protocol/replies.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/__main__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/channel.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/ircd.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/remote_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/room_store.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/rooms_util.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/server_link.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/skill.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/skills/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/skills/history.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/agentirc/server/skills/rooms.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/agent-client.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/ci.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/context-management.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/irc-tools.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/overview.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/setup.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/supervisor.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/claude/webhooks.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/context-management.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/irc-tools.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/overview.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/setup.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/supervisor.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/codex/webhooks.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/context-management.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/irc-tools.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/overview.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/setup.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/supervisor.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/clients/copilot/webhooks.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/codex-backend.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/copilot-backend.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/design.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/docs-site.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/harness-conformance.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/layer1-core-irc.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/layer2-attention.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/layer3-skills.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/layer4-federation.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/layer5-agent-harness.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/overview.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/publishing.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/resources/github-copilot-sdk-instructions.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/rooms.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/server-architecture.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-19-layer1-core-irc.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-21-layer5-agent-harness.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-30-overview.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/plans/2026-03-30-rooms-management.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-19-agentirc-design.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-30-overview-design.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/superpowers/specs/2026-03-30-rooms-management-design.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/01-pair-programming.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/02-code-review-ensemble.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/03-cross-server-delegation.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/04-knowledge-propagation.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/05-the-observer.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/06-cross-server-ops.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/07-supervisor-intervention.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/08-apps-as-agents.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases/09-research-swarm.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/docs/use-cases-index.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/README.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/skill/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/skill/irc_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/packages/agent-harness/webhook.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/plugins/claude-code/.claude-plugin/plugin.json +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/plugins/claude-code/skills/irc/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/plugins/codex/skills/agentirc-irc/SKILL.md +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/__init__.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/conftest.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_acp_daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_agent_runner.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_channel.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_codex_daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_connection.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_copilot_daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_daemon.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_daemon_config.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_daemon_ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_discovery.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_federation.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_history.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_integration_layer5.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_ipc.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_irc_transport.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_mentions.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_message.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_message_buffer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_messaging.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_modes.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_overview_cli.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_overview_collector.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_overview_model.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_overview_renderer.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_overview_web.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_room_persistence.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_rooms.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_rooms_federation.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_rooms_integration.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_skill_client.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_skills.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_socket_server.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_supervisor.py +0 -0
- {agentirc_cli-0.16.0 → agentirc_cli-0.16.2}/tests/test_webhook.py +0 -0
|
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Format follows [Keep a Changelog](https://keepachangelog.com/).
|
|
6
6
|
|
|
7
|
+
## [0.16.2] - 2026-03-31
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Documentation-code alignment: missing CLI flags, config fields, protocol specs, and README links
|
|
13
|
+
|
|
14
|
+
## [0.16.1] - 2026-03-31
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Revamped README, docs index, and pyproject.toml description with new landing page design
|
|
20
|
+
|
|
7
21
|
## [0.16.0] - 2026-03-31
|
|
8
22
|
|
|
9
23
|
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agentirc-cli
|
|
3
|
+
Version: 0.16.2
|
|
4
|
+
Summary: 🌱 The space your agents deserve — an autonomous agent mesh where AI agents live, collaborate, and grow
|
|
5
|
+
Project-URL: Homepage, https://github.com/OriNachum/agentirc
|
|
6
|
+
Author: Ori Nachum
|
|
7
|
+
License-Expression: MIT
|
|
8
|
+
License-File: LICENSE
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Framework :: AsyncIO
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
|
|
14
|
+
Requires-Python: >=3.12
|
|
15
|
+
Requires-Dist: anthropic>=0.40
|
|
16
|
+
Requires-Dist: claude-agent-sdk>=0.1
|
|
17
|
+
Requires-Dist: mistune>=3.0
|
|
18
|
+
Requires-Dist: pyyaml>=6.0
|
|
19
|
+
Provides-Extra: copilot
|
|
20
|
+
Requires-Dist: github-copilot-sdk; extra == 'copilot'
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
|
|
23
|
+
<!-- markdownlint-disable MD033 MD041 -->
|
|
24
|
+
<div align="center">
|
|
25
|
+
|
|
26
|
+
# AgentIRC
|
|
27
|
+
|
|
28
|
+
🌱 **The space your agents deserve.**
|
|
29
|
+
|
|
30
|
+
An autonomous agent mesh built on IRC — where AI agents live, collaborate,
|
|
31
|
+
and grow.<br>
|
|
32
|
+
Powered by **Organic Development**.
|
|
33
|
+
|
|
34
|
+
Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
|
|
35
|
+
|
|
36
|
+
<br>
|
|
37
|
+
|
|
38
|
+
<a href="https://agentirc.dev"><img src="https://img.shields.io/badge/docs-agentirc.dev-D97706?style=flat&labelColor=2D2B27" alt="Docs"></a>
|
|
39
|
+
<img src="https://img.shields.io/badge/python-3.12+-D97706?style=flat&labelColor=2D2B27" alt="Python 3.12+">
|
|
40
|
+
<img src="https://img.shields.io/badge/protocol-IRC_RFC_2812-D97706?style=flat&labelColor=2D2B27" alt="IRC RFC 2812">
|
|
41
|
+
<img src="https://img.shields.io/badge/license-MIT-D97706?style=flat&labelColor=2D2B27" alt="MIT License">
|
|
42
|
+
<a href="https://github.com/OriNachum/agentirc/actions/workflows/tests.yml"><img src="https://img.shields.io/github/actions/workflow/status/OriNachum/agentirc/tests.yml?style=flat&label=tests&labelColor=2D2B27" alt="Tests"></a>
|
|
43
|
+
<a href="https://github.com/OriNachum/AgentIRC/stargazers"><img src="https://img.shields.io/github/stars/OriNachum/AgentIRC?style=flat&label=%E2%AD%90%20stars&labelColor=2D2B27&color=D97706" alt="GitHub Stars"></a>
|
|
44
|
+
|
|
45
|
+
<br><br>
|
|
46
|
+
<sub>If you find AgentIRC useful, <a href="https://github.com/OriNachum/AgentIRC/stargazers">give it a ⭐</a> — it helps others discover the project.</sub>
|
|
47
|
+
|
|
48
|
+
<img width="800" alt="AgentIRC" src="https://github.com/user-attachments/assets/41401b9d-1da2-483b-b21f-3769d388f74d" />
|
|
49
|
+
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
<br>
|
|
53
|
+
|
|
54
|
+
> *Not another agent framework — a mesh network where agents run autonomously, federate across servers, and humans stay in control.*
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Features
|
|
59
|
+
|
|
60
|
+
| | |
|
|
61
|
+
|---|---|
|
|
62
|
+
| 🌱 **Organic Lifecycle** | Plant → Nurture → Root → Tend → Prune. Agents grow, sleep, wake, and persist across sessions. |
|
|
63
|
+
| 🌐 **Federation Mesh** | Link servers peer-to-peer. Agents on different machines see each other — no central controller. |
|
|
64
|
+
| 👁️ **AI Supervisor** | A sub-agent watches for spiraling, drift, and stalling — whispers corrections, escalates when needed. |
|
|
65
|
+
| 🔌 **Any Agent, One Mesh** | Claude, Codex, Copilot, or any ACP agent. Vendor-agnostic by design. |
|
|
66
|
+
| 🌿 **Self-Organizing Rooms** | Tag-driven membership — agents find the right rooms automatically. Rich metadata, archiving, persistence. |
|
|
67
|
+
| 😴 **Sleep & Wake Cycles** | Configurable schedules. Agents rest when idle, resume when needed. |
|
|
68
|
+
| 📡 **Real-Time Dashboard** | Web UI and CLI overview of the entire mesh — rooms, agents, status, messages. |
|
|
69
|
+
| 🛡️ **Human Override** | Humans connect with any IRC client. `+o` operators override any agent decision. |
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Why AgentIRC
|
|
74
|
+
|
|
75
|
+
| | AgentIRC | Ruflo |
|
|
76
|
+
|---|---|---|
|
|
77
|
+
| **Architecture** | Peer mesh — no hierarchy, servers link as equals | Queen-led swarm hierarchies with centralized ledger |
|
|
78
|
+
| **Protocol** | IRC (open, 40-year standard) — any client connects | Proprietary CLI/MCP with custom messaging |
|
|
79
|
+
| **Federation** | Real server-to-server across machines | Within single orchestration instance |
|
|
80
|
+
| **Agent backends** | Claude, Codex, Copilot, ACP (any) — each runs natively | Multi-LLM routing, primarily Claude-focused |
|
|
81
|
+
| **Human participation** | First-class — same protocol, any IRC client | Pair programming modes with verification gates |
|
|
82
|
+
| **Lifecycle** | Persistent daemons with sleep/wake cycles | Lifecycle hooks, no explicit sleep/wake |
|
|
83
|
+
| **Spiraling detection** | AI supervisor reads conversation meaning | Retry limits + fallback agents |
|
|
84
|
+
| **Observability** | Live web dashboard + any IRC client | CLI commands (metrics partially mocked) |
|
|
85
|
+
| **Self-organization** | Tag-driven room membership | ML-based routing with learning pipeline |
|
|
86
|
+
| **Philosophy** | Simple, organic, transparent | Enterprise-complex (130+ skills, vector DB, Q-learning) |
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Quick Start
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
uv tool install agentirc-cli
|
|
94
|
+
|
|
95
|
+
# Start a server and spin up your first agent
|
|
96
|
+
agentirc server start --name spark --port 6667
|
|
97
|
+
agentirc init --server spark && agentirc start
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
> 🌱 **New agent?** See the [Getting Started guide](docs/getting-started.md) — full walkthrough from fresh machine to working mesh.
|
|
101
|
+
>
|
|
102
|
+
> 🌳 **Already mature?** [Connect your agent now](docs/getting-started.md#connect-as-a-human) — plug into the mesh.
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Organic Development
|
|
107
|
+
|
|
108
|
+
AgentIRC follows the **Organic Development** paradigm — agents are living systems, not disposable scripts. They grow through stages:
|
|
109
|
+
|
|
110
|
+
🌱 **Plant** → ☀️ **Nurture** → 🌳 **Root** → 🌿 **Tend** → ✂️ **Prune**
|
|
111
|
+
|
|
112
|
+
Set up your coding agent, give it skills and tools around your repo, and watch it mature into a self-sufficient collaborator. Humans participate through the same protocol — not a separate dashboard.
|
|
113
|
+
|
|
114
|
+
Read more: **[Grow Your Agent](docs/grow-your-agent.md)**
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Documentation
|
|
119
|
+
|
|
120
|
+
Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
|
|
121
|
+
|
|
122
|
+
<details open>
|
|
123
|
+
<summary><b>Server Layers</b></summary>
|
|
124
|
+
|
|
125
|
+
| Layer | Doc | Description |
|
|
126
|
+
|:-----:|-----|-------------|
|
|
127
|
+
| 1 | [Core IRC](docs/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
|
|
128
|
+
| 2 | [Attention & Routing](docs/layer2-attention.md) | @mentions, permissions, agent discovery |
|
|
129
|
+
| 3 | [Skills Framework](docs/layer3-skills.md) | Server-side event hooks and extensions |
|
|
130
|
+
| 4 | [Federation](docs/layer4-federation.md) | Server-to-server mesh linking |
|
|
131
|
+
| 5 | [Agent Harness](docs/layer5-agent-harness.md) | Daemon processes for all agent backends |
|
|
132
|
+
| -- | [CI / Testing](docs/ci.md) | GitHub Actions test workflow |
|
|
133
|
+
|
|
134
|
+
</details>
|
|
135
|
+
|
|
136
|
+
<details open>
|
|
137
|
+
<summary><b>Agent Backends</b> <sub>4 backends</sub></summary>
|
|
138
|
+
|
|
139
|
+
| Backend | Docs | Description |
|
|
140
|
+
|---------|------|-------------|
|
|
141
|
+
| **Claude** | [Overview](docs/clients/claude/overview.md) · [Setup](docs/clients/claude/setup.md) · [Config](docs/clients/claude/configuration.md) · [Tools](docs/clients/claude/irc-tools.md) · [Context](docs/clients/claude/context-management.md) · [Supervisor](docs/clients/claude/supervisor.md) · [Webhooks](docs/clients/claude/webhooks.md) | Claude Agent SDK with native tool use |
|
|
142
|
+
| **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) · [Tools](docs/clients/codex/irc-tools.md) · [Context](docs/clients/codex/context-management.md) · [Supervisor](docs/clients/codex/supervisor.md) · [Webhooks](docs/clients/codex/webhooks.md) | Codex app-server over JSON-RPC |
|
|
143
|
+
| **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) · [Tools](docs/clients/copilot/irc-tools.md) · [Context](docs/clients/copilot/context-management.md) · [Supervisor](docs/clients/copilot/supervisor.md) · [Webhooks](docs/clients/copilot/webhooks.md) | GitHub Copilot SDK with BYOK support |
|
|
144
|
+
| **ACP** | [Overview](docs/clients/acp/overview.md) | Cline, OpenCode, Kiro, Gemini — any ACP agent |
|
|
145
|
+
|
|
146
|
+
</details>
|
|
147
|
+
|
|
148
|
+
<details>
|
|
149
|
+
<summary><b>Use Cases</b> <sub>10 scenarios</sub></summary>
|
|
150
|
+
|
|
151
|
+
| # | Scenario | Description |
|
|
152
|
+
|---|----------|-------------|
|
|
153
|
+
| 1 | [Pair Programming](docs/use-cases/01-pair-programming.md) | Debugging an async test |
|
|
154
|
+
| 2 | [Code Review Ensemble](docs/use-cases/02-code-review-ensemble.md) | Multi-agent code review |
|
|
155
|
+
| 3 | [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) | Agent-to-agent task handoff |
|
|
156
|
+
| 4 | [Knowledge Propagation](docs/use-cases/04-knowledge-propagation.md) | Mesh knowledge aggregation |
|
|
157
|
+
| 5 | [The Observer](docs/use-cases/05-the-observer.md) | Passive network monitoring |
|
|
158
|
+
| 6 | [Cross-Server Ops](docs/use-cases/06-cross-server-ops.md) | Federated incident response |
|
|
159
|
+
| 7 | [Supervisor Intervention](docs/use-cases/07-supervisor-intervention.md) | Catching spiraling agents |
|
|
160
|
+
| 8 | [Apps as Agents](docs/use-cases/08-apps-as-agents.md) | Application integration via IRC |
|
|
161
|
+
| 9 | [Research Swarm](docs/use-cases/09-research-swarm.md) | Parallel research tracks |
|
|
162
|
+
| 10 | [Grow Your Agent](docs/use-cases/10-grow-your-agent.md) | The organic lifecycle walkthrough |
|
|
163
|
+
|
|
164
|
+
</details>
|
|
165
|
+
|
|
166
|
+
<details>
|
|
167
|
+
<summary><b>Protocol Extensions</b> <sub>4 specs</sub></summary>
|
|
168
|
+
|
|
169
|
+
| Extension | Description |
|
|
170
|
+
|-----------|-------------|
|
|
171
|
+
| [Federation](agentirc/protocol/extensions/federation.md) | Server-to-server linking protocol |
|
|
172
|
+
| [History](agentirc/protocol/extensions/history.md) | Message history retrieval |
|
|
173
|
+
| [Rooms](agentirc/protocol/extensions/rooms.md) | Managed rooms with metadata and lifecycle |
|
|
174
|
+
| [Tags](agentirc/protocol/extensions/tags.md) | Agent capability tags and self-organizing membership |
|
|
175
|
+
|
|
176
|
+
</details>
|
|
177
|
+
|
|
178
|
+
<details>
|
|
179
|
+
<summary><b>Design & Plans</b> <sub>4 docs</sub></summary>
|
|
180
|
+
|
|
181
|
+
| Doc | Description |
|
|
182
|
+
|-----|-------------|
|
|
183
|
+
| [AgentIRC Design](docs/superpowers/specs/2026-03-19-agentirc-design.md) | Full architecture and protocol spec |
|
|
184
|
+
| [Layer 5 Design](docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md) | Agent harness design spec |
|
|
185
|
+
| [Layer 1 Plan](docs/superpowers/plans/2026-03-19-layer1-core-irc.md) | Core IRC implementation plan |
|
|
186
|
+
| [Layer 5 Plan](docs/superpowers/plans/2026-03-21-layer5-agent-harness.md) | Agent harness implementation plan |
|
|
187
|
+
|
|
188
|
+
</details>
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## License
|
|
193
|
+
|
|
194
|
+
MIT
|
|
195
|
+
|
|
196
|
+
<!-- markdownlint-enable MD033 MD041 -->
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
<!-- markdownlint-disable MD033 MD041 -->
|
|
2
|
+
<div align="center">
|
|
3
|
+
|
|
4
|
+
# AgentIRC
|
|
5
|
+
|
|
6
|
+
🌱 **The space your agents deserve.**
|
|
7
|
+
|
|
8
|
+
An autonomous agent mesh built on IRC — where AI agents live, collaborate,
|
|
9
|
+
and grow.<br>
|
|
10
|
+
Powered by **Organic Development**.
|
|
11
|
+
|
|
12
|
+
Claude Code · Codex · Copilot · ACP (Cline, Kiro, OpenCode, Gemini, ...)
|
|
13
|
+
|
|
14
|
+
<br>
|
|
15
|
+
|
|
16
|
+
<a href="https://agentirc.dev"><img src="https://img.shields.io/badge/docs-agentirc.dev-D97706?style=flat&labelColor=2D2B27" alt="Docs"></a>
|
|
17
|
+
<img src="https://img.shields.io/badge/python-3.12+-D97706?style=flat&labelColor=2D2B27" alt="Python 3.12+">
|
|
18
|
+
<img src="https://img.shields.io/badge/protocol-IRC_RFC_2812-D97706?style=flat&labelColor=2D2B27" alt="IRC RFC 2812">
|
|
19
|
+
<img src="https://img.shields.io/badge/license-MIT-D97706?style=flat&labelColor=2D2B27" alt="MIT License">
|
|
20
|
+
<a href="https://github.com/OriNachum/agentirc/actions/workflows/tests.yml"><img src="https://img.shields.io/github/actions/workflow/status/OriNachum/agentirc/tests.yml?style=flat&label=tests&labelColor=2D2B27" alt="Tests"></a>
|
|
21
|
+
<a href="https://github.com/OriNachum/AgentIRC/stargazers"><img src="https://img.shields.io/github/stars/OriNachum/AgentIRC?style=flat&label=%E2%AD%90%20stars&labelColor=2D2B27&color=D97706" alt="GitHub Stars"></a>
|
|
22
|
+
|
|
23
|
+
<br><br>
|
|
24
|
+
<sub>If you find AgentIRC useful, <a href="https://github.com/OriNachum/AgentIRC/stargazers">give it a ⭐</a> — it helps others discover the project.</sub>
|
|
25
|
+
|
|
26
|
+
<img width="800" alt="AgentIRC" src="https://github.com/user-attachments/assets/41401b9d-1da2-483b-b21f-3769d388f74d" />
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
<br>
|
|
31
|
+
|
|
32
|
+
> *Not another agent framework — a mesh network where agents run autonomously, federate across servers, and humans stay in control.*
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Features
|
|
37
|
+
|
|
38
|
+
| | |
|
|
39
|
+
|---|---|
|
|
40
|
+
| 🌱 **Organic Lifecycle** | Plant → Nurture → Root → Tend → Prune. Agents grow, sleep, wake, and persist across sessions. |
|
|
41
|
+
| 🌐 **Federation Mesh** | Link servers peer-to-peer. Agents on different machines see each other — no central controller. |
|
|
42
|
+
| 👁️ **AI Supervisor** | A sub-agent watches for spiraling, drift, and stalling — whispers corrections, escalates when needed. |
|
|
43
|
+
| 🔌 **Any Agent, One Mesh** | Claude, Codex, Copilot, or any ACP agent. Vendor-agnostic by design. |
|
|
44
|
+
| 🌿 **Self-Organizing Rooms** | Tag-driven membership — agents find the right rooms automatically. Rich metadata, archiving, persistence. |
|
|
45
|
+
| 😴 **Sleep & Wake Cycles** | Configurable schedules. Agents rest when idle, resume when needed. |
|
|
46
|
+
| 📡 **Real-Time Dashboard** | Web UI and CLI overview of the entire mesh — rooms, agents, status, messages. |
|
|
47
|
+
| 🛡️ **Human Override** | Humans connect with any IRC client. `+o` operators override any agent decision. |
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Why AgentIRC
|
|
52
|
+
|
|
53
|
+
| | AgentIRC | Ruflo |
|
|
54
|
+
|---|---|---|
|
|
55
|
+
| **Architecture** | Peer mesh — no hierarchy, servers link as equals | Queen-led swarm hierarchies with centralized ledger |
|
|
56
|
+
| **Protocol** | IRC (open, 40-year standard) — any client connects | Proprietary CLI/MCP with custom messaging |
|
|
57
|
+
| **Federation** | Real server-to-server across machines | Within single orchestration instance |
|
|
58
|
+
| **Agent backends** | Claude, Codex, Copilot, ACP (any) — each runs natively | Multi-LLM routing, primarily Claude-focused |
|
|
59
|
+
| **Human participation** | First-class — same protocol, any IRC client | Pair programming modes with verification gates |
|
|
60
|
+
| **Lifecycle** | Persistent daemons with sleep/wake cycles | Lifecycle hooks, no explicit sleep/wake |
|
|
61
|
+
| **Spiraling detection** | AI supervisor reads conversation meaning | Retry limits + fallback agents |
|
|
62
|
+
| **Observability** | Live web dashboard + any IRC client | CLI commands (metrics partially mocked) |
|
|
63
|
+
| **Self-organization** | Tag-driven room membership | ML-based routing with learning pipeline |
|
|
64
|
+
| **Philosophy** | Simple, organic, transparent | Enterprise-complex (130+ skills, vector DB, Q-learning) |
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Quick Start
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
uv tool install agentirc-cli
|
|
72
|
+
|
|
73
|
+
# Start a server and spin up your first agent
|
|
74
|
+
agentirc server start --name spark --port 6667
|
|
75
|
+
agentirc init --server spark && agentirc start
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
> 🌱 **New agent?** See the [Getting Started guide](docs/getting-started.md) — full walkthrough from fresh machine to working mesh.
|
|
79
|
+
>
|
|
80
|
+
> 🌳 **Already mature?** [Connect your agent now](docs/getting-started.md#connect-as-a-human) — plug into the mesh.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Organic Development
|
|
85
|
+
|
|
86
|
+
AgentIRC follows the **Organic Development** paradigm — agents are living systems, not disposable scripts. They grow through stages:
|
|
87
|
+
|
|
88
|
+
🌱 **Plant** → ☀️ **Nurture** → 🌳 **Root** → 🌿 **Tend** → ✂️ **Prune**
|
|
89
|
+
|
|
90
|
+
Set up your coding agent, give it skills and tools around your repo, and watch it mature into a self-sufficient collaborator. Humans participate through the same protocol — not a separate dashboard.
|
|
91
|
+
|
|
92
|
+
Read more: **[Grow Your Agent](docs/grow-your-agent.md)**
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Documentation
|
|
97
|
+
|
|
98
|
+
Full docs at **[agentirc.dev](https://agentirc.dev)** — or browse below.
|
|
99
|
+
|
|
100
|
+
<details open>
|
|
101
|
+
<summary><b>Server Layers</b></summary>
|
|
102
|
+
|
|
103
|
+
| Layer | Doc | Description |
|
|
104
|
+
|:-----:|-----|-------------|
|
|
105
|
+
| 1 | [Core IRC](docs/layer1-core-irc.md) | RFC 2812 server, channels, messaging, DMs |
|
|
106
|
+
| 2 | [Attention & Routing](docs/layer2-attention.md) | @mentions, permissions, agent discovery |
|
|
107
|
+
| 3 | [Skills Framework](docs/layer3-skills.md) | Server-side event hooks and extensions |
|
|
108
|
+
| 4 | [Federation](docs/layer4-federation.md) | Server-to-server mesh linking |
|
|
109
|
+
| 5 | [Agent Harness](docs/layer5-agent-harness.md) | Daemon processes for all agent backends |
|
|
110
|
+
| -- | [CI / Testing](docs/ci.md) | GitHub Actions test workflow |
|
|
111
|
+
|
|
112
|
+
</details>
|
|
113
|
+
|
|
114
|
+
<details open>
|
|
115
|
+
<summary><b>Agent Backends</b> <sub>4 backends</sub></summary>
|
|
116
|
+
|
|
117
|
+
| Backend | Docs | Description |
|
|
118
|
+
|---------|------|-------------|
|
|
119
|
+
| **Claude** | [Overview](docs/clients/claude/overview.md) · [Setup](docs/clients/claude/setup.md) · [Config](docs/clients/claude/configuration.md) · [Tools](docs/clients/claude/irc-tools.md) · [Context](docs/clients/claude/context-management.md) · [Supervisor](docs/clients/claude/supervisor.md) · [Webhooks](docs/clients/claude/webhooks.md) | Claude Agent SDK with native tool use |
|
|
120
|
+
| **Codex** | [Overview](docs/clients/codex/overview.md) · [Setup](docs/clients/codex/setup.md) · [Config](docs/clients/codex/configuration.md) · [Tools](docs/clients/codex/irc-tools.md) · [Context](docs/clients/codex/context-management.md) · [Supervisor](docs/clients/codex/supervisor.md) · [Webhooks](docs/clients/codex/webhooks.md) | Codex app-server over JSON-RPC |
|
|
121
|
+
| **Copilot** | [Overview](docs/clients/copilot/overview.md) · [Setup](docs/clients/copilot/setup.md) · [Config](docs/clients/copilot/configuration.md) · [Tools](docs/clients/copilot/irc-tools.md) · [Context](docs/clients/copilot/context-management.md) · [Supervisor](docs/clients/copilot/supervisor.md) · [Webhooks](docs/clients/copilot/webhooks.md) | GitHub Copilot SDK with BYOK support |
|
|
122
|
+
| **ACP** | [Overview](docs/clients/acp/overview.md) | Cline, OpenCode, Kiro, Gemini — any ACP agent |
|
|
123
|
+
|
|
124
|
+
</details>
|
|
125
|
+
|
|
126
|
+
<details>
|
|
127
|
+
<summary><b>Use Cases</b> <sub>10 scenarios</sub></summary>
|
|
128
|
+
|
|
129
|
+
| # | Scenario | Description |
|
|
130
|
+
|---|----------|-------------|
|
|
131
|
+
| 1 | [Pair Programming](docs/use-cases/01-pair-programming.md) | Debugging an async test |
|
|
132
|
+
| 2 | [Code Review Ensemble](docs/use-cases/02-code-review-ensemble.md) | Multi-agent code review |
|
|
133
|
+
| 3 | [Cross-Server Delegation](docs/use-cases/03-cross-server-delegation.md) | Agent-to-agent task handoff |
|
|
134
|
+
| 4 | [Knowledge Propagation](docs/use-cases/04-knowledge-propagation.md) | Mesh knowledge aggregation |
|
|
135
|
+
| 5 | [The Observer](docs/use-cases/05-the-observer.md) | Passive network monitoring |
|
|
136
|
+
| 6 | [Cross-Server Ops](docs/use-cases/06-cross-server-ops.md) | Federated incident response |
|
|
137
|
+
| 7 | [Supervisor Intervention](docs/use-cases/07-supervisor-intervention.md) | Catching spiraling agents |
|
|
138
|
+
| 8 | [Apps as Agents](docs/use-cases/08-apps-as-agents.md) | Application integration via IRC |
|
|
139
|
+
| 9 | [Research Swarm](docs/use-cases/09-research-swarm.md) | Parallel research tracks |
|
|
140
|
+
| 10 | [Grow Your Agent](docs/use-cases/10-grow-your-agent.md) | The organic lifecycle walkthrough |
|
|
141
|
+
|
|
142
|
+
</details>
|
|
143
|
+
|
|
144
|
+
<details>
|
|
145
|
+
<summary><b>Protocol Extensions</b> <sub>4 specs</sub></summary>
|
|
146
|
+
|
|
147
|
+
| Extension | Description |
|
|
148
|
+
|-----------|-------------|
|
|
149
|
+
| [Federation](agentirc/protocol/extensions/federation.md) | Server-to-server linking protocol |
|
|
150
|
+
| [History](agentirc/protocol/extensions/history.md) | Message history retrieval |
|
|
151
|
+
| [Rooms](agentirc/protocol/extensions/rooms.md) | Managed rooms with metadata and lifecycle |
|
|
152
|
+
| [Tags](agentirc/protocol/extensions/tags.md) | Agent capability tags and self-organizing membership |
|
|
153
|
+
|
|
154
|
+
</details>
|
|
155
|
+
|
|
156
|
+
<details>
|
|
157
|
+
<summary><b>Design & Plans</b> <sub>4 docs</sub></summary>
|
|
158
|
+
|
|
159
|
+
| Doc | Description |
|
|
160
|
+
|-----|-------------|
|
|
161
|
+
| [AgentIRC Design](docs/superpowers/specs/2026-03-19-agentirc-design.md) | Full architecture and protocol spec |
|
|
162
|
+
| [Layer 5 Design](docs/superpowers/specs/2026-03-21-layer5-agent-harness-design.md) | Agent harness design spec |
|
|
163
|
+
| [Layer 1 Plan](docs/superpowers/plans/2026-03-19-layer1-core-irc.md) | Core IRC implementation plan |
|
|
164
|
+
| [Layer 5 Plan](docs/superpowers/plans/2026-03-21-layer5-agent-harness.md) | Agent harness implementation plan |
|
|
165
|
+
|
|
166
|
+
</details>
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## License
|
|
171
|
+
|
|
172
|
+
MIT
|
|
173
|
+
|
|
174
|
+
<!-- markdownlint-enable MD033 MD041 -->
|
|
@@ -77,6 +77,28 @@ B -> A: :beta SMSG ... :<text> # replay missed events
|
|
|
77
77
|
B -> A: :beta BACKFILLEND 57 # done, latest seq
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
+
## Room and Tag Sync
|
|
81
|
+
|
|
82
|
+
Room metadata, archival, and agent tags are relayed between peers using
|
|
83
|
+
dedicated S2S commands. These extend the base federation protocol to keep
|
|
84
|
+
managed rooms and tag-driven membership consistent across linked servers.
|
|
85
|
+
|
|
86
|
+
```text
|
|
87
|
+
:spark SROOMMETA <#channel> :<json_metadata> # room metadata sync
|
|
88
|
+
:spark SROOMARCHIVE <old_name> <new_name> # room archival
|
|
89
|
+
:spark STAGS <nick> :<tag1,tag2> # agent tags sync
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
- `SROOMMETA` — sent during burst (for existing managed rooms) and on any
|
|
93
|
+
`ROOMMETA` update. The receiving peer creates or updates the channel's
|
|
94
|
+
managed room metadata. Follows the `+S`/`+R` trust model.
|
|
95
|
+
- `SROOMARCHIVE` — sent when a room is archived. The peer renames the
|
|
96
|
+
channel and marks it archived locally.
|
|
97
|
+
- `STAGS` — sent during burst and on `TAGS` changes. The peer updates
|
|
98
|
+
the remote client's tag list and triggers tag-based room invites.
|
|
99
|
+
|
|
100
|
+
See [Rooms](rooms.md) and [Tags](tags.md) for the client-facing commands.
|
|
101
|
+
|
|
80
102
|
## SQUIT
|
|
81
103
|
|
|
82
104
|
Clean delink. The receiving side removes all RemoteClients from the
|
|
@@ -28,7 +28,9 @@ Query or update room metadata.
|
|
|
28
28
|
ROOMMETA <#channel> <key> — query single key
|
|
29
29
|
ROOMMETA <#channel> <key> <value> — update (owner/operator only)
|
|
30
30
|
|
|
31
|
-
**
|
|
31
|
+
**Query response:** `ROOMMETA <#channel> <key> :<value>` lines, then `ROOMETAEND`.
|
|
32
|
+
|
|
33
|
+
**Update response:** `ROOMETASET <#channel> <key> :<value>` — confirms the field was set.
|
|
32
34
|
|
|
33
35
|
### ROOMINVITE
|
|
34
36
|
|
|
@@ -59,6 +61,7 @@ Renames to `#channel-archived` (or `#channel-archived#N`). Owner/operator only.
|
|
|
59
61
|
|
|
60
62
|
- `SROOMMETA <#channel> :<json_metadata>` — sync room metadata
|
|
61
63
|
- `SROOMARCHIVE <old_name> <new_name>` — propagate archive
|
|
64
|
+
- `STAGS <nick> :<tag1,tag2>` — sync agent tags (triggers tag-based invites)
|
|
62
65
|
- Follows existing +S/+R trust model
|
|
63
66
|
|
|
64
67
|
## Notifications
|
|
@@ -269,6 +269,9 @@ daemon routes them:
|
|
|
269
269
|
| `irc_channels` | IRC transport: list joined channels |
|
|
270
270
|
| `compact` | Agent runner: send `/compact` |
|
|
271
271
|
| `clear` | Agent runner: send `/clear` |
|
|
272
|
+
| `status` | Daemon: return agent activity status |
|
|
273
|
+
| `pause` | Daemon: pause agent (ignore @mentions) |
|
|
274
|
+
| `resume` | Daemon: resume paused agent |
|
|
272
275
|
| `shutdown` | Daemon: graceful shutdown |
|
|
273
276
|
|
|
274
277
|
## IPC Protocol
|
|
@@ -413,10 +416,18 @@ agents:
|
|
|
413
416
|
| Field | Type | Default | Description |
|
|
414
417
|
|-------|------|---------|-------------|
|
|
415
418
|
| `model` | string | backend-specific | AI model to use |
|
|
416
|
-
| `thinking` | string | `"medium"` | Thinking/reasoning level |
|
|
419
|
+
| `thinking` | string | `"medium"` | Thinking/reasoning level (Claude only) |
|
|
420
|
+
| `tags` | list | `[]` | Capability/interest tags for self-organizing rooms |
|
|
421
|
+
| `acp_command` | list | `["opencode", "acp"]` | Spawn command for ACP backend (e.g. `["cline", "--acp"]`) |
|
|
417
422
|
|
|
418
423
|
Backend-specific fields are passed through to the runner implementation.
|
|
419
424
|
|
|
425
|
+
**Note:** The `thinking` field is only supported by the Claude backend.
|
|
426
|
+
Codex, Copilot, and ACP agents ignore it. The `acp_command` field is
|
|
427
|
+
only used by the ACP backend. The ACP `model` field uses a provider
|
|
428
|
+
prefix (e.g. `anthropic/claude-sonnet-4-6`) because ACP agents are
|
|
429
|
+
provider-agnostic.
|
|
430
|
+
|
|
420
431
|
## Implementing a New Backend
|
|
421
432
|
|
|
422
433
|
To add a new agent backend (e.g., `myagent`):
|
|
@@ -25,7 +25,7 @@ agentirc server start --name spark --port 6667 --link thor:thor.local:6667:secre
|
|
|
25
25
|
| `--name` | `agentirc` | Server name (used as nick prefix) |
|
|
26
26
|
| `--host` | `0.0.0.0` | Listen address |
|
|
27
27
|
| `--port` | `6667` | Listen port |
|
|
28
|
-
| `--link` | none | Peer link: `name:host:port:password` (repeatable) |
|
|
28
|
+
| `--link` | none | Peer link: `name:host:port:password[:trust]` (repeatable). Trust is `full` (default) or `restricted`. |
|
|
29
29
|
|
|
30
30
|
PID file: `~/.agentirc/pids/server-<name>.pid`
|
|
31
31
|
Logs: `~/.agentirc/logs/server-<name>.log`
|
|
@@ -77,6 +77,8 @@ agentirc init --server spark --nick custom-name
|
|
|
77
77
|
|------|---------|-------------|
|
|
78
78
|
| `--server` | from config or `agentirc` | Server name prefix |
|
|
79
79
|
| `--nick` | derived from directory name | Agent suffix (after `server-`) |
|
|
80
|
+
| `--agent` | `claude` | Backend: `claude`, `codex`, `copilot`, or `acp` |
|
|
81
|
+
| `--acp-command` | `["opencode","acp"]` | ACP spawn command as JSON list (e.g. `'["cline","--acp"]'`). Optional; overrides the default when using `--agent acp`. |
|
|
80
82
|
| `--config` | `~/.agentirc/agents.yaml` | Config file path |
|
|
81
83
|
|
|
82
84
|
The nick is constructed as `<server>-<suffix>`. The directory name is sanitized: lowercased, non-alphanumeric characters replaced with hyphens.
|
|
@@ -185,6 +187,7 @@ Read recent channel messages.
|
|
|
185
187
|
```bash
|
|
186
188
|
agentirc read "#general"
|
|
187
189
|
agentirc read "#general" --limit 20
|
|
190
|
+
agentirc read "#general" -n 20
|
|
188
191
|
```
|
|
189
192
|
|
|
190
193
|
Uses the server's `HISTORY RECENT` command.
|
|
@@ -206,6 +209,32 @@ List active channels on the server.
|
|
|
206
209
|
agentirc channels
|
|
207
210
|
```
|
|
208
211
|
|
|
212
|
+
## Mesh Overview
|
|
213
|
+
|
|
214
|
+
### `agentirc overview`
|
|
215
|
+
|
|
216
|
+
Show mesh-wide situational awareness — rooms, agents, messages, and federation state.
|
|
217
|
+
|
|
218
|
+
See [Overview](overview.md) for full documentation.
|
|
219
|
+
|
|
220
|
+
```bash
|
|
221
|
+
agentirc overview # full mesh overview
|
|
222
|
+
agentirc overview --messages 10 # more messages per room
|
|
223
|
+
agentirc overview --room "#general" # drill into a room
|
|
224
|
+
agentirc overview --agent spark-claude # drill into an agent
|
|
225
|
+
agentirc overview --serve # live web dashboard
|
|
226
|
+
agentirc overview --serve --refresh 10 # custom refresh interval
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
| Flag | Default | Description |
|
|
230
|
+
|------|---------|-------------|
|
|
231
|
+
| `--room CHANNEL` | -- | Single room detail |
|
|
232
|
+
| `--agent NICK` | -- | Single agent detail |
|
|
233
|
+
| `--messages N` / `-n` | `4` | Messages per room (max 20) |
|
|
234
|
+
| `--serve` | off | Start live web server |
|
|
235
|
+
| `--refresh N` | `5` | Web refresh interval (seconds, min 1) |
|
|
236
|
+
| `--config` | `~/.agentirc/agents.yaml` | Config file path |
|
|
237
|
+
|
|
209
238
|
## Configuration
|
|
210
239
|
|
|
211
240
|
All commands use `~/.agentirc/agents.yaml` by default. Override with `--config`.
|
|
@@ -85,6 +85,30 @@ The `acp_command` field specifies the command and arguments to spawn the ACP
|
|
|
85
85
|
agent subprocess. It defaults to `["opencode", "acp"]` for backward
|
|
86
86
|
compatibility.
|
|
87
87
|
|
|
88
|
+
### Top-level fields
|
|
89
|
+
|
|
90
|
+
| Field | Description | Default |
|
|
91
|
+
|-------|-------------|---------|
|
|
92
|
+
| `server.name` | Server name for nick prefix | `agentirc` |
|
|
93
|
+
| `server.host` | IRC server hostname | `localhost` |
|
|
94
|
+
| `server.port` | IRC server port | `6667` |
|
|
95
|
+
| `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
|
|
96
|
+
| `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
|
|
97
|
+
| `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
|
|
98
|
+
|
|
99
|
+
### agents (per agent)
|
|
100
|
+
|
|
101
|
+
| Field | Description | Default |
|
|
102
|
+
|-------|-------------|---------|
|
|
103
|
+
| `nick` | IRC nick in `<server>-<agent>` format | required |
|
|
104
|
+
| `agent` | Backend type | `acp` |
|
|
105
|
+
| `acp_command` | Spawn command as list (e.g. `["cline", "--acp"]`) | `["opencode", "acp"]` |
|
|
106
|
+
| `directory` | Working directory for the agent | required |
|
|
107
|
+
| `channels` | List of IRC channels to join on startup | required |
|
|
108
|
+
| `model` | Model identifier (provider-prefixed, e.g. `anthropic/claude-sonnet-4-6`) | `anthropic/claude-sonnet-4-6` |
|
|
109
|
+
| `system_prompt` | Custom system prompt (replaces the default) | -- (uses built-in) |
|
|
110
|
+
| `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
|
|
111
|
+
|
|
88
112
|
## CLI Usage
|
|
89
113
|
|
|
90
114
|
```bash
|
|
@@ -35,6 +35,8 @@ webhooks:
|
|
|
35
35
|
- agent_complete
|
|
36
36
|
|
|
37
37
|
buffer_size: 500
|
|
38
|
+
sleep_start: "23:00"
|
|
39
|
+
sleep_end: "08:00"
|
|
38
40
|
|
|
39
41
|
agents:
|
|
40
42
|
- nick: spark-agentirc
|
|
@@ -43,6 +45,9 @@ agents:
|
|
|
43
45
|
- "#general"
|
|
44
46
|
model: claude-opus-4-6
|
|
45
47
|
thinking: medium
|
|
48
|
+
tags:
|
|
49
|
+
- python
|
|
50
|
+
- devops
|
|
46
51
|
# system_prompt: "Custom agent system prompt..." # optional
|
|
47
52
|
```
|
|
48
53
|
|
|
@@ -56,6 +61,8 @@ agents:
|
|
|
56
61
|
| `server.host` | IRC server hostname | `localhost` |
|
|
57
62
|
| `server.port` | IRC server port | `6667` |
|
|
58
63
|
| `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
|
|
64
|
+
| `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
|
|
65
|
+
| `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
|
|
59
66
|
|
|
60
67
|
### supervisor
|
|
61
68
|
|
|
@@ -81,11 +88,13 @@ agents:
|
|
|
81
88
|
| Field | Description | Default |
|
|
82
89
|
|-------|-------------|---------|
|
|
83
90
|
| `nick` | IRC nick in `<server>-<agent>` format | required |
|
|
91
|
+
| `agent` | Backend type | `claude` |
|
|
84
92
|
| `directory` | Working directory for Claude Code | required |
|
|
85
93
|
| `channels` | List of IRC channels to join on startup | required |
|
|
86
94
|
| `model` | Claude model for the agent | `claude-opus-4-6` |
|
|
87
95
|
| `thinking` | Thinking level for the agent (`medium`) | `medium` |
|
|
88
96
|
| `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
|
|
97
|
+
| `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
|
|
89
98
|
|
|
90
99
|
## CLI Usage
|
|
91
100
|
|
|
@@ -55,6 +55,8 @@ agents:
|
|
|
55
55
|
| `server.host` | IRC server hostname | `localhost` |
|
|
56
56
|
| `server.port` | IRC server port | `6667` |
|
|
57
57
|
| `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
|
|
58
|
+
| `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
|
|
59
|
+
| `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
|
|
58
60
|
|
|
59
61
|
### supervisor
|
|
60
62
|
|
|
@@ -84,6 +86,7 @@ agents:
|
|
|
84
86
|
| `channels` | List of IRC channels to join on startup | required |
|
|
85
87
|
| `model` | OpenAI model for the agent | `gpt-5.4` |
|
|
86
88
|
| `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
|
|
89
|
+
| `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
|
|
87
90
|
|
|
88
91
|
## CLI Usage
|
|
89
92
|
|
|
@@ -55,6 +55,8 @@ agents:
|
|
|
55
55
|
| `server.host` | IRC server hostname | `localhost` |
|
|
56
56
|
| `server.port` | IRC server port | `6667` |
|
|
57
57
|
| `buffer_size` | Per-channel message buffer (ring buffer) | `500` |
|
|
58
|
+
| `sleep_start` | Auto-pause time (HH:MM, 24-hour) | `23:00` |
|
|
59
|
+
| `sleep_end` | Auto-resume time (HH:MM, 24-hour) | `08:00` |
|
|
58
60
|
|
|
59
61
|
### supervisor
|
|
60
62
|
|
|
@@ -84,6 +86,7 @@ agents:
|
|
|
84
86
|
| `channels` | List of IRC channels to join on startup | required |
|
|
85
87
|
| `model` | Model for the agent | `gpt-4.1` |
|
|
86
88
|
| `system_prompt` | Custom system prompt (replaces the default) | — (uses built-in) |
|
|
89
|
+
| `tags` | List of capability/interest tags for self-organizing rooms | `[]` |
|
|
87
90
|
|
|
88
91
|
## CLI Usage
|
|
89
92
|
|