Matthew Zhou
|
7bb0f53c23
|
feat: Implement tool calling rules for agents (#1954)
|
2024-10-30 16:53:41 -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
|
a2e1cfd9e5
|
fix: Add embedding tests to azure (#1920)
|
2024-10-22 11:53:49 -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
|
b83f77af22
|
fix: refactor Google AI Provider / helper functions and add endpoint test (#1850)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 16:55:11 -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 |
|
Matthew Zhou
|
c76cecb8cb
|
test: Add complex e2e tests for anthropic opus-3 model (#1837)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-07 11:39:54 -07:00 |
|
Matt Zhou
|
b215990b98
|
Edit workflows
|
2024-10-04 16:18:42 -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
|
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
|
1293a14c9f
|
wip
|
2024-10-03 09:43:21 -07:00 |
|
Matt Zhou
|
a3b46dc026
|
Fix typo
|
2024-10-01 16:42:47 -07:00 |
|
Matt Zhou
|
071642b74f
|
Finish adding groq and test
|
2024-10-01 16:40:28 -07:00 |
|
Matt Zhou
|
d61b806fd5
|
wip
|
2024-10-01 16:22:34 -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
|
8f34f3e5f1
|
fix: various fixes to patch anthropic integration (#1698)
|
2024-08-30 15:15:56 -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 |
|
Sarah Wooders
|
9b15cbef39
|
feat: refactor CoreMemory to support generalized memory fields and memory editing functions (#1479)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
|
2024-07-01 11:50:57 -07:00 |
|
Sarah Wooders
|
51e23d5f83
|
feat: add tools from the Python client (#1463)
|
2024-06-21 20:58:12 -07:00 |
|
Sarah Wooders
|
97ef8ba022
|
feat: Ollama embeddings api + Ollama tests (#1433)
Co-authored-by: Krishna Mandal <krishna@mandal.us>
|
2024-06-04 20:49:20 -07:00 |
|
Sarah Wooders
|
f56179050c
|
feat: split up endpoint tests (#1432)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-06-04 19:03:38 -07:00 |
|
Sarah Wooders
|
4711309ced
|
feat: code cleanup + make server password print green (#1312)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-30 17:04:29 -07:00 |
|
Sarah Wooders
|
e27a5eccdc
|
feat: add testing for LLM + embedding endpoints (#1308)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-29 22:23:42 -07:00 |
|