Skip to content

Conversation

@greysonlalonde
Copy link
Contributor

  • add humaninputprovider protocol with setup_messages and handle_feedback
  • move sync hitl logic from executor to synchuman inputprovider
  • add _passthrough_exceptions extension point in agent/core.py
  • create crewai.core.providers module for extensible components
  • remove _ask_human_input from base_agent_executor_mixin

- add humaninputprovider protocol with setup_messages and handle_feedback
- move sync hitl logic from executor to synchuman inputprovider
- add _passthrough_exceptions extension point in agent/core.py
- create crewai.core.providers module for extensible components
- remove _ask_human_input from base_agent_executor_mixin
@greysonlalonde greysonlalonde requested a review from a team February 4, 2026 06:12
Args:
context: Executor context with messages list to modify.
"""
...
Raises:
Exception: Async implementations may raise to signal external handling.
"""
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants