-
Notifications
You must be signed in to change notification settings - Fork 401
feat: Add human-in-the-loop interactive mode for Biomni agents #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
lxasqjc
commented
Oct 7, 2025
- Add interactive parameter to A1 class for human confirmation workflow
- Implement _get_human_confirmation() method with approve/edit/reject options
- Add plan editing capabilities with multi-line input support
- Display interactive mode status in agent configuration
- Maintain backward compatibility with non-interactive mode (default)
- Add comprehensive documentation with usage examples and API reference
- Add interactive parameter to A1 class for human confirmation workflow - Implement _get_human_confirmation() method with approve/edit/reject options - Add plan editing capabilities with multi-line input support - Display interactive mode status in agent configuration - Maintain backward compatibility with non-interactive mode (default) - Add comprehensive documentation with usage examples and API reference
for more information, see https://pre-commit.ci
🤝 Human-in-the-Loop Interactive Mode for Biomni AgentsOverviewThis PR introduces human-in-the-loop functionality to Biomni agents, enabling interactive sessions where users can review, approve, edit, or reject agent-generated plans before execution. This feature provides users with fine-grained control over agent behavior while maintaining full backward compatibility. 🎯 Key FeaturesInteractive Mode
Backward Compatibility
🔧 Implementation DetailsCore Changes1. Enhanced A1 Class (
|
|
This is really cool - will test out and merge |