-
Notifications
You must be signed in to change notification settings - Fork 16
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
rebuild BaseResearchAgent with unified function logic #138
Conversation
rebuild |
@Monstertail @timsanders256 Please also help check the reorged codebase. I believe it is much cleaner now. |
@ft2023 check this for the progress. |
so currently, each funciton call in agent_base takes one Profile Class type as input and take some research progress as output. |
I replaced the research trend into research insight. |
I confirmed all the tests pass. |
I think the code looks great and ready for merge! Thanks for your efforts! |
Closes #42
π Description
rebuild
read_paper
,think_idea
,write_paper
,write_paper_review
,write_paper_meta_review
,write_rebuttal
,discuss
β Checks
type/descript
(e.g.feature/add-llm-agents
)βΉ Additional Information