Commit Graph

1228 Commits

Author SHA1 Message Date
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
Sarah Wooders
129058483e fix: syntax warning on startup (#1612) 2024-08-04 21:18:01 -07:00
Zack Field
9cc827ff90 fix: syntax warning on startup 2024-08-04 20:33:53 -07:00
Sarah Wooders
99098b2c89 feat: Fix CLI agent delete functionality & allow importation of file for system prompt - attempt #2 (#1607) 2024-08-03 21:20:35 -07:00
madgrizzle
d80b9a1fa7 third try 2024-08-02 20:25:03 -04:00
madgrizzle
ce1e574810 second attempt 2024-08-02 20:19:04 -04:00
madgrizzle
bf23434a7f Revert "allow file updating system prompt from file"
This reverts commit 016daa820ece063266df111fc9fee306c903fe00.
2024-08-02 20:12:57 -04:00
madgrizzle
45be6f2e1a blacked 2024-08-02 20:05:54 -04:00
Carlo
09a33501c0 Merge branch 'refs/heads/main' into index 2024-08-02 21:59:59 +08:00
Carlo
f8fb76f9f5 add index 2024-08-02 21:59:36 +08:00
madgrizzle
319abdcb88 allow file updating system prompt from file 2024-08-01 21:06:54 -04:00
madgrizzle
752110bb32 fix cli delete agent 2024-08-01 19:46:53 -04:00
Sarah Wooders
8e9c755292 chore: remove deprecated main.yml file (#1604) 2024-08-01 16:12:32 -07:00
Charles Packer
1b9296e8db feat: added system prompt override to the CLI (#1602) 2024-08-01 14:18:54 -07:00
Sarah Wooders
19c0900b8a fix: enable source desc and allowing editing source name and desc (#1599) 2024-08-01 14:17:58 -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
7f36686635 chore: bump version 0.3.22 (#1597) 2024-07-30 22:34:15 -07:00
Sarah Wooders
2b569b3480 fix: read embedding_model and embedding_dim from embedding_config (#1596) 2024-07-30 22:29:10 -07:00
Sarah Wooders
647b28baef feat: various fixes to improve notebook useability (#1593) 2024-07-30 22:23:06 -07:00
Sarah Wooders
3c10dbba08 feat: allow setting core memory limit in CLI (#1595) 2024-07-30 22:18:34 -07:00
Jonathan Ward
9d03315b52 read embedding_model and embedding_dim from embedding_config 2024-07-30 22:01:05 -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
Sarah Wooders
acf8822af1 fix: Fixes error when calling function without providing timestamp (even t… (#1586) 2024-07-29 13:45:22 -07:00
Charles Packer
04249a7145 feat: allow editing the system prompt of an agent post-creation (#1585) 2024-07-28 20:14:34 -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
Charles Packer
d60e0c844b feat: allow templated system messages (#1584)
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
2024-07-27 22:13:20 -07:00
Sarah Wooders
fd25304a48 fix: bump version 0.3.21 (#1576) 2024-07-26 14:51:14 -07:00
Sarah Wooders
4d14ce196d feat: changes create agent API to accept optional system value. (#1575) 2024-07-26 14:30:45 -07:00
Sarah Wooders
7c5d68be86 fix: sort order (#1574)
Co-authored-by: robingotz <tug29225@temple.edu>
2024-07-26 14:22:38 -07:00
Sarah Wooders
4d758a3073 fix: check for tool call in message object (#1573) 2024-07-26 14:04:29 -07:00
Vandracon
54e416c983 Changes create agent API to accept optional system value. 2024-07-26 16:44:49 -04:00
Sarah Wooders
4ad825c6db feat: disable parallel tool calling (#1570) 2024-07-25 17:52:53 -07:00
Sarah Wooders
f031050004 chore: bump version 0.3.20 (#1568) 2024-07-25 09:46:39 -07: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