mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #20] [CLOSED] feat: Add self-improvement runner #93
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/20
Author: @krzemienski
Created: 1/3/2026
Status: ❌ Closed
Base:
main← Head:feat/self-improve-minimal📝 Commits (1)
89fc1c0feat: Add self-improvement runner📊 Changes
1 file changed (+395 additions, -0 deletions)
View changed files
➕
scripts/self_improve.py(+395 -0)📄 Description
Summary
Adds a pure-Python self-improvement runner that enables Ralph to enhance itself using its own SDK.
What's Included
Single file:
scripts/self_improve.pyUsage
Key Features
Background
This follows the patterns from Anthropic's Effective Harnesses for Long-Running Agents:
Now Ralph can use this pattern to improve itself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.