AI工具 Skill技能库 关于道场
Go AI工具 开源 ai-agent anthropic autonomous-agents chatbot claude claude-code code-review golang llm self-hosted telegram-bot vk-bot

Flock:自主智能体团队机器人

GitHub |2026-07-10

自主智能体 AI dev-团队 机器人GitHub 552 ⭐ / 4 Fork,主要使用 Go 开发。标签:ai-agent,anthropic,autonomous-agents,chatbot,claude。访问项目:https://github.com/duckbugio/flock

项目介绍

自主智能体 AI dev-团队 机器人

核心功能

- The conversation is the task source — describe what you want in chat and review the PR that comes back; the agent's shell and editor are sandboxed inside the container. - A real dev-team pipeline, not a single prompt — spec-first acceptance criteria, build/regression gates, and an arbiter that breaks loops. - Autonomy loops — the bot verifies its own "done" by re-running the repo's check gate itself; `/goal` arms an independent evaluator that loops the team until your criterion actually holds; `/schedule` runs recurring jobs; an optional CI watch reacts to red builds (and can auto-merge green PRs) — all under a per-chat daily autonomy budget. See [Autonomy loops](#autonomy-loops). - Multi-transportTelegram and VK today, both on the same core; a new platform is a thin adapter, not a fork. - PR reactions without inbound webhooks — the bot polls your git host for new review comments and routes each back to the chat that opened the PR. - Subscription-friendly — authenticate with a Claude Pro/Max token (no per-token cost) or an Anthropic API key.

使用指南

Quick start (Docker) ``` git clone https://github.com/duckbugio/flock cd flock/adapters/telegram cp .env.example .env # fill in the REQUIRED block (4 values) docker compose up -d ``` That pulls the prebuilt image `ghcr.io/duckbugio/flock-telegram` — no build, no Ansible — then message your bot. The minimum `.env`: > Region: host in an Anthropic-supported region (some countries, e.g. RU/CN, are geo-blocked) — otherwise Claude calls fail.

项目信息

项目信息
项目名称duckbugio/flock
Star 数552
Fork 数4
编程语言Go
开源协议MIT
创建时间2026-06-08
最近更新2026-07-09
主题标签ai-agent、anthropic、autonomous-agents、chatbot、claude

项目地址

GitHub 仓库:<https://github.com/duckbugio/flock>

> 完整 URL:[https://github.com/duckbugio/flock](https://github.com/duckbugio/flock)

如需查看完整源码、安装命令、使用示例、API 文档,请直接访问上方项目地址。所有信息均以 GitHub 仓库为准。