Commit Graph

813 Commits

Author SHA1 Message Date
Vivian Fang
6c6ce2ca2d Bump version to 0.1.12 2023-10-30 18:19:27 -07:00
Vivian Fang
2734890da3 Refactor autogen agent to use sync memgpt, add notebook example (#157)
* Refactor autogen agent to use sync memgpt, add notebook example

* Add colab badge to notebook

* Update colab badge to point to main

* Add imports lost in the merge

* Changes to make autogenagent work with cli refactor
2023-10-30 18:09:51 -07:00
Sarah Wooders
8ab04772ec Update requirements.txt with prettytable 2023-10-30 18:04:26 -07:00
Charles Packer
7fe659834c Update agent_groupchat.py 2023-10-30 17:32:19 -07:00
Sarah Wooders
23f3d42fae Refactoring CLI to use config file, connect to Llama Index data sources, and allow for multiple agents (#154)
* Migrate to `memgpt run` and `memgpt configure` 
* Add Llama index data sources via `memgpt load` 
* Save config files for defaults and agents
2023-10-30 16:47:54 -07:00
Vivian Fang
5a6b0ef1e8 Hotfix bug from async refactor (#203) 2023-10-30 15:38:25 -07:00
Charles Packer
cc84d46d8b added more clear warnings for when HOST and HOST_TYPE are not set (#202) 2023-10-30 14:14:52 -07:00
Vivian Fang
8b86fc8f8e Fix persona selection for local LLM, bump version 2023-10-30 02:10:26 -07:00
Vivian Fang
864b416ebf Bump version 2023-10-29 22:44:40 -07:00
Vivian Fang
e7caf22f49 Fix summarizer bug in async agent (#195) 2023-10-29 22:43:17 -07:00
tractorjuice
fcbf21419f Update agent.py (#185)
Fix missing bracket in construct_system_with_memory
2023-10-29 21:46:23 -07:00
Charles Packer
e47336ed48 black format patch for zephyr pr 2023-10-29 21:34:32 -07:00
Kamelowy
11d576f7e6 New wrapper for Zephyr models + little fix in memory.py (#183)
* VectorIndex -> VectorStoreIndex

VectorStoreIndex is imported but non-existent VectorIndex is used.

* New wrapper for Zephyr family of models.

With inner thoughts.

* Update chat_completion_proxy.py for Zephyr Wrapper
2023-10-29 21:17:01 -07:00
Charles Packer
819028d136 azure typo patch (#192)
* azure typo patch

* Make azure embeddings var consistent

---------

Co-authored-by: Vivian Fang <hi@vivi.sh>
2023-10-29 21:04:49 -07:00
Wes
4f96810a90 Allow recursive blobs (#186)
* Allow recursive blobs in file utils.

* Make recursive blobs default behavior.
2023-10-29 21:01:57 -07:00
Charles Packer
06871cc298 black patch on outstanding files that were causing workflow fails on PRs (#193) 2023-10-29 20:53:46 -07:00
Ajay Gonepuri (GONAPCORP)
1b168a3168 Fix typos (#172)
* Update memgpt_gpt35_extralong.txt
2023-10-29 11:15:16 -07:00
Charles Packer
60aa871f02 Create black_format.yml 2023-10-28 22:39:35 -07:00
Charles Packer
139f06f091 use urljoin instead of path.join (#173) 2023-10-28 20:41:44 -07:00
Charles Packer
a9a6a2629a hotfix for broken sync agent code (#171) 2023-10-28 20:15:55 -07:00
Charles Packer
938ba8dcc5 Update README.md 2023-10-28 19:42:23 -07:00
Charles Packer
6de682a187 Update README.md 2023-10-28 18:37:26 -07:00
Mahmoud Almontasser
992c281a62 add missing pip requirement llama_index (#166) 2023-10-28 18:36:37 -07:00
Vivian Fang
0c1cf4bb31 Bump version 2023-10-28 18:34:24 -07:00
Charles Packer
78cb676cd2 LM Studio inference server support (#167)
* updated airo wrapper to catch specific case where extra closing } is missing

* added lmstudio support
2023-10-28 18:30:35 -07:00
Charles Packer
d206de5687 Update README.md 2023-10-28 18:27:16 -07:00
Charles Packer
7194e98669 Update README.md 2023-10-28 18:26:42 -07:00
Vivian Fang
53cacad075 Add synchronous memgpt agent (#156) 2023-10-27 16:48:14 -07:00
Sarah Wooders
afdc79e4bd Merge pull request #146 from sarahwooders/main
Support loading data into archival with Llama Index connectors
2023-10-27 13:28:26 -07:00
Vivian Fang
07b5d32316 hotfix 2023-10-27 13:22:36 -07:00
Vivian Fang
2b48b259c9 Default to no when prompting user for preloading into archival memory 2023-10-27 13:20:09 -07:00
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
7df12096d0 update poetry 2023-10-26 17:43:37 -07: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
436b2e7f9b Merge branch 'cpacker:main' into main 2023-10-26 16:40:06 -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
Sarah Wooders
b189fe3814 Merge branch 'cpacker:main' into main 2023-10-26 16:17:16 -07:00
Charles Packer
f300819039 Merge pull request #145 from cpacker/powershell-readme
powershell instructions
2023-10-26 16:16:31 -07:00
Sarah Wooders
ef532c8641 merge 2023-10-26 16:14:46 -07:00
cpacker
95c3d9b90d powershell instruction 2023-10-26 16:11:58 -07:00
Sarah Wooders
78cece6378 fix formatting 2023-10-26 16:11:34 -07:00