Commit Graph

84 Commits

Author SHA1 Message Date
Sarah Wooders
6bd19e15ad
feat: Migrating CLI to run on MemGPT Client for memgpt [list/add/delete] (#1428) (#1449)
Co-authored-by: Krishna Mandal <43015249+KrishnaM251@users.noreply.github.com>
2024-06-13 16:02:59 -07:00
Sarah Wooders
b7e8a11399
fix: various fixes to python client and add tutorial notebooks (#1377) 2024-06-09 15:32:20 -07:00
Sarah Wooders
a1d56f6ae3
fix: remove server locking on agents (#1442) 2024-06-09 13:54:41 -07:00
Sarah Wooders
8fb2b618b1
feat: split up endpoint tests (#1432)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-06-04 19:03:38 -07:00
Sarah Wooders
6ebe177e37
feat: add more tool functionality for python client (#1361)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-13 12:05:32 -07:00
madgrizzle
6f2a6c0585
fix: various breaking bugs with local LLM implementation and postgres docker. (#1355) 2024-05-12 11:53:46 -07:00
Sarah Wooders
29ae747d5c
fix: allow passing full postgres URI and only override config URI is env variables provided (#1327)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-03 10:39:33 -07:00
Charles Packer
ddc3dabf4f
fix: patch embedding_model null issue in tests (#1305)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-04-27 21:33:00 -07:00
Charles Packer
a86374b464
ci: update workflows (add autoflake and isort) (#1300) 2024-04-27 11:54:34 -07:00
Sarah Wooders
048e55fe15
feat: add workflow to build + test docker container (#1278) 2024-04-21 17:58:09 -07:00
Sarah Wooders
4ddd0d4939
feat: disallow creation of tools with the same name (#1285) 2024-04-21 17:57:58 -07:00
Charles Packer
eaed123af8
chore: run autoflake + isort (#1279) 2024-04-20 11:40:22 -07:00
Charles Packer
e3c93dc4ba
feat: misc server updates (#1275) 2024-04-19 17:39:36 -07:00
Sarah Wooders
6767153e73
fix: add DB prefill for default user, preset, humans, and persona for server (#1273) 2024-04-19 10:30:28 -07:00
Sarah Wooders
2d980e4d25
feat: REST API support for tool creation (#1219)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-08 22:11:18 -07:00
Sarah Wooders
dfc4207866
fix: delete mapping between sources and agents if agent is deleted (#1229) 2024-04-06 17:32:30 -07:00
Sarah Wooders
7f688d16b6
feat: move quickstart to use inference.memgpt.ai (#1190) 2024-03-27 17:09:11 -07:00
Charles Packer
15a149233c
fix: patch out-of-sync / missing tzinfo timestamps coming back from API server (#1182) 2024-03-26 20:37:44 -07:00
Sarah Wooders
464bda4589
feat: return num_passages in Source.metadata_ from REST list sources endpoint (#1178) 2024-03-21 15:41:31 -07:00
Charles Packer
97b7834f20
feat: return information on attached agents when getting list of sources from API (#1172) 2024-03-20 22:00:37 -07:00
Charles Packer
d664e25cef
feat: move source_id to path variable (#1171) 2024-03-20 21:37:52 -07:00
Charles Packer
89cc4b98ed
feat: add Preset routes to API + patch for tool_call_id max length OpenAI error (#1165) 2024-03-20 17:05:06 -07:00
Sarah Wooders
091ee663de
fix: write temporary file for REST upload file endpoint + return number added passages/documents (#1169) 2024-03-20 15:39:08 -07:00
Charles Packer
1c25a80cb9
feat: return source metadata with list sources route (#1164) 2024-03-18 17:21:09 -07:00
Sarah Wooders
ebfe9495e6
feat: add remaining Python client support for REST API routes + tests (#1160) 2024-03-17 17:34:37 -07:00
Charles Packer
66923058ee
feat: Allow timestamp in send_message POST (#1161) 2024-03-16 23:12:32 -07:00
Charles Packer
e3fa2f599d
feat: during agent creation - create new presets in the DB if the preset had overrides (#1159) 2024-03-16 22:29:29 -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
Sarah Wooders
03e9f3ebbf
feat: implement remaining Admin routes in client and add tests (#1157) 2024-03-16 20:03:19 -07:00
Robin Goetz
61794a0f76
feat: expose cursor based retrieval of previous messages (#1140) 2024-03-12 09:38:01 -07:00
Charles Packer
efa12cf95b
feat: enable tool selection via agent creation POST (#1137) 2024-03-12 02:36:47 -07:00
Charles Packer
225564dc22
feat: add in-context message field ('in_context') to message dicts returned by GET /api/agents/{a_id}/messages (#1135) 2024-03-11 23:02:00 -07:00
Sarah Wooders
163e65a0bf
fix: modify metadata presets functions (#1132) 2024-03-11 16:32:50 -07:00
Charles Packer
138204698e
fix: patch messages route + unify all the api/agents API routes to use {agent_id} via path parameter (#1129)
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com>
2024-03-11 14:30:58 -07:00
Charles Packer
d68f4e1403
feat: add list of sources (in dict format) to response object (#1128) 2024-03-11 13:30:38 -07:00
Charles Packer
8c7ca659d3
feat: add memory data and tool data to list_agents function / GET /api/agents response (#1125) 2024-03-11 12:16:55 -07:00
Charles Packer
a547c106f5
feat: add a last_run field to the agent state model (#1124) 2024-03-10 18:06:00 -07:00
Charles Packer
2ca92d6955
feat: pass message UUIDs during message streaming (POST SSE send_message) (#1120) 2024-03-10 15:34:37 -07:00
Sarah Wooders
f193aa58fa
feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
ff986ad384
feat: add archival memory GET, POST, DEL to REST API (#1119) 2024-03-09 14:23:36 -08:00
Sarah Wooders
928056815d
fix: bug with storing embedding info in metadata store (#1101) 2024-03-05 22:11:12 -08: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
Robin Goetz
ccecea3b7a
fix: return uuid stored in config (#1092)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:34:51 -08:00
Sarah Wooders
15dbe34dfe
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
Charles Packer
a2133fd13d
feat: tests and bug fixes AgentState.state (#1058) 2024-02-29 20:51:31 -08:00
Sarah Wooders
ce1ce9d06f
feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Sarah Wooders
9ada3ef529
feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Charles Packer
29801ef29b
fix: removed superfluous create_agent calls (#1000) 2024-02-19 10:13:41 -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
c816280d52
feat: Add API keys to memgpt server REST API (#1014) 2024-02-16 13:14:35 -08:00