-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support review paper and find collaborators (#41)
* Initial commit * support project template (#1) * support template * init test * change test file name * fix mypy * support empty class structure (#3) * just create a structure * pass all tests * Make mytest checking more relaxed in research town (#7) Import errors eliminated when push * sync with template repo (#9) * delete useless stubs and sync with template repo * sync with project template * Fix error in init town (#8) * Add files via upload * Add files via upload * Add files via upload * Test whether more relaxed mypy could reduce captured error in init-town * sync template * support research_town * fix codespell bug * fix formatting * test pytest * fix mypy errors * try to pass pytest * try to pass pytest * pass all pre-commit * pass all pre-commit * pass all pre-commit * fix isort bug * fix isort bug * fix mypy types * fix ruff * delete install mypy things * fix isort * fix isort * update poetry dependency * add torch support * add isort support * add transformers * fix pytest error * fix pytest error * solve pytest warning * solve pytest --------- Co-authored-by: ft2023 <[email protected]> Co-authored-by: Haofei Yu <[email protected]> * fix typo in issue template (#18) * Update codebase_reorg.yml * fix bug issue * split the utils and reorg (#19) * split the utils * fix isort * move prompting into agents * move prompting into agents * Fix pytest warning on arxiv lib (#26) * support communicate method for agent (#24) Co-authored-by: Haofei Yu <[email protected]> * support write abstract method for agent (#25) * Implemented write abstract method for agent * fix merge error * add communicate func --------- Co-authored-by: Haofei Yu <[email protected]> * fix pytest segmentation fault bug (#29) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update test_agent_base.py * Update agent_base.py * Update test_agent_base.py * fix ruff * fix testing path error --------- Co-authored-by: ft2023 <[email protected]> * support review paper in agent class (#15) * test review paper (#15) * test review paper (#15) * support find collaborators (#16) * fix test errors * fix test errors * fix test error * update prompting function name --------- Co-authored-by: Haofei Yu <[email protected]> Co-authored-by: Haofei Yu <[email protected]> Co-authored-by: Jinwei <[email protected]> Co-authored-by: ft2023 <[email protected]> Co-authored-by: timsanders256 <[email protected]>
- Loading branch information
1 parent
d73b031
commit 947c280
Showing
3 changed files
with
117 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters