Commit Graph

1263 Commits

Author SHA1 Message Date
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
Charles Packer
807c25d310 feat: update portal to latest alpha (#1658) 2024-08-16 18:25:15 -07:00
Sarah Wooders
eb253d2264 chore: bump version 0.3.24 (#1657) 2024-08-16 18:23:59 -07:00
Sarah Wooders
af777156d6 bump version 2024-08-16 18:16:30 -07:00
Sarah Wooders
f31855e83c fix: fix tool creation to accept dev portal POST request (#1656) 2024-08-16 18:03:54 -07:00
Sarah Wooders
59be71a885 chore: bump version (#1651) 2024-08-16 18:03:30 -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
Sarah Wooders
013dccfc12 bump version 2024-08-15 14:08:59 -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
Sarah Wooders
9add59c86b feat: add example notebooks (#1625) 2024-08-10 13:59:32 -07:00
Sarah Wooders
6f130f6079 feat: add index to avoid performance degradation (#1606) 2024-08-06 22:10:29 -07:00
Carlo
d33a1619e9 add index 2024-08-06 11:39:00 +08:00
Carlo
78a524d11d add index 2024-08-05 13:24:44 +08:00