Commit Graph

156 Commits

Author SHA1 Message Date
Matthew Zhou
5bb4888cea fix: Remove in-memory _messages field on Agent (#2295) 2024-12-20 15:52:04 -08:00
ali sayyah
6ec36303e5 Create multiplatform docker images (#2254) 2024-12-17 15:22:12 -08:00
Matthew Zhou
7908b8a15f feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
Sarah Wooders
35cafa08fa feat: support python 3.13 (#2176) 2024-12-10 19:02:27 -08:00
cthomas
c7e6b8497d fix: pattern match new prints correctly (#2213)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-10 10:38:17 -08:00
Charles Packer
aadd3c6d42 feat: added new workflow to warn about poetry diffs (#2179) 2024-12-06 13:04:31 -08:00
mlong93
6c2c7231ab feat: message orm migration (#2144)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-12-06 11:50:15 -08:00
Charles Packer
370a0e68dd chore: update workflow (#2175) 2024-12-05 18:21:01 -08:00
Charles Packer
a873b5aca3 chore: add workflow files for closing stale issues (#2174) 2024-12-05 18:14:24 -08:00
Charles Packer
e51c21070e fix: patch system message creation spam (#2169)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-05 11:52:51 -08:00
Charles Packer
d255b58661 chore: added new test to flag stray prints in new PRs (#2155) 2024-12-03 19:32:29 -08:00
Matthew Zhou
1e5d74b4a7 feat: Add endpoints to list Composio apps and actions (#2140) 2024-12-02 15:36:10 -08:00
Matthew Zhou
860cf1949e feat: Improve error messages from tool sandbox (#2135) 2024-12-02 11:08:44 -08:00
Shubham Naik
29165493dc chore: add record key (#2126)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-30 12:33:55 -08:00
Charles Packer
6be2000eda feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
Matthew Zhou
8711e1dc00 chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102) 2024-11-25 10:46:15 -08:00
Matthew Zhou
d12da645a0 feat: Add composio tools compatibility to sandboxes (#2097) 2024-11-22 12:10:36 -08:00
Matthew Zhou
69730988ce feat: Sandboxing for tool execution (#2040)
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MacBook-Pro-2.local>
Co-authored-by: Caren Thomas <carenthomas@jeffs-mbp-2.lan>
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MBP-2.hsd1.ca.comcast.net>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-22 10:34:08 -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
85d558367f fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -08:00
Matthew Zhou
d890e55991 fix: Fix ollama CI test (#2062) 2024-11-18 18:14:42 -08:00
Charles Packer
f57dc28552 feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
Matthew Zhou
2d26365e42 fix: Fix summarizer for Anthropic and add integration tests (#2046) 2024-11-15 16:46:12 -08:00
Matthew Zhou
c9c10e945e fix: Fix memory summarization (#2029) 2024-11-12 18:02:34 -08:00
Shubham Naik
db18c15ffa feat: add openapi compatibility checker (#2016)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-07 14:53:11 -08:00
Sarah Wooders
3c97fb00a0 feat: rename docker to letta/letta (#2010) 2024-11-06 23:15:25 -08:00
Charles Packer
2e9378f26b fix: patch workflows (#2011) 2024-11-06 23:07:57 -08:00
Shubham Naik
0ab85ccfec chore: retrigger the workflow (#2004)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-06 22:39:15 -08:00
Sarah Wooders
66a9539346 feat: add docker nightly publish and use letta/letta repo (#2005) 2024-11-06 22:28:21 -08:00
Sarah Wooders
f88a0cbfa6 feat: add e2e example scripts for documentation (#1995) 2024-11-06 17:39:51 -08:00
Shubham Naik
8414a94b96 chore: add letta web saftey test (#1991)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-06 15:03:21 -08:00
Matthew Zhou
b3f86fe4cd chore: Move ID generation logic out of the ORM layer and into the Pydantic model layer (#1981) 2024-11-05 17:05:10 -08:00
Charles Packer
5204a3a4e0 fix: removed dead workflow file (#1970) 2024-11-01 14:29:41 -07:00
Charles Packer
da6fa7909f fix: stop running the PR title validation on main, only on PRs (#1969) 2024-11-01 13:59:03 -07:00
Shubham Naik
a8c3e90dc0 chore: add migration script (#1960)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-10-31 11:04:46 -07:00
Matthew Zhou
7bb0f53c23 feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
Sarah Wooders
362176c5ed feat: add workflow to also publish to memgpt repository (#1953) 2024-10-29 10:59:02 -07:00
Matthew Zhou
9439e5e255 fix: Clean up some legacy code and fix Groq provider (#1950) 2024-10-28 14:13:11 -07:00
Sarah Wooders
969300fb56 feat: move docker run command to use port 8283 (#1949) 2024-10-28 13:57:30 -07:00
Sarah Wooders
0bd45ab27d fix: update ollama model for testing (#1941) 2024-10-25 15:42:44 -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
f93dc8250b chore: Consolidate CI style checks (#1936) 2024-10-24 15:24:26 -07:00
Matthew Zhou
ff4be4576b feat: Add ORM for user model (#1924) 2024-10-23 10:28:00 -07:00
Shubham Naik
4fbc8c9fbb chore: support alembic (#1867)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-11 15:51:14 -07:00
Matthew Zhou
02f4098553 test: Fix Azure tests and write CI tests (#1871)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-11 15:12:45 -07:00
Matthew Zhou
5cc3a1d8af chore: add e2e tests for Groq to CI (#1868)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-10 17:43:14 -07:00
Matthew Zhou
5769e0c815 chore: add CLI CI test (#1858)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-09 14:34:36 -07:00
Sarah Wooders
dd51b15154 feat: list available embedding/LLM models for ollama (#1840) 2024-10-08 14:57:11 -07:00
Sarah Wooders
91287a76c9 feat: list out embedding models for Google AI provider (#1839) 2024-10-08 11:28:24 -07:00