Skip to content
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

ci(bot): update bot commit message #418

Merged
merged 1 commit into from
Jul 20, 2024
Merged

ci(bot): update bot commit message #418

merged 1 commit into from
Jul 20, 2024

Conversation

lwaekfjlk
Copy link
Member

Closes #

πŸ“‘ Description

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

β„Ή Additional Information

@lwaekfjlk lwaekfjlk merged commit 8c9af6d into main Jul 20, 2024
6 checks passed
lwaekfjlk added a commit that referenced this pull request Jul 22, 2024
lwaekfjlk added a commit that referenced this pull request Jul 22, 2024
* fix pytest error

* feat(config): support agent number in config (#406)

* fix pytest error

* merge participant number into config

* feat(eval): add eval scripts (#407)

* fix pytest error

* update scripts

* fix mypy error

* feat(test): support codecov (#410)

* ci(docs): deploy doc to website (#411)

* deploy docs workflow

* update pyproject

* update pyproject

* modify the pages

Create CNAME

* ci(all): unify workflow to be lowercase (#413)

* unify workflow to be lowercase

* fix pytest

* bug(ci): fix workflow name typo (#414)

Update CNAME

Update CNAME

Update CNAME

* bug(doc): fix website deploy (#415)

* update cname

* update

* update url

* feat(db): modify db embedding logic (#417)

* polish embedding logics (#390)

* add db storage test (#409)

* fix test errors

* update agent names

* ci(bot): update bot commit message (#418)

* ci(bot): add docs dependency update (#421)

* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#420)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* support openai format messages

* update the config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Zirui Cheng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lwaekfjlk added a commit that referenced this pull request Jul 22, 2024
* fix pytest error

* feat(config): support agent number in config (#406)

* fix pytest error

* merge participant number into config

* feat(eval): add eval scripts (#407)

* fix pytest error

* update scripts

* fix mypy error

* feat(test): support codecov (#410)

* ci(docs): deploy doc to website (#411)

* deploy docs workflow

* update pyproject

* update pyproject

* modify the pages

Create CNAME

* ci(all): unify workflow to be lowercase (#413)

* unify workflow to be lowercase

* fix pytest

* bug(ci): fix workflow name typo (#414)

Update CNAME

Update CNAME

Update CNAME

* bug(doc): fix website deploy (#415)

* update cname

* update

* update url

* feat(db): modify db embedding logic (#417)

* polish embedding logics (#390)

* add db storage test (#409)

* fix test errors

* update agent names

* ci(bot): update bot commit message (#418)

* ci(bot): add docs dependency update (#421)

* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#420)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* support saving pkl in example

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Zirui Cheng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lwaekfjlk added a commit that referenced this pull request Jul 28, 2024
* fix pytest error

* feat(config): support agent number in config (#406)

* fix pytest error

* merge participant number into config

* feat(eval): add eval scripts (#407)

* fix pytest error

* update scripts

* fix mypy error

* feat(test): support codecov (#410)

* ci(docs): deploy doc to website (#411)

* deploy docs workflow

* update pyproject

* update pyproject

* modify the pages

Create CNAME

* ci(all): unify workflow to be lowercase (#413)

* unify workflow to be lowercase

* fix pytest

* bug(ci): fix workflow name typo (#414)

Update CNAME

Update CNAME

Update CNAME

* bug(doc): fix website deploy (#415)

* update cname

* update

* update url

* feat(db): modify db embedding logic (#417)

* polish embedding logics (#390)

* add db storage test (#409)

* fix test errors

* update agent names

* ci(bot): update bot commit message (#418)

* ci(bot): add docs dependency update (#421)

* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#420)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update prompt

* few-shot prompt for research town

* fix failure in getting reeview score

* alter corresponding few-shot example

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Zirui Cheng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zhaochen Hong <[email protected]>
lwaekfjlk added a commit that referenced this pull request Jul 30, 2024
* fix pytest error

* feat(config): support agent number in config (#406)

* fix pytest error

* merge participant number into config

* feat(eval): add eval scripts (#407)

* fix pytest error

* update scripts

* fix mypy error

* feat(test): support codecov (#410)

* ci(docs): deploy doc to website (#411)

* deploy docs workflow

* update pyproject

* update pyproject

* modify the pages

Create CNAME

* ci(all): unify workflow to be lowercase (#413)

* unify workflow to be lowercase

* fix pytest

* bug(ci): fix workflow name typo (#414)

Update CNAME

Update CNAME

Update CNAME

* bug(doc): fix website deploy (#415)

* update cname

* update

* update url

* feat(db): modify db embedding logic (#417)

* polish embedding logics (#390)

* add db storage test (#409)

* fix test errors

* update agent names

* ci(bot): update bot commit message (#418)

* ci(bot): add docs dependency update (#421)

* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#420)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update prompt

* few-shot prompt for research town

* fix failure in getting reeview score

* alter corresponding few-shot example

* Add 'accept' example for meta-review decision prompting

* better score prompt

* Notify possible truncation in prompt

* remove 'Score: 0' in examples

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Haofei Yu <[email protected]>
Co-authored-by: Zirui Cheng <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zhaochen Hong <[email protected]>
@lwaekfjlk lwaekfjlk deleted the lwaekfjlk-patch-12 branch September 8, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant