Commit Graph

312 Commits

Author SHA1 Message Date
Charles Packer
3cab8c19a1 Merge pull request #126 from QZGao/main
Integration with AutoGen workflow
2023-10-27 12:33:34 -07:00
Charles Packer
0f27c1a57a Updated README.md with Poetry install instructions 2023-10-27 12:14:42 -07:00
Qingzheng Gao
5227b477f4 Set example to True 2023-10-27 13:57:01 +08:00
Qingzheng Gao
8ac3fbcde0 Merge newest fix 2023-10-27 13:56:08 +08:00
Qingzheng Gao
b2fcbd0241 add examples 2023-10-27 13:52:50 +08:00
Sarah Wooders
4a30ff19c8 Bump version to 0.1.6 2023-10-26 17:00:15 -07:00
Sarah Wooders
8a04a6cb94 Update poetry-publish.yml 2023-10-26 16:57:42 -07:00
Sarah Wooders
0e7ce685c5 Update poetry-publish.yml 2023-10-26 16:50:53 -07:00
Sarah Wooders
6e2818a81e Merge pull request #147 from sarahwooders/whitespace-formatting
Add pre-commit file that includes whitespace formatting
2023-10-26 16:39:41 -07:00
Sarah Wooders
ccf00933e6 Create poetry-publish.yml 2023-10-26 16:34:19 -07:00
Sarah Wooders
111872c841 update README 2023-10-26 16:20:44 -07:00
Sarah Wooders
0eb264d7eb add precommit 2023-10-26 16:18:51 -07:00
Charles Packer
f300819039 Merge pull request #145 from cpacker/powershell-readme
powershell instructions
2023-10-26 16:16:31 -07:00
cpacker
95c3d9b90d powershell instruction 2023-10-26 16:11:58 -07:00
Sarah Wooders
99057f4a11 Merge pull request #144 from sarahwooders/black-reformat
Update to consistent formatting
2023-10-26 16:05:30 -07:00
Sarah Wooders
faec3b47fc update README with development instructions 2023-10-26 15:35:49 -07:00
Vivian Fang
a4046dd060 Merge pull request #143 from cpacker/autogen-patch
fix runtime error in AutoGen agent
2023-10-26 15:34:42 -07:00
Vivian Fang
d38399ce7f return default_auto_reply instead of None 2023-10-26 15:34:04 -07:00
Sarah Wooders
5c44790ad0 add black to poetry and reformat 2023-10-26 15:33:50 -07:00
cpacker
94ca0d0bf3 fix runtime error 2023-10-26 15:23:31 -07:00
Vivian Fang
86bfafdf31 Merge pull request #140 from cpacker/azure-patch
Patch azure support

Co-Authored-By: rivms <50959956+rivms@users.noreply.github.com>
2023-10-26 14:56:25 -07:00
Vivian Fang
5276696d58 cleanup
Co-Authored-By: Rivaaj Jumna <50959956+rivms@users.noreply.github.com>
2023-10-26 14:50:00 -07:00
Vivian Fang
1848d716f0 patch azure support
Co-Authored-By: Rivaaj Jumna <50959956+rivms@users.noreply.github.com>
2023-10-26 14:48:07 -07:00
Vivian Fang
9a60673b69 bump version 2023-10-26 10:57:09 -07:00
Qingzheng Gao
215dad3f12 add support to auto-running mode 2023-10-26 15:47:36 +08:00
Qingzheng Gao
b01922142b draft: integration with autogen workflow 2023-10-26 15:28:34 +08:00
Vivian Fang
47bb12826f Update README.md 2023-10-26 00:06:40 -07:00
Charles Packer
e0232d62b2 Merge pull request #123 from cpacker/improve-autogen-examples
Refactored AutoGen integration + added examples folder
2023-10-25 23:56:29 -07:00
Vivian Fang
3e4e23c868 formatting 2023-10-25 23:48:22 -07:00
Vivian Fang
1749a3af83 add note about how to turn on inner thoughts 2023-10-25 23:46:21 -07:00
Vivian Fang
34eb8fa177 remove stray comments 2023-10-25 23:40:30 -07:00
Vivian Fang
77f8cd50cb simplify find_new_messages 2023-10-25 23:32:09 -07:00
Charles Packer
2fb1a07378 updated example and patched messages bug 2023-10-25 23:12:57 -07:00
Charles Packer
34d76b611d cleanup 2023-10-25 22:21:28 -07:00
cpacker
35b080d17c added user/PM/coder groupchat example to repo + refactored the creation of memgpt autogen actions to a constructor function 2023-10-25 18:06:35 -07:00
Vivian Fang
570d8e72d1 bump version 2023-10-25 16:52:38 -07:00
Vivian Fang
22d30e2531 Revert "roll back readme (revert me when pypi package is updated)"
This reverts commit 071b8dd3d14c6aadeaedad52d7895c70ac8ef19b.
2023-10-25 16:52:38 -07:00
Vivian Fang
7507989287 bump version 2023-10-25 16:52:38 -07:00
Vivian Fang
e8409ddb55 add proper init params to Config class 2023-10-25 16:51:08 -07:00
Charles Packer
0ecc10c307 Update README.md 2023-10-25 16:45:17 -07:00
Vivian Fang
1c40d4ce36 add multiline toggle, display available commands to user 2023-10-25 15:34:51 -07:00
Vivian Fang
c47f7b426c add config file validation 2023-10-25 14:43:06 -07:00
Charles Packer
246e1e955a Update README.md 2023-10-25 14:09:36 -07:00
Charles Packer
18fecb8d89 Update README.md 2023-10-25 14:08:35 -07:00
Charles Packer
7c473ce949 Merge pull request #121 from cpacker/rebased-diff
cleanup local LLM wrappers
2023-10-25 12:56:44 -07:00
cpacker
e41433f5e3 fix 2023-10-25 12:56:12 -07:00
Charles Packer
2c7a87a599 cleanup
Co-authored-by: Vivian Fang <v.fang@berkeley.edu>

cleanup

added missing file

added updated inner mono

missing stop token

cleanup

Update README.md
2023-10-25 12:50:46 -07:00
Charles Packer
9be1c60c46 Merge pull request #120 from cpacker/revert-main
Revert main
2023-10-25 12:46:10 -07:00
Vivian Fang
3b0aa370fc Revert "cleanup"
This reverts commit a7e06d0acc1b69b311fb16e386c4867337fe76f8.
2023-10-25 12:44:44 -07:00
Vivian Fang
bc81cdcef4 Revert "Revert "cleanup""
This reverts commit 6cd2a0049b02643ef800f7c2ddb45a1f4bd5babf.
2023-10-25 12:42:35 -07:00