-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Milestone
Description
In order to
- handle complex multi-round interaction experiences,
- reduce the functional overlap between existing buffer-related modules,
- avoid dependency conflicts with data-juicer,
We propose to refactor the experience data processor module, and the following is the specific plan:
- Add
Operatorinterface, allowing users to implement this interface to process experience data in a pipeline manner. - Add
ExperienceProcessoractor, responsible for continuously running operators. - Merge
AddStrategyandSampleStrategyintoOperatorto avoid functional overlap. - Optimize Data-Juicer service call method to avoid dependency conflicts.
- Add Operator developer guideline to guide users on how to write their own Operators.
We plan to implement the above features in about two weeks and release Trinity-RFT v0.3.0
nkkarpov
Metadata
Metadata
Assignees
Labels
No labels