Scott
|
bd6bc7690a
|
fix: Address exception send_message_to_agent() missing 1 required positional argument: 'stream_legacy' on 'v1/chat/completions' (#1592)
|
2024-07-29 22:44:26 -07:00 |
|
Vandracon
|
8f674da973
|
Fixes error when calling function without providing timestamp (even though it's marked as optional)
|
2024-07-28 01:27:03 -04:00 |
|
Vandracon
|
54e416c983
|
Changes create agent API to accept optional system value.
|
2024-07-26 16:44:49 -04:00 |
|
Sarah Wooders
|
e6d429430f
|
feat: add character limits for persona/human to /config response (#1546)
|
2024-07-25 09:46:19 -07:00 |
|
Sarah Wooders
|
fe0818d34c
|
fix: fix CLI commands by migrating to Python client (#1563)
|
2024-07-23 19:52:18 -07:00 |
|
robingotz
|
6355d9f8de
|
feat: add character limits for persona/human to /config response
|
2024-07-16 16:48:42 +02:00 |
|
Sarah Wooders
|
718f2bcaa1
|
fix: add memory tools from dev portal (#1540)
|
2024-07-14 13:15:29 -07:00 |
|
Vinayak Sharma
|
f14c1b7e5e
|
fix: Fixed issue #1523 (#1526)
|
2024-07-09 14:10:15 -07:00 |
|
yuleisheng
|
f24904216c
|
fix: update docs to say 'stream_steps = True' (#1531)
|
2024-07-08 22:25:15 -07:00 |
|
yuleisheng
|
7ca2f98c6e
|
fix: use params in get_all_users(GET) endpoint (#1518)
|
2024-07-07 20:39:37 -07:00 |
|
Charles Packer
|
526ed7348c
|
chore: update dev portal (#1514)
|
2024-07-04 18:47:10 -07:00 |
|
Robin Goetz
|
d6fd28b18b
|
fix: use timestamp passed by request for user message created date (#1503)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-07-04 13:58:44 -07:00 |
|
Sarah Wooders
|
9b15cbef39
|
feat: refactor CoreMemory to support generalized memory fields and memory editing functions (#1479)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
|
2024-07-01 11:50:57 -07:00 |
|
Sarah Wooders
|
26bfa0b6d8
|
feat: move tool functions to user (#1487)
|
2024-06-29 16:49:25 -07:00 |
|
Sarah Wooders
|
a8f8e7ae81
|
feat: include usage statistics in message response (#1482)
|
2024-06-26 20:46:18 -07:00 |
|
Charles Packer
|
a41a5a0669
|
feat: add token streaming to the MemGPT API (#1280)
|
2024-06-24 20:43:46 -07:00 |
|
Sarah Wooders
|
215946cede
|
fix: more server patches for dev portal (#1475)
|
2024-06-23 09:55:01 -07:00 |
|
Sarah Wooders
|
99ae9c3832
|
feat: dev portal fixes for server changes (#1474)
|
2024-06-22 15:50:18 -07:00 |
|
Sarah Wooders
|
d7961b68b0
|
feat: add more tool calling support to LocalClient (#1465)
|
2024-06-22 13:55:00 -07:00 |
|
Sarah Wooders
|
51e23d5f83
|
feat: add tools from the Python client (#1463)
|
2024-06-21 20:58:12 -07:00 |
|
Sarah Wooders
|
b1fbece818
|
fix: debug logs in server (#1452) (#1457)
Co-authored-by: Ethan Knox <ethan.m.knox@gmail.com>
|
2024-06-16 19:21:53 -07:00 |
|
Sarah Wooders
|
1a3ef1d4d5
|
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
|
7ac11c1033
|
fix: allow concurrent processing for async def send_message function (#1445)
|
2024-06-10 15:15:05 -07:00 |
|
Eren-Ajani Tshimanga
|
0da130add8
|
feat: cursor pagination of get_all_users in /admin/users route (#1441)
|
2024-06-09 17:24:11 -07:00 |
|
Sarah Wooders
|
51f06fdae2
|
fix: various fixes to python client and add tutorial notebooks (#1377)
|
2024-06-09 15:32:20 -07:00 |
|
Sarah Wooders
|
de7de7e912
|
fix: remove server locking on agents (#1442)
|
2024-06-09 13:54:41 -07:00 |
|
Sarah Wooders
|
f56179050c
|
feat: split up endpoint tests (#1432)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-06-04 19:03:38 -07:00 |
|
David
|
917ca5b881
|
fix: #1532 upload sources file error "I/O operation on closed file" (#1425)
|
2024-06-03 15:42:59 -07:00 |
|
Bear Huang
|
e5fd3fbab6
|
fix: Append encoding='utf-8' to open (#1423)
|
2024-05-31 10:47:06 -07:00 |
|
Charles Packer
|
6889f63e2c
|
fix: make auth endpoint work with user API keys (#1385)
|
2024-05-14 23:10:26 -07:00 |
|
Charles Packer
|
bd81bd3ed7
|
feat: update portal (#1376)
Co-authored-by: goetzrobin <robin.goetz@temple.edu>
|
2024-05-13 12:40:54 -07:00 |
|
Sarah Wooders
|
5d7fb14530
|
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
|
e9c9513f84
|
fix: various breaking bugs with local LLM implementation and postgres docker. (#1355)
|
2024-05-12 11:53:46 -07:00 |
|
madgrizzle
|
699b1db400
|
fix: Update static_files.py (#1340)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-05-05 22:40:26 -07:00 |
|
Sarah Wooders
|
943f59a331
|
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 |
|
Sarah Wooders
|
4711309ced
|
feat: code cleanup + make server password print green (#1312)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-30 17:04:29 -07:00 |
|
Charles Packer
|
ac06ef9e22
|
feat: update portal (#1306)
|
2024-04-27 22:28:08 -07:00 |
|
Charles Packer
|
17eb4d9279
|
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
|
367e4bebb1
|
fix: patch tests (#1304)
|
2024-04-27 16:26:39 -07:00 |
|
Charles Packer
|
c59af308fe
|
ci: update workflows (add autoflake and isort) (#1300)
|
2024-04-27 11:54:34 -07:00 |
|
Charles Packer
|
a61a67bc47
|
chore: better database errors (#1299)
|
2024-04-26 16:00:36 -07:00 |
|
Sarah Wooders
|
416ed3fad9
|
feat: add workflow to build + test docker container (#1278)
|
2024-04-21 17:58:09 -07:00 |
|
Sarah Wooders
|
132c789ec5
|
feat: disallow creation of tools with the same name (#1285)
|
2024-04-21 17:57:58 -07:00 |
|
Charles Packer
|
b35de11d96
|
chore: run autoflake + isort (#1279)
|
2024-04-20 11:40:22 -07:00 |
|
Sarah Wooders
|
922fd5b513
|
feat: use background tasks for processing uploaded files to REST API (#1263)
|
2024-04-19 18:15:30 -07:00 |
|
Charles Packer
|
aec971c1b2
|
feat: misc server updates (#1275)
|
2024-04-19 17:39:36 -07:00 |
|
Sarah Wooders
|
d8ffd6c4d6
|
fix: add DB prefill for default user, preset, humans, and persona for server (#1273)
|
2024-04-19 10:30:28 -07:00 |
|
Sarah Wooders
|
f3b5f5e7db
|
fix: Clean up and simplify docker entrypoint (#1235) (#1259)
Co-authored-by: Ethan Knox <norton120@gmail.com>
|
2024-04-18 22:39:11 -07:00 |
|
Sarah Wooders
|
be50e44301
|
fix: remove message UTC validation temporarily to fix dev portal + add -d flag to docker compose up for tests (#1268)
|
2024-04-17 19:18:13 -07:00 |
|
Sarah Wooders
|
806a982b39
|
feat: REST API support for tool creation (#1219)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-08 22:11:18 -07:00 |
|