简介
SWE-agent 是 Princeton NLP 开发的 AI Agent 系统,GitHub 15,000+ stars。自动克隆仓库、分析 issue、导航代码、编写补丁并验证修复。在 SWE-bench 真实软件工程任务基准上达到 12.5% 的解决率。适合研究 AI 编码能力和尝试自动化 bug 修复的团队。
AI agent system from Princeton NLP that autonomously fixes GitHub issues. Navigates codebases, writes patches, and submits pull requests. Resolves 12% of real-world SWE-bench tasks. 15,000+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
pip install swe-agent
swe-agent run --model claude-sonnet-4-20250514 --issue https://github.com/user/repo/issues/123SWE-agent 是 Princeton NLP 开发的 AI Agent 系统,GitHub 15,000+ stars。自动克隆仓库、分析 issue、导航代码、编写补丁并验证修复。在 SWE-bench 真实软件工程任务基准上达到 12.5% 的解决率。适合研究 AI 编码能力和尝试自动化 bug 修复的团队。
Created by Princeton NLP. Licensed under MIT.
SWE-agent — ⭐ 15,000+
Compare top LLM gateway and proxy tools for routing AI requests. Covers LiteLLM, Bifrost, Portkey, and OpenRouter for cost optimization, failover, and multi-provider access.
Official Anthropic SDK for building AI agents with tool use, memory, and orchestration. Production-grade agent framework with Claude as the backbone for autonomous tasks.
Build multi-agent systems where AI agents collaborate through role-playing. CAMEL enables autonomous cooperation between agents with structured communication protocols.