Paperclip

Active
GitHub TypeScript MIT

Description

paperclip is an AI agent team orchestration and scheduling platform, managing task assignment, collaboration and state across many agents.

Key Features

  • Multi-agent orchestration — schedules many AI agents to complete complex tasks in parallel
  • Task assignment — auto-matches tasks to agents based on capability
  • Status tracking — live dashboard of each agent's state, progress and deliverables
  • Role definition — visual definitions for Manager, Engineer, QA, Reviewer roles
  • Memory and context — agents share context, supports long-horizon projects
  • Audit and replay — every agent run can be replayed and audited

Use Cases

💡 Running an engineering team composed of multiple AI agents
💡 Splitting large software projects into roles for different agents automatically
💡 Multi-agent collaboration that needs to be auditable and replayable
💡 Onboarding AI co-workers role-by-role for human engineering teams

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (78.5k stars)
  • Permissive open-source license (MIT)

⚠️ Limitations

  • High issue backlog (5.1k open issues)

Quick Start

npm install -g @paperclipai/cli
paperclip init
paperclip agents add researcher
paperclip run --task "Write competitive analysis report"

Related Projects

AI Hedge Fund

62.9k · Python
Active A+

ai-hedge-fund is a multi-agent simulated hedge fund example, with researcher, trader, risk-manager agents collaborating on investment decisions.

financehedge-fundai-agents +2
  • · Multi-agent investing — value, growth, sentiment, technicals, fundamentals agents
  • · Risk-management agent — monitors volatility, factor exposure, position limits
  • · Multi-source data — pulls financial, news, price and macro public data

ECC

240.5k · JavaScript
Active A+

Agent harness operating system providing skills, instincts, memory optimization, continuous learning, and security scanning.

agent-harnessskillsclaude-code +2
  • · Cross-harness workflows - supports Codex, Claude Code, Cursor, OpenCode, Gemini and more
  • · Skills system - reusable agent skill packs covering code generation, review, and testing
  • · Continuous learning - mines failed sessions for lessons, auto-writes corrections