Commit Graph

18 Commits

Author SHA1 Message Date
Sarah Wooders
b9ce56d320
fix: remove requirement to specify version in ~/.memgpt/config (#1337)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-03 15:31:13 -07:00
Charles Packer
eaed123af8
chore: run autoflake + isort (#1279) 2024-04-20 11:40:22 -07:00
Charles Packer
03abc4fce0
feat: migrate all calls to datetime.now() to datetime.now(UTC) (#1176) 2024-03-21 12:36:56 -07:00
Charles Packer
6abe5c5d0d
fix: (1) refactor in Agent.step() to fix out-of-order timestamps, (2) bug fixes with usage of preset/human vs filename values (#1145) 2024-03-16 20:11:31 -07:00
Charles Packer
dcf746cd91
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
tombedor
9681a60bc9
fix: configure black (#1072) 2024-02-29 15:19:08 -08:00
Sarah Wooders
38c184caf8
feat: refactor loading and attaching data sources, and upgrade to llama-index==0.10.6 (#1016) 2024-02-18 16:57:01 -08:00
Charles Packer
6edffe036e
fix: use utf-8 encodings for all text files (#918) 2024-01-30 11:59:58 -08:00
Charles Packer
330b199616
fix: misc updates to the migration code to improve migration UX (#941) 2024-01-29 17:42:41 -08:00
Charles Packer
6f5da1a5c9
fix: resolve fatal attribute errors in pyright (#917) 2024-01-23 20:33:58 -08:00
Sarah Wooders
4df42c2f6b
fix: Check existing of migrated agents and sources in tests + fix migrated agent saving bug (#911) 2024-01-23 11:55:42 -08:00
Charles Packer
68cc8a7760
fix: more patches to the migration script (#894) 2024-01-21 23:33:34 -08:00
Charles Packer
962ae63557
fix: account for trailing space in timestamp (#891) 2024-01-21 16:40:37 -08:00
Sarah Wooders
75ea61161b
fix: Add tests for migration code and bugfix for pulling LLM/embedding configs from user instead of config (#878)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-20 22:30:08 -08:00
Sarah Wooders
cca9b38294
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
d1b1548ba0
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
Charles Packer
288fb5e176
feat: Properly handle old config migration/recreation on memgpt run (#804) 2024-01-11 20:23:20 -08:00
Charles Packer
75467c2fb8
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