Commit Graph

3426 Commits

Author SHA1 Message Date
Charles Packer
d1a22d0b69 feat: add a last_run field to the agent state model (#1124) 2024-03-10 18:06:00 -07:00
Sarah Wooders
47a14b5917 fix: fix bugs for retrieving archival memory via REST API + tests (#1122) 2024-03-10 16:40:54 -07:00
Charles Packer
fe4a3f75b8 fix: small typing fixes (#1123) 2024-03-10 15:40:45 -07:00
Charles Packer
d984daa3c4 feat: pass message UUIDs during message streaming (POST SSE send_message) (#1120) 2024-03-10 15:34:37 -07:00
Sarah Wooders
dc958bcd9e feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
e93d41b57a feat: add archival memory GET, POST, DEL to REST API (#1119) 2024-03-09 14:23:36 -08:00
Charles Packer
deb9b292cb feat: add metadata to GET tools route (#1117) 2024-03-08 14:13:08 -08:00
Charles Packer
691c3c1658 fix: silence pydantic warning about protected namespace (#1116) 2024-03-08 14:03:28 -08:00
Charles Packer
65456cfa10 fix: patch API key GET error + allow empty body on create user POST (#1113) 2024-03-07 13:26:22 -08:00
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