Commit Graph

3426 Commits

Author SHA1 Message Date
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
starsnatched
577a801977 docs: Include information regarding benchmarking (#896)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-22 11:41:54 -08:00
Charles Packer
84211cc64d fix: patch typos in system prompt (#902) 2024-01-22 11:19:27 -08:00
Maximilian Winter
93ac6d39ef fix: Fix function documentation in wrapper (#901) 2024-01-22 11:12:56 -08:00
Charles Packer
ad877d298e fix: more patches to the migration script (#894) 2024-01-21 23:33:34 -08:00
Charles Packer
2ba5200392 fix: account for trailing space in timestamp (#891) 2024-01-21 16:40:37 -08:00
Charles Packer
6e8ef97025 docs: Update config.py (#886) 2024-01-21 13:38:13 -08:00
Charles Packer
7209a360bd docs: Update config.py (#885) 2024-01-21 13:34:54 -08:00
Charles Packer
41c729d7a0 docs: Update contributing_code.md (#884) 2024-01-21 13:29:31 -08:00
Charles Packer
ceb0bfe414 feat: add agent rename and agent delete to server + REST (#882) 2024-01-21 13:26:05 -08:00
Charles Packer
4ccb41135e docs: Update contributing_code.md (#883) 2024-01-21 13:25:54 -08:00
Charles Packer
f48f281dde fix: patch benchmark command (#879) 2024-01-21 01:04:43 -08:00
starsnatched
4c95b7bde3 feat: Benchmark Command: memgpt benchmark (#816)
Co-authored-by: Starlette <starlette@Starlettes-MacBook-Pro.local>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-21 00:57:01 -08:00
RT
1f7f5384fb fix: Remove the hard-coded database URI in the test helper to use an env var (#865) 2024-01-20 22:56:46 -08:00
Sarah Wooders
45edc624d8 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
Charles Packer
6094726dfe fix: various fixes + make sure to save agent on creation to avoid missing agent_state.state entries (#877) 2024-01-20 17:28:39 -08:00
Hamza Kyamanywa
030a1c2435 fix: Correct misspelled 'occurred' in printed error messages (#868) 2024-01-20 17:28:26 -08:00
Charles Packer
324e193846 fix: another patch for test_cli (#876) 2024-01-20 17:00:40 -08:00
Charles Packer
eeba15cba3 fix: patch test_cli (#875) 2024-01-20 16:45:44 -08:00
Charles Packer
e8e376cd9c ci: allow pyright to fail for the time being as a warning (#874) 2024-01-20 16:34:27 -08:00
Charles Packer
e67e7d7779 fix: patch server test (wasn't run on community PRs) (#873) 2024-01-20 16:30:59 -08:00
Robin Goetz
f285f8601e feat: Next iteration of ChatUI (#847)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-20 16:28:31 -08:00
Charles Packer
3f877af66f fix: patch typo, ci: disable pyright on main (#872) 2024-01-20 16:22:19 -08:00
tombedor
3b8dc36a25 fix: close db sessions in metadata manager (#869)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-01-20 16:03:40 -08:00
RT
114782a360 build: Add a warn-only pyright Github action (#861) 2024-01-20 16:03:20 -08:00
Sarah Wooders
73c9f8547f fix: minor fixes to allow tests to pass without OPENAI_API_KEY set (#871) 2024-01-20 15:07:16 -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
Sarah Wooders
492796ed5f chore: Updatepyproject.toml and README (#866) 2024-01-19 15:44:41 -08:00
RT
ccc14e2f76 build: Rename Github actions to improve clarity (#862) 2024-01-19 15:32:11 -08:00
Sarah Wooders
1c93697ed2 feat: Helper script for clearing out test database for postgres (#863) 2024-01-19 15:31:40 -08:00
Sarah Wooders
ea451a2cc8 fix: Remove psycopg dependency (#853) 2024-01-18 19:43:52 -08:00
Charles Packer
85954dffc7 docs: Update README.md for Chat UI (#856) 2024-01-18 17:54:19 -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
Sarah Wooders
2f7ccb1807 feat: Get in-context Message.id values from server (#851) 2024-01-18 12:42:55 -08:00