Commit Graph

1336 Commits

Author SHA1 Message Date
Matt Zhou
6bcec854d6 Add printed out responses for easier debugging from tests 2024-10-04 15:19:40 -07:00
Matt Zhou
776d7dd6e8 Fix broken openAI tests 2024-10-04 10:45:13 -07:00
Matt Zhou
08b5a023de Update openAI e2e test to include external-tools 2024-10-04 10:29:20 -07:00
Matt Zhou
e212b3ec17 Refactor out the testing functions so we can use this for benchmarking 2024-10-03 18:33:42 -07:00
Matt Zhou
ab5d12f586 Finish testing gpt4 openai 2024-10-03 18:28:58 -07:00
Matt Zhou
cd84d9fbdd wip add errors and refactor out into tools 2024-10-03 14:46:36 -07:00
Matt Zhou
6d5fb1a07a Merge branch 'main' into matt-complex-e2e-providers 2024-10-03 10:53:26 -07:00
Matt Zhou
1293a14c9f wip 2024-10-03 09:43:21 -07:00
Matthew Zhou
58aa7e09df feat: Add integration with Composio tools (#1820)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-02 20:58:03 -07:00
Shubham Naik
35d7b6cbe0 feat: add health check route (#1822) 2024-10-02 16:29:25 -07:00
Shubham Naik
29c5f8cf12 chore: add health check route 2024-10-02 16:16:05 -07:00
Shubham Naik
188c3dd942 feat: add health check route 2024-10-02 16:13:23 -07:00
Sarah Wooders
8f5d9b9e85 fix: remove function overrides for Block object (#1816) 2024-10-02 11:06:33 -07:00
Matthew Zhou
01cb79c2d7 feat: Adapt crewAI to also accept parameterized tools and add example (#1817)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 18:00:26 -07:00
Matthew Zhou
e4bf9f6681 fix: Check that content is not None before setting to internal_monologue (#1813)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 16:32:04 -07:00
Sarah Wooders
e368c1aa10 chore: remove dead function loading code (#1795) 2024-10-01 14:28:39 -07:00
Matthew Zhou
ed7e3d1482 docs: Finish writing example for LangChain tooling (#1810)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 13:46:49 -07:00
Shubham Naik
88d18b07db chore: update static files (#1811)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-10-01 11:51:23 -07:00
Sarah Wooders
df26e14aa1 feat: add defaults to compose and .env.example (#1792) 2024-10-01 09:50:13 -07:00
Charles Packer
caa99e90e3 docs: update main README (#1804) 2024-10-01 09:49:59 -07:00
Sarah Wooders
563ed8d3a7 fix: minor patch to tool linking with JSON schema and Tool.name do not match (#1802) 2024-10-01 09:49:30 -07:00
Sarah Wooders
526104015d feat: don't require tags to be specified for tool creation (#1806) 2024-10-01 09:49:03 -07:00
Matthew Zhou
2164aedb46 fix: Enable importing LangChain tools with arguments (#1807)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-09-30 18:47:48 -07:00
Sarah Wooders
9f9e967c8b fix: remove usage of anon_clientid and migrate to DEFAULT_USER (#1805) 2024-09-30 17:56:28 -07:00
Charles Packer
e4cfefe993 fix: patch typos in notebooks (#1803)
Co-authored-by: yw5aj <yw5aj@virginia.edu>
2024-09-30 10:38:35 -07:00
Sarah Wooders
622de59fd0 fix: use JSON schema name instead of tool name for loading from env (#1798) 2024-09-30 09:24:10 -07:00
Charles Packer
4382c9be4b docs: patch link (#1797) 2024-09-27 18:33:03 -07:00
Sarah Wooders
cb87694cdd feat: support detaching sources from agents (#1791) 2024-09-25 15:18:46 -07:00
Sarah Wooders
81737fdeec feat: allow jobs to be filtered by source_id (#1786) 2024-09-25 15:13:14 -07:00
Charles Packer
7fa1016793 docs: patch readme (#1790) 2024-09-25 14:25:41 -07:00
Sarah Wooders
a8a44436ab fix: deprecate local embedding tests (#1789) 2024-09-25 14:08:59 -07:00
Sarah Wooders
424cfd60b3 fix: various fixes for workflow tests (#1788) 2024-09-25 13:58:21 -07:00
ShaliniR8
d18055f0dc fix: fixed bug when existing agent state is loaded via cli (#1783) 2024-09-25 11:03:19 -07:00
Charles Packer
ffdbc58987 chore: Update README.md (#1779) 2024-09-23 09:33:37 -07:00
Charles Packer
7a9d34798e chore: Update README.md (#1778) 2024-09-23 09:32:22 -07:00
Sarah Wooders
8ae1e64987 chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00
Sarah Wooders
9ebbaacc1f feat: add DEFAULT_USER_ID and DEFAULT_ORG_ID for local usage (#1768) 2024-09-22 15:10:54 -07:00
Charles Packer
0b348f8bd9 fix: various fixes to get create agent REST API to work (#1763) 2024-09-22 12:33:28 -07:00
Sarah Wooders
a9d8445e4a feat: add organization endpoints and schemas (#1762) 2024-09-20 11:34:57 -07:00
Sarah Wooders
da9bbeada0 fix: fix DB session management to avoid connection overflow error (#1758) 2024-09-18 13:14:19 -07:00
Charles Packer
930ab946f2 refactor: clean up agent.step() (#1756) 2024-09-13 17:28:21 -07:00
Charles Packer
23f11ee93b feat: add support for user_id in header (#1755) 2024-09-13 15:21:42 -07:00
Charles Packer
4c691d4428 fix: cleanup base agent typing on step(), from PR #1700 (#1754)
Co-authored-by: vivek3141 <vivekverma@berkeley.edu>
2024-09-13 14:48:23 -07:00
Charles Packer
1d20ee59f0 fix: hotfix for server test (#1753) 2024-09-13 14:43:33 -07:00
Charles Packer
8cf08e0245 fix: server memory leak (#1751)
CI passing locally, unclear about failure server-side
2024-09-13 13:57:08 -07:00
Charles Packer
f203f51bac ci: disable assistants api workflow (#1752) 2024-09-13 13:56:40 -07:00
Sarah Wooders
b292c0662a feat: add locust for testing user/connection scaling (#1742) 2024-09-12 15:37:32 -07:00
Charles Packer
ac5c90be27 fix: patch validation error on /messages endpoint (#1750) 2024-09-12 14:56:44 -07:00
Charles Packer
50ea8cb2b2 fix: patch recall error (#1749) 2024-09-12 14:55:59 -07:00
Sarah Wooders
6bd4f8f221 feat: support importing tools from LangChain (#1745)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-09-10 21:40:47 -07:00