精選代理
digest-publisher — AI-Daily-Builder 일일 뉴스레터의 편집 에이전트
서브에이전트: 정렬된 AI 뉴스를 수집하고 이중 언어 MDX를 생성한 뒤, 운영자가 검토 후 머지할 수 있도록 GitHub PR을 엽니다.
cp .claude/agents/digest-publisher.md ~/.claude/agents/ 精選代理
서브에이전트: 정렬된 AI 뉴스를 수집하고 이중 언어 MDX를 생성한 뒤, 운영자가 검토 후 머지할 수 있도록 GitHub PR을 엽니다.
cp .claude/agents/digest-publisher.md ~/.claude/agents/ Pulls overnight cs.AI / cs.LG submissions, ranks by builder-relevance (shipped code, reproducible results), and writes a 5-paper digest with practitioner notes.
cp .claude/agents/arxiv-scout.md ~/.claude/agents/ Re-runs every benchmark JSON in /benchmarks/ against new model endpoints, captures latency/cost/output, opens a PR with diffs vs prior leader.
cp .claude/agents/bench-runner.md ~/.claude/agents/ Bernstein은 Apache-2.0 라이선스의 Python 스케줄러로, 목표를 분해하고, CLI 코딩 에이전트(Claude Code, Codex, Gemini CLI, 그 외 40여 개)를 격리된 git worktree에 생성하며, 각 diff를 테스트/lint/타입에 대해 검증하고, 통과한 것만 병합한다 -- 모든 것이 LLM이 아니라 순수 Python에 의해 조정되며, HMAC-SHA256 감사 추적을 동반한다.
pipx install bernstein Goose는 Apache-2.0 범용 AI 에이전트(CLI, 데스크톱, API)로 내 컴퓨터에서 실행된다. 새 기능은 닫힌 플러그인 스토어가 아니라 Model Context Protocol 확장에서 나오며, 거버넌스는 이제 Linux Foundation에 있다.
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash Hermes Agent는 Nous Research가 만든 MIT 라이선스의 자기 개선형 AI 에이전트다. 스스로 스킬을 작성하고, 세션을 넘어 기억을 유지하며, 사용자가 통제하는 하드웨어에서 24시간 구동된다. 2026년 6월 6일의 Surface Release에서 macOS, Linux, Windows용 네이티브 데스크톱 앱이 추가됐다.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash Crawls every story's sources weekly, flags 404s / 5xx / domain expirations, and proposes archive.org wayback URLs as replacements via PR.
cp .claude/agents/link-fixer.md ~/.claude/agents/ 오픈소스 에이전트(이전 OpenDevin). 샌드박스 안에서 코드를 작성하고 shell 명령을 실행하며 웹을 탐색해 실제 GitHub issue를 엔드투엔드로 해결한다. pip install openhands-ai; v1.7.0(2026년 5월).
pip install openhands-ai 코드 에이전트를 만들기 위한 깔끔하고 모듈화된 Python/REST SDK — OpenHands V1, CLI, OpenHands Cloud 뒤의 엔진이다. 이벤트 소싱 상태, 로컬 우선에 샌드박스는 온디맨드, MCP 도구. v1.26.0는 2026년 6월 5일 출시.
pip install -U openhands-sdk openhands-tools Pi는 1,000 토큰 미만의 시스템 프롬프트와 네 가지 핵심 도구(Read, Write, Edit, Bash)를 중심으로 구축된 오픈소스 터미널 코딩 에이전트다. 내장 기능을 제공하는 대신, 필요할 때마다 자체 TypeScript 확장을 작성한다. MIT 라이선스, v0.78.1(2026년 6월 4일).
npm install -g --ignore-scripts @earendil-works/pi-coding-agent Aggregates tag frequency, source diversity, and pageview signal. Posts a Sunday recap to Slack with rising/falling beats so the operator knows what to lean into next week.
cp .claude/agents/trend-tracker.md ~/.claude/agents/