Commit Graph

3967 Commits

Author SHA1 Message Date
Charles Packer
bee8d1b72b feat: add GET REST API route for listing tools (#1100) 2024-03-05 22:11:24 -08:00
Sarah Wooders
7b8fcd3a42 fix: bug with storing embedding info in metadata store (#1101) 2024-03-05 22:11:12 -08:00
Charles Packer
b796c01edf chore: bump version to 0.3.5 (#1091) 2024-03-05 21:28:02 -08:00
Sarah Wooders
fd199f11af chore: only install llama-index-embeddings-huggingface for extras local (#1099) 2024-03-05 17:20:20 -08:00
Sarah Wooders
5e754df9d7 fix: move to TokenTextSplitter for more reliable chunking (#1098) 2024-03-05 17:00:28 -08: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
tombedor
b665e67b01 feat: isolate test config from main config (#1063)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-03-05 16:21:37 -08:00
Robin Goetz
83eb401be8 feat: create humans personas (#1093)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:36:34 -08:00
Robin Goetz
3f5baeb402 fix: return uuid stored in config (#1092)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:34:51 -08:00
Robin Goetz
16fa71b88e feat: move agent_id from query param to path variable and remove unus… (#1094)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:28:03 -08:00
Charles Packer
1ada95ce5d ci: patch embedding issue in tests (#1096) 2024-03-05 13:52:54 -08:00
Charles Packer
10d277e987 ci: skip autogen test if no oai secret (#1095) 2024-03-05 13:10:47 -08:00
Sarah Wooders
220f16432f feat: Add more tests to test_metadata.py (#1082) 2024-03-04 17:29:26 -08:00
thefux
f6de3bd7ff fix: huggingface embeddings dependency (#1087)
Co-authored-by: Abderrahmen Rakez <a.rakez@envisia.de>
Co-authored-by: sarahwooders <sarahwooders@gmail.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-04 17:21:07 -08:00
Charles Packer
e7f42d1420 fix: patch AutoGen integration for 0.3.5 + add AutoGen integration tests (#1081) 2024-03-02 13:45:12 -08:00
Sarah Wooders
bfea6ed7f4 feat: return server.server_llm_config information for REST endpoint (#1083) 2024-03-02 13:42:37 -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
6778cf89c5 chore: bump version to 0.3.4 (#1075) 2024-02-29 20:52:08 -08:00
Charles Packer
894cfcb0c5 feat: tests and bug fixes AgentState.state (#1058) 2024-02-29 20:51:31 -08:00
Sarah Wooders
0712141af6 fix: bug with loading directories (#1073) 2024-02-29 15:27:27 -08:00
tombedor
1097eee7ab fix: configure black (#1072) 2024-02-29 15:19:08 -08:00
tombedor
8cbd1c849c fix: set default, all 0 anon UUID (#1071) 2024-02-29 14:55:01 -08:00
Charles Packer
1865e91e91 docs: Update server process / API documentation landing page (#1067) 2024-02-28 22:17:25 -08:00
Robin Goetz
a9146fb902 feat: add auth to chatui (#1065) 2024-02-28 14:33:11 -08:00
Charles Packer
15b0aebf52 feat: add basic https support to memgpt server for development where https is needed (#1052) 2024-02-25 14:34:14 -08:00
Robin Goetz
e0e031795a feat: allow admin to access all API routes & add back auth (#1047) 2024-02-25 07:16:45 -08:00
Charles Packer
cb476c14c1 fix: Patch typo in base.py (#1050) 2024-02-24 20:05:45 -08:00
Sarah Wooders
12a55831ca feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Robin Goetz
6c68a6f269 feat: add dockerfile for memgpt server (#1049) 2024-02-23 16:33:54 -08:00
Charles Packer
6434c0620b docs: Update README.md (#1045) 2024-02-22 13:50:37 -08:00
Sarah Wooders
dcf4667c56 fix: Fix memgpt benchmark command (#1041) 2024-02-22 12:11:33 -08:00
Sarah Wooders
3b99151711 feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Charles Packer
fb85273a73 fix: patch /rewrite (#1034) 2024-02-21 23:52:53 -08:00
Jonathan Rich
c9349acecf fix: Corrected response_model usage (#1036) 2024-02-21 13:38:07 -08:00
Charles Packer
d64178655d fix: removed superfluous create_agent calls (#1000) 2024-02-19 10:13:41 -08:00
Charles Packer
9b93ca5c8f feat: minor updates to chatui (#1029) 2024-02-18 17:03:04 -08:00
Sarah Wooders
4cdd9ee01f 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
dca193b01c ci: Update rdme-openapi.yml (#1027) 2024-02-18 15:07:46 -08:00
Charles Packer
63dfd5c545 docs: cleanup API page (#1026) 2024-02-18 14:58:07 -08:00
Charles Packer
5a739ade88 feat: add password protection to /admin routes on server (#1025) 2024-02-18 14:02:54 -08:00
Sarah Wooders
46a90d6364 chore: bump version 0.3.3 (#1015) 2024-02-18 13:22:27 -08:00
Charles Packer
01ab77f23f ci: run quickstart before memgpt server (#1021) 2024-02-17 16:41:32 -08:00
Charles Packer
dd209a3132 feat: Add API keys to memgpt server REST API (#1014) 2024-02-16 13:14:35 -08:00
Charles Packer
fbd84f7a05 chore: remove python-box from deps (#1019) 2024-02-16 12:08:01 -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
Sarah Wooders
60cd5ec56b docs: Update OpenAI assistants example to use memgpt server (#1012) 2024-02-15 11:44:36 -08:00
Sarah Wooders
6ea67d4cd7 refactor: Add OpenAI assistants API endpoints to memgpt server (#1006) 2024-02-14 15:51:56 -08:00
Sarah Wooders
bc8cf24fd1 fix: de-duplicate IDs before inserting into ChromaDB (#1001) 2024-02-13 20:54:13 -08:00