Add agent support to Process class#423
Open
nitsanavni wants to merge 2 commits intoBugs-Zero:mainfrom
Open
Conversation
- New agent.py module with function to call external agents via subprocess - Process.agent() method for automated agent interactions - Separate tracking for agent steps with dedicated counter and clock - Mirror agent stdout/stderr to process stdio while also returning output - Agent time tracked separately in statistics report 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Created fix_lint_issues.py to fix lint issues one at a time - Process uses agent to fix single issues iteratively - Includes human approval step before committing each fix - Added sample file with lint issues for testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Member
|
I like the first commit. The second feels too specific? |
Author
|
@JayBazuzi right, the 2nd commit is meant just to relate the enhancement to recent activities we've been playing around with. If you like the idea overall, I can sanitize to a nicer cleaner version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent()method for AI-assisted automation