Commit Graph

22 Commits

Author SHA1 Message Date
Matthew Zhou
79cc78f5cb fix: Patch dummy message and fix test (#2192) 2024-12-07 13:11:46 -08:00
Matthew Zhou
3b1f579aba feat: Add lock around loading agent (#2141) 2024-12-02 17:46:48 -08:00
Sarah Wooders
07bb536018 feat: refactor agent memory representation and modify routes for editing blocks (#2094)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-27 16:04:13 -08:00
Sarah Wooders
cb85ccebc1 test: add test for pip install on python 3.10, 3.11, and 3.12 and remove crewAI tools (#2082) 2024-11-21 19:50:35 -08:00
Matthew Zhou
2bb3baf060 feat: Move blocks to ORM model (#1980)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-19 11:32:33 -08:00
Matthew Zhou
c9c10e945e fix: Fix memory summarization (#2029) 2024-11-12 18:02:34 -08:00
Matthew Zhou
7bb0f53c23 feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
Matthew Zhou
d74406af41 feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
Matthew Zhou
9acdaacc7c test: Add archival insert test to GPT-4 and make tests failure sensitive (#1930) 2024-10-24 15:54:29 -07:00
Matthew Zhou
c18eb466f8 feat: Add put_inner_thoughts_in_kwargs as a config setting for the LLM (#1902)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-17 15:54:03 -07:00
Sarah Wooders
b568830978 chore: deprecate letta configure and remove config defaults (#1841)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-10-09 14:32:08 -07:00
Matthew Zhou
c0501a743d test: add complex gemini tests (#1853)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-09 10:00:21 -07:00
Matthew Zhou
cffd493f75 test: add complex testing for Groq Llama 3.1 70b (#1845)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 14:22:13 -07:00
Matthew Zhou
1104438490 fix: Fix Azure provider and add complex e2e testing (#1842)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-07 17:59:06 -07:00
Matt Zhou
b215990b98 Edit workflows 2024-10-04 16:18:42 -07:00
Matt Zhou
70ba1b66af Fix failing tests and add safe json serializer 2024-10-04 15:40:24 -07:00
Matt Zhou
87e4bc7bc4 Fix failing tests 2024-10-04 15:28:22 -07:00
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
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