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
I have reproduced the COT algorithm using OmAgent and reorganized the entire codebase to align with the structure outlined in CONTRIBUTING.md(New Features, Sec. 2). The current directory structure for COT is as follows:
I have reproduced the COT algorithm using OmAgent and reorganized the entire codebase to align with the structure outlined in
CONTRIBUTING.md
(New Features, Sec. 2). The current directory structure for COT is as follows:The main approach involves implementing three workers:
cot_input_interface
: Responsible for receiving user questions.cot_reasoning
: Dedicated to generating the reasoning path without producing the final answer.cot_conclude
: Takes the user question and the reasoning path generated by the ReasonWorker to produce the final answer.The text was updated successfully, but these errors were encountered: