Charles Packer
b35de11d96
chore: run autoflake + isort ( #1279 )
2024-04-20 11:40:22 -07:00
Sarah Wooders
518437fa02
fix: remove default persona/human from memgpt configure and add functionality for modifying humans/presets more clearly ( #1253 )
2024-04-15 12:25:49 -07:00
Sarah Wooders
a3dfb15071
fix: errors on getting default config values on fresh install ( #1249 )
2024-04-12 20:50:47 -07:00
Charles Packer
5ece354e0e
feat: add Cohere API support (Command-R+) ( #1246 )
2024-04-12 20:25:23 -07:00
Charles Packer
fe4c3510c8
feat: Anthropic Claude API support ( #1239 )
2024-04-11 15:13:18 -07:00
Charles Packer
703ea47d72
feat: add Google AI Gemini Pro support ( #1209 )
2024-04-10 19:43:44 -07:00
Sarah Wooders
cda66338a9
fix: upgrade llama-index-embeddings-huggingface package and fix bug with local embeddings ( #1222 )
2024-04-05 22:43:27 -07:00
Charles Packer
d4cf8bda2c
feat: added groq support via local option w/ auth ( #1203 )
2024-04-01 15:31:05 -07:00
Charles Packer
acbdd4c0e5
fix: patch vllm/local endpoint model GET bug ( #1179 )
2024-03-21 14:50:04 -07:00
Sarah Wooders
08fd722f13
feat: add description to source ( #1175 )
2024-03-21 13:02:50 -07:00
Peiran Yao
7ea83fa7f0
fix: fix azure credential configuration ( #1152 )
2024-03-17 17:04:04 -07:00
Sarah Wooders
d17719f19b
feat: enable adding presets via the CLI ( #1131 )
2024-03-11 15:01:56 -07:00
Charles Packer
637cb9c2b4
feat: one time pass of autoflake + add autoflake to dev extras ( #1097 )
...
Co-authored-by: tombedor <tombedor@gmail.com >
2024-03-05 16:35:12 -08:00
Sarah Wooders
40b23987ed
feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB ( #1074 )
2024-03-02 13:07:24 -08:00
Sarah Wooders
cb7b4caeac
fix: Pass empty list for functions==None ( #983 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
2024-03-01 23:23:26 -08:00
Charles Packer
dd209a3132
feat: Add API keys to memgpt server REST API ( #1014 )
2024-02-16 13:14:35 -08:00
tombedor
e6554b149c
fix: decrease number of saves to MemGPTConfig ( #943 )
2024-02-15 19:08:52 -08:00
Sarah Wooders
10aa6097ad
refactor: store presets in database via metadata store ( #1013 )
2024-02-15 18:49:16 -08:00
Charles Packer
2aa2e12502
fix: various patches for Azure support + strip Box ( #982 )
2024-02-09 15:01:57 -08:00
Charles Packer
5112f5e161
fix: use utf-8 encodings for all text files ( #918 )
2024-01-30 11:59:58 -08:00
Charles Packer
037cc16e32
refactor: fix typing errors (pyright) ( #855 )
2024-01-23 17:21:44 -08:00
Robin Goetz
cc6ce4f6dc
fix: remove unexpected arguments for user ( #910 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
2024-01-23 11:32:33 -08:00
Sarah Wooders
35b48c5fc0
fix: add Annotated to CLI options ( #906 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
2024-01-23 11:27:24 -08:00
Sarah Wooders
4039763de5
feat: Store embeddings padded to size 4096 to allow DB storage of varying size embeddings ( #852 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-01-19 16:03:13 -08:00
Charles Packer
77e5c43c8f
feat: local auth config ( #854 )
2024-01-18 16:43:41 -08:00
Charles Packer
da5a8cdbfe
refactor: remove User LLM/embed. defaults, add credentials file, add authentication option for custom LLM backends ( #835 )
2024-01-18 16:11:35 -08:00
Charles Packer
c07746b097
refactor: Use Message types inside Agent state (agent.messages), enabling immediate tracking of Message objects ( #836 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2024-01-17 17:02:56 -08:00
tombedor
7d246ac3a8
fix: store opeani key ( #806 )
2024-01-11 20:25:24 -08:00
Charles Packer
f118e01ad1
feat: Migration command for importing old agents into new DB backend ( #802 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2024-01-11 14:57:21 -08:00
Max Blackmer
10865a4cb8
Merge branch 'main' into feature/global-logging
...
# Conflicts:
# memgpt/config.py
2024-01-11 11:12:03 -05:00
Sarah Wooders
471005efed
Fix CLI formatting
2024-01-08 16:58:59 -08:00
Sarah Wooders
04b40c677f
Clear out archival and recall memory stores on agent deletion
2024-01-08 16:55:00 -08:00
Sarah Wooders
5485c744c9
Add support for deleting sources
2024-01-08 16:49:04 -08:00
Sarah Wooders
54fa07da7a
refactor!: Migrate users + agent information into storage connectors ( #785 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-01-08 15:59:49 -08:00
Max Blackmer
72d184a5e3
Merge branch 'feature/global-logging' of github.com:agiletechnologist/MemGPT into feature/global-logging
...
Removed Logging from configurations and migrated to constants.py
Modified log.py to configure using constants to configure logging
Conflicts:
memgpt/config.py resolved
2024-01-05 18:11:17 -05:00
cpacker
c236ba5bdb
added success and fail messages to memgpt source delete
2024-01-02 13:39:26 -08:00
cpacker
3de3fb8315
don't allow bad endpoint addresses during memgpt configure
2024-01-02 13:27:19 -08:00
cpacker
b022b6e172
Merge branch 'main' into cherry-pick-storage-refactor
2024-01-02 12:21:56 -08:00
Jim Lloyd
7ffb3c0149
feat: enum choices for list command argument (issue #732 ) ( #746 )
...
* enum choices for list command argument
* fixup! enum choices for list command argument
2023-12-31 13:27:10 -08:00
Sarah Wooders
ba550fbb07
Update memgpt configure to reflect current storage connector options
2023-12-26 19:28:13 +04:00
Sarah Wooders
5b991988f6
Deprecate list_loaded_data for listing sources, and use metadata DB instead
2023-12-26 18:47:16 +04:00
Sarah Wooders
a6dd3ab4d8
Support data source deletion with 'memgpt delete source <name>'
2023-12-26 18:28:53 +04:00
Max Blackmer
5733f0418d
[cpacker#319] Refactor memgptlog.py to log.py and move a function to log.py
2023-12-26 08:52:24 -05:00
Sarah Wooders
7a14e2020a
Support 'memgpt list sources' for storage refactor
2023-12-26 17:07:18 +04:00
Sarah Wooders
deb7f3c1e1
Enable loading local agents with refactored recall memory + update MemGPTConfig to default to sqlite + chroma
2023-12-26 17:06:56 +04:00
Sarah Wooders
0e935d3ebd
Add more compehensive tests, make row ids be strings (not integers)
2023-12-26 17:05:58 +04:00
Sarah Wooders
453a7c0c3e
Refactor chroma integration
2023-12-26 17:05:41 +04:00
Sarah Wooders
223e196da8
Support recall and archival memory for postgres
...
working test
2023-12-26 17:05:24 +04:00
Max Blackmer, CSM
ebbd176e71
Merge branch 'main' into feature/global-logging
2023-12-25 14:53:19 -05:00
Charles Packer
776a30e7dd
feat: pull model list for openai-compatible endpoints ( #630 )
...
* allow entering custom model name when using openai/azure
* pull models from endpoint
* added/tested vllm and azure
* no print
* make red
* make the endpoint question give you an opportunity to enter your openai api key again in case you made a mitake / want to swap it out
* add cascading workflow for openai+azure model listings
* patched bug w/ azure listing
2023-12-21 23:27:48 -08:00