From eda70d11b88ff99cd31db23bf750abbabe089cc5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:36:01 +0000 Subject: [PATCH 1/2] Initial plan From f5c6e886c50892846d4e3bd8850cb66bf587d181 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:37:35 +0000 Subject: [PATCH 2/2] Add Karpathy's Autoresearch to Credits section in README.md Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/b820663f-3572-4304-b754-3be9e6dc7e41 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5947f72..34e8ce5 100644 --- a/README.md +++ b/README.md @@ -224,4 +224,5 @@ We don't accept pull requests for this project. Instead, we ask that you use a c ## Credits +- Inspired by [Karpathy's Autoresearch](https://github.com/karpathy/autoresearch). The `autoresearch` example program is based on that project. - Some of the examples in the `.autoloop/programs` folder are from [OpenEvolve](https://github.com/algorithmicsuperintelligence/openevolve/tree/main/examples).