You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/api/optimizers/GEPA/GEPA_Advanced.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -731,8 +731,6 @@ for tool_name, tool in optimized_agent.tools.items():
731
731
- GEPA still does discovery and JSON serialization, but YOU handle the optimization logic
732
732
- ReAct components are passed with keys like `"react_module"` or `"react_module:agent_name"`
733
733
734
-
**Recommendation:** For most use cases, don't provide a custom `instruction_proposer` when using ReAct modules. Let GEPA use the specialized `ReActModuleProposer` which jointly optimizes all 4 ReAct components.
735
-
736
734
#### Implementing a Custom Proposer for ReAct
737
735
738
736
If you need custom logic, you must handle ReAct components yourself. ReAct components are stored as JSON strings containing all 4 parts:
0 commit comments