Commit Graph

190 Commits

Author SHA1 Message Date
Charles Packer
ff40f2447e feat: allow updating Messages via the server, remap CLI commands that update messages to use server.py (#1715)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-09-08 15:24:41 -07:00
Charles Packer
36f105c1c7 feat: add support for returning type MemGPTMessage from cursor GET (#1723) 2024-09-07 20:03:16 -07:00
Shubham Naik
eda82afbba feat: updated dev portal static files (#1718)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-05 15:08:33 -07:00
Charles Packer
f7fdf7cc8f fix: Add remove tool from Agent API (#1714) 2024-09-05 11:06:31 -07:00
Sarah Wooders
07d74937cb feat: add jobs routes to REST API (#1699) 2024-08-30 17:07:30 -07:00
Charles Packer
512315800c fix: patch queueinginterface duplication bug (#1702) 2024-08-30 15:33:58 -07:00
Charles Packer
ad3fa85985 fix: patch streaming API code (#1693) 2024-08-29 16:01:14 -07:00
Charles Packer
df7316cef1 fix: patch core memory edit bug/regression (#1695)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-08-29 13:12:24 -07:00
cpacker
090cfaa648 fix: patch stream_steps to properly trigger + return compact JSON instead of JSON with newlines 2024-08-28 10:05:47 -07:00
Sarah Wooders
8029d33b62 fix: add schema for creating archival memory (#1690) 2024-08-27 15:30:58 -07:00
Sarah Wooders
39239a0cad feat: generate JSON schema from source code on the server side (#1689) 2024-08-27 14:51:39 -07:00
Sarah Wooders
9c39e3ac7b feat: add endpoint to list agent's attached sources (#1688) 2024-08-27 13:42:41 -07:00
Sarah Wooders
7f16fd9a3e feat: add endpoint to list agent attached sources 2024-08-27 13:32:21 -07:00
Ethan Knox
8ba3b29352 removing dead code to make it easier to refactor 2024-08-27 09:43:58 -04:00
Sarah Wooders
4d4aadc55d fix: import Generator 2024-08-26 14:45:33 -07:00
Sarah Wooders
cc039e0c55 fix: add import to function sets 2024-08-26 14:40:24 -07:00
Ethan Knox
0491a8bbe3 refactor: Remove JSON constant for common method (#1680) 2024-08-26 13:47:41 -07:00
Sarah Wooders
7f589eaf63 refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (#1579)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
2024-08-16 19:53:21 -07:00
Charles Packer
e8813e5937 revert: #1659 (#1660) 2024-08-16 19:52:47 -07:00
Sarah Wooders
9601b53010 refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (cleaned up git history) (#1659)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
Co-authored-by: robingotz <tug29225@temple.edu>
Co-authored-by: Vandracon <vandracon@yahoo.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
Co-authored-by: Scott <scott@vysona.com>
Co-authored-by: Jonathan Ward <jonathan.ward7892@gmail.com>
Co-authored-by: madgrizzle <john@thehogans.name>
Co-authored-by: Carlo <284474102@qq.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com>
2024-08-16 19:33:47 -07:00
Charles Packer
807c25d310 feat: update portal to latest alpha (#1658) 2024-08-16 18:25:15 -07:00
Sarah Wooders
f31855e83c fix: fix tool creation to accept dev portal POST request (#1656) 2024-08-16 18:03:54 -07:00
Charles Packer
1b64ccbbc1 fix: patches to the API for non-streaming OAI proxy backends (#1653) 2024-08-16 09:48:28 -07:00
Robin Goetz
1dfadcb21f fix: add correct dependencies and missing variable (#1638) 2024-08-15 09:29:52 -07:00
Shubham Naik
743be75454 feat: create an admin return all agents route (#1620) 2024-08-13 12:00:19 -07:00
Charles Packer
fbcc9efd0b fix: patch unbound variable on streaming tokens (#1630) 2024-08-10 18:06:16 -07:00
Jonathan Ward
d3210871eb code linting 2024-07-31 12:31:08 -07:00
Jonathan Ward
6cdc838e2b enable source desc and allowing editing source name and desc 2024-07-31 12:23:06 -07:00
Sarah Wooders
647b28baef feat: various fixes to improve notebook useability (#1593) 2024-07-30 22:23:06 -07:00
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