Commit Graph

10 Commits

Author SHA1 Message Date
Vivian Fang
1942ecee76 Add autogen example that lets you chat with docs (#342)
* Relax verify_first_message_correctness to accept any function call

* Also allow missing internal monologue if request_heartbeat

* Cleanup

* get instead of raw dict access

* Support attach in memgpt autogen agent

* Add docs example

* Add documentation, cleanup
2023-11-06 21:06:13 -08:00
Vivian Fang
5a60e92e8d Support for MemGPT + Autogen + Local LLM (#231)
* various fixes to get autogen working again

* MemGPT+Autogen+Local LLM example working

Co-Authored-By: nmx0 <nmx0@users.noreply.github.com>

* propagate model to other memgpt_agent constructor

* fix agent_groupchat

* tested on lm studio

---------

Co-authored-by: nmx0 <nmx0@users.noreply.github.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2023-11-01 00:14:40 -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
Charles Packer
7fe659834c Update agent_groupchat.py 2023-10-30 17:32:19 -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
Qingzheng Gao
5227b477f4 Set example to True 2023-10-27 13:57:01 +08:00
Qingzheng Gao
b2fcbd0241 add examples 2023-10-27 13:52:50 +08: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