Commit Graph

1277 Commits

Author SHA1 Message Date
Ethan Knox
a3b9f7e0f0 feat: autocommit linting (#1682) 2024-09-08 15:36:57 -07:00
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
da4adf2b43 fix: fix dump and dumpraw (#1732) 2024-09-08 12:28:54 -07:00
Charles Packer
36f105c1c7 feat: add support for returning type MemGPTMessage from cursor GET (#1723) 2024-09-07 20:03:16 -07:00
Charles Packer
e6247692e5 refactor: remove the concept of 'section' from the jinja2 prompt formatter (#1726) 2024-09-06 13:18:54 -07:00
Sarah Wooders
2f060f3471 fix: fix error with loading saved ToolCall objects for Message (#1722) 2024-09-05 22:31:54 -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
f4168d6887 feat: create an abstract agent type + cleanup typing errors in memory.py (#1720) 2024-09-05 12:47:21 -07:00
Sarah Wooders
1c4405087e feat: add Python autodocs (#1703) 2024-09-05 11:55:37 -07:00
Charles Packer
f7fdf7cc8f fix: Add remove tool from Agent API (#1714) 2024-09-05 11:06:31 -07:00
Charles Packer
35ebaef721 feat: add streaming support (both steps and tokens) to the Python REST client + pytest (#1701) 2024-09-03 16:57:57 -07:00
Charles Packer
282e7b5289 refactor: use jinja2 templates for Memory.compile instead of writing Python code (#1687) 2024-09-03 15:44:52 -07:00
Sarah Wooders
759b78a553 feat: add data connector example (#1713) 2024-09-03 15:14:09 -07:00
Sarah Wooders
fcb12e695c fix: fix function imports (#1710) 2024-09-02 19:32:14 -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
Sarah Wooders
8f34f3e5f1 fix: various fixes to patch anthropic integration (#1698) 2024-08-30 15:15:56 -07:00
Charles Packer
3566878962 fix: hotfix for PR #1693 (#1697) 2024-08-29 16:14:02 -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
edcb89cc50 fix: patch block edit error (#1691) 2024-08-27 16:06:23 -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
Sarah Wooders
8dde577bb1 refactor: Dead code removal (#1686) 2024-08-27 10:05:48 -07:00
Ethan Knox
2f7afa1225 lint 2024-08-27 09:48:25 -04:00
Ethan Knox
8ba3b29352 removing dead code to make it easier to refactor 2024-08-27 09:43:58 -04:00
Sarah Wooders
01c30a7857 refactor: move prompt string generation in Memory to a non-overloaded function (#1683) 2024-08-26 21:46:10 -07:00
cpacker
c837a196d1 refactor: cleanup 2024-08-26 16:55:08 -07:00
cpacker
6f6d1346d9 refactor: change 'string' name to 'compile' 2024-08-26 16:39:47 -07:00
cpacker
8221693890 fix: patch another str 2024-08-26 16:36:49 -07:00
cpacker
ee5aff92bd fix: patch another str 2024-08-26 16:32:47 -07:00
cpacker
05844ccf37 fix: patch another str 2024-08-26 16:25:50 -07:00
cpacker
1a9e08df94 fix: patch another str 2024-08-26 16:23:21 -07:00
cpacker
90ef6f4b06 fix: correct usage of str to string() 2024-08-26 16:21:24 -07:00
cpacker
78fc7316b0 refactor: move prompt string generation out of overloaded __str__ into a separate method (using 'string' atm, can change to something more explicitly named) 2024-08-26 16:13:47 -07:00
Sarah Wooders
ce89defec7 fix: patch tests for JSON parsers (#1681) 2024-08-26 15:33:44 -07:00
Sarah Wooders
6591290754 update tests workflow 2024-08-26 15:27:22 -07:00
Sarah Wooders
e24a48816c remove old function schema file 2024-08-26 15:01:49 -07: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
Sarah Wooders
99e2ae5c86 fix: remove test for unmerged function adding code 2024-08-26 14:31:02 -07:00
Sarah Wooders
e384635ce1 fix: fix test_json_parsers.py 2024-08-26 14:20:43 -07:00
Sarah Wooders
ac16840bc7 fix: remove import 2024-08-26 14:18:57 -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