Commit Graph

910 Commits

Author SHA1 Message Date
Sarah Wooders
f042dc4e73 docs: Fix client README example (#984) 2024-02-09 17:01:38 -08:00
Charles Packer
0727c802f0 fix: patch bug in verify first message + add ChatCompletionRequest models to the models dir (#985) 2024-02-09 17:00:33 -08:00
Charles Packer
2aa2e12502 fix: various patches for Azure support + strip Box (#982) 2024-02-09 15:01:57 -08:00
Sarah Wooders
1d065d3849 fix: Automatically create User from MemGPTConfig.anon_clientid from client if does not exist (#981) 2024-02-09 14:54:52 -08:00
Sarah Wooders
a114003292 chore: bump version to 0.3.1 (#979) 2024-02-08 20:48:44 -08:00
Sarah Wooders
da7ecbf103 fix: Remove document truncation and replace DB inserts with upserts (#973) 2024-02-08 20:46:21 -08:00
Adam
ddd218b643 fix: Enhance CreateAgentDialog with Improved Error Handling and User Feedback (#932) 2024-02-08 20:42:58 -08:00
Charles Packer
1d58e68ca4 fix: patch mem lim exceeded (#977) 2024-02-08 20:02:05 -08:00
Sarah Wooders
e246ea6aae fix: Require tool_calls or content to be set for assistant role (#976) 2024-02-08 20:00:40 -08:00
Sarah Wooders
d099c8c1f1 fix: Remove document truncation for memgpt load (#978) 2024-02-08 17:19:32 -08:00
Sarah Wooders
3c0dec5c4b fix: Allow content to be None for role==tool (#971) 2024-02-08 12:44:48 -08:00
黄绵秋
5b25d9e1f2 fix: Fix Misplaced Else Statement and Correct If Condition Handling in set_config_with_dict() (#965)
Co-authored-by: luther <272786742@qq.com>
2024-02-08 12:43:32 -08:00
Sarah Wooders
b8aa8121c8 chore: Update bug_report.md to request~/.memgpt/config (#970)
lgtm tyvm
2024-02-08 12:29:14 -08:00
Charles Packer
e2c019aec4 docs: Add roadmap link to readme (#962) 2024-02-07 11:49:30 -08:00
tombedor
c8e8557c27 fix: set json loads strict to false (#946) 2024-01-31 15:50:08 -08:00
tombedor
f2bf929bd4 fix: more instructive error for function loading (#945) 2024-01-31 15:48:06 -08:00
Charles Packer
5112f5e161 fix: use utf-8 encodings for all text files (#918) 2024-01-30 11:59:58 -08:00
Abdellah
e9eaa1bfcd docs: small fix to docs (#942) 2024-01-30 11:13:54 -08:00
Charles Packer
d9c87a266f fix: misc updates to the migration code to improve migration UX (#941) 2024-01-29 17:42:41 -08:00
tombedor
ff692fe7ab fix: remove unused param in agent instantiation (#938) 2024-01-29 17:37:59 -08:00
Maximilian Winter
5d53e77d4d feat: Configurable wrapper (#857) 2024-01-27 17:26:34 -08:00
Charles Packer
8b52b26c7d fix: patch tool_call bug in summarizer (#935) 2024-01-27 17:07:45 -08:00
Adam
405b3429a0 fix: Enhancements in CommonVector and test_server for Handling Data (#933) 2024-01-27 16:46:23 -08:00
Charles Packer
dc4fdb1c5c ci: disable workflows on external (#934) 2024-01-27 16:45:54 -08:00
Adam
75f9b6be45 fix: Update storage.md to include instructions for running the Docker container (#936) 2024-01-27 16:38:49 -08:00
Sarah Wooders
312d44b87f chore: require >=3.10 for python (#931) 2024-01-25 13:15:22 -08:00
Sarah Wooders
7f94c705b5 chore: Update nightly publish workflow token (#930) 2024-01-25 12:20:59 -08:00
Sina Azizi
b5d4b10ced docs: Update cli_faq.md for spelling issues (#925) 2024-01-24 16:29:12 -08:00
tombedor
73b7ad09a8 fix: do not try to iterate over None (#927) 2024-01-24 16:28:36 -08:00
Adam
b158c143c1 fix: Resolved a TypeError preventing documents from loading into storage (#928) 2024-01-24 16:27:27 -08:00
Charles Packer
12e8f767fa docs: Update README.md (#926) 2024-01-24 13:32:05 -08:00
Sina Azizi
0eacecaced docs: Update cli_faq.md for multi-user faq (#923) 2024-01-24 13:07:07 -08:00
RT
597ba3f253 build: Add a filter to only allow the Pypi publish Actions to be run from the primary repo (#924) 2024-01-24 13:05:43 -08:00
Sina Azizi
be2ad8046a docs: Update cli_faq.md to include information about personas, agents and humans (#921) 2024-01-24 01:23:36 -08:00
Charles Packer
30e312f7bc fix: set default max_length for koboldcpp backend (#919)
Co-authored-by: thenabytes <athena@triple7factor.com>
2024-01-24 00:06:55 -08:00
Charles Packer
82f339718c fix: resolve fatal attribute errors in pyright (#917) 2024-01-23 20:33:58 -08:00
Charles Packer
037cc16e32 refactor: fix typing errors (pyright) (#855) 2024-01-23 17:21:44 -08:00
Charles Packer
b425ec2c80 fix: out-of-order user message timestamp (#915) 2024-01-23 15:42:53 -08:00
Adam
505c0e92d8 feat: Chatui agent dropdown fields (#899)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-23 14:41:33 -08:00
Sarah Wooders
69997caa3d fix: use path ~/.memgpt/sqlite.db for both recall/metadata storage (#913) 2024-01-23 14:08:52 -08:00
Charles Packer
c29f9607ab chore: bump version to 0.3.0 (#912) 2024-01-23 14:08:36 -08:00
Sarah Wooders
2a0bd9e1f3 fix: Check existing of migrated agents and sources in tests + fix migrated agent saving bug (#911) 2024-01-23 11:55:42 -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
888a69af85 fix: chroma bug with repeated loading of same source (#909) 2024-01-23 10:29:40 -08:00
tombedor
570dc2a893 fix: simplify user config (#904) 2024-01-22 19:25:03 -08:00
Charles Packer
08d5fe8edd refactor: refactor MemGPT + AutoGen integration to work with MemGPT 0.2.12+ (DB release) (#905) 2024-01-22 17:49:48 -08:00
Jim Lloyd
73bb3516c3 feat: memgpt/prompts/system/memgpt_intuitive_knowledge.txt (#774) 2024-01-22 12:21:07 -08:00
tombedor
22e98d6f96 fix: update remaining sqlalchemy sessions (#888) 2024-01-22 11:46:39 -08:00
Maximilian Winter
e9bc7f49c7 feat: Add memgpt_modified_chat.txt (#903) 2024-01-22 11:46:11 -08:00