Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ AI agents that write, debug, and maintain code autonomously.
- [**Open SWE**](https://github.com/langchain-ai/open-swe#readme) - Open-source asynchronous coding agent by LangChain for software engineering tasks. by [@langchain-ai](https://github.com/langchain-ai) (10,722 stars)
- [**Mini-SWE-Agent**](https://github.com/SWE-agent/mini-swe-agent#readme) - The 100-line AI agent that solves GitHub issues. Radically simple but scores >74% on SWE-bench verified. by [@SWE-agent](https://github.com/SWE-agent) (7,636 stars)
- [**Reflexion**](https://github.com/noahshinn/reflexion#readme) - Language agents with verbal reinforcement learning. Agents that learn from mistakes through self-reflection. by [@noahshinn](https://github.com/noahshinn) (3,267 stars)
- [**OrcaReplay**](https://github.com/Continuum-AI-Corp/OrcaReplay#readme) - Records a coding agent's exchange with its model provider and replays the run offline with no model called; replay can fork from any step onto a different model. by [@Continuum-AI-Corp](https://github.com/Continuum-AI-Corp) (248 stars)
- [**Autohand Code**](https://github.com/autohandai/code-cli#readme) - Self-evolving coding agent that runs in your terminal. by [@autohandai](https://github.com/autohandai) (192 stars)
<!-- /AUTOGEN:coding -->

Expand Down
13 changes: 13 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,19 @@
],
"stars": 192
},
{
"name": "OrcaReplay",
"repo": "Continuum-AI-Corp/OrcaReplay",
"description": "Records a coding agent's exchange with its model provider and replays the run offline with no model called; replay can fork from any step onto a different model.",
"category": "coding",
"maintainer": "Continuum-AI-Corp",
"tags": [
"record-replay",
"observability",
"cli"
],
"stars": 248
},
{
"name": "SandBase Harness",
"repo": "sandbaseai/sandbase-harness",
Expand Down