Commit Graph

1536 Commits

Author SHA1 Message Date
Charles Packer
324346db5c fix: extra safety checks in the token counter for functions (#2061) 2024-11-22 12:13:10 -08:00
Charles Packer
202d6e25aa fix: add more types to the type_map from python -> json schema (#2095) 2024-11-22 12:12:40 -08:00
Matthew Zhou
d12da645a0 feat: Add composio tools compatibility to sandboxes (#2097) 2024-11-22 12:10:36 -08:00
Charles Packer
44df28417f fix: boost default char limit to 5k for core memory blocks (#2089) 2024-11-22 11:13:56 -08:00
Charles Packer
f438c057f8 fix: remove stray input (#2096) 2024-11-22 11:10:41 -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
Charles Packer
355fe1b4cf fix: silence bad print (#2093) 2024-11-22 09:44:28 -08:00
Charles Packer
c562664c62 fix: make runtime error warnings.warn instead (#2088) 2024-11-21 20:50:14 -08:00
Charles Packer
1fe45372b0 fix: redo #2085 (#2087) 2024-11-21 20:19:22 -08:00
Charles Packer
507a60f71c feat: routes for adding/linking new memory blocks to agents + unlinking blocks from agents (#2083) 2024-11-21 20:08:47 -08:00
Charles Packer
06744c9193 Revert "feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks)" (#2085) 2024-11-21 20:08:17 -08:00
Charles Packer
17e39a57fe feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks) (#2084) 2024-11-21 19:52: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
Kevin Lin
ab3bf12fb2 fix: fix bug where updates sets block limit to default value (#2074) 2024-11-21 13:58:18 -08:00
Kevin Lin
8395c86f78 fix: shared memory without requiring send message (#2068) 2024-11-21 13:58:03 -08:00
Matthew Zhou
6f1964c575 fix: Add save agents (#2080) 2024-11-21 09:53:30 -08:00
Sarah Wooders
3e7fd08ace chore: bump version to 0.5.4 (#2078) 2024-11-20 21:13:08 -08:00
Sarah Wooders
f9a07f4ded fix: fix poetry.lock to pin pydantic version (#2076) 2024-11-20 18:02:17 -08:00
Matthew Zhou
50f88586f0 fix: Lazy load llamaindex imports that are causing issues (#2075) 2024-11-20 17:18:39 -08:00
Sarah Wooders
86d9851023 feat: allow passing in tags to client.create_agent(tags=[..]) (#2073) 2024-11-20 12:12:14 -08:00
Matthew Zhou
85d558367f fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -08:00
Sarah Wooders
0c20ec3582 core: update notebooks to 0.5.2 and add agent cleanup (error on duplicate names) (#2038) 2024-11-19 15:02:53 -08:00
Ahmed Rowaihi
4bd482a05d fix(compose.yaml): letta_server hostname mismatch (#2065) 2024-11-19 14:36:49 -08:00
Sarah Wooders
4f39c1f4b3 feat: bump version 0.5.3 (#2066) 2024-11-19 14:23:56 -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
d890e55991 fix: Fix ollama CI test (#2062) 2024-11-18 18:14:42 -08:00
Charles Packer
a75dfd7907 fix: context window overflow patch (#2053) 2024-11-18 15:21:11 -08:00
Charles Packer
f57dc28552 feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
Andrew Fitz
cada5976da Add missing import in functions.py (#2060) 2024-11-18 13:20:38 -08:00
Seth Anderson
73365b9267 fix: Fix Docker compose startup issues (letta-ai#2056) (#2057) 2024-11-17 19:28:53 -08:00
Charles Packer
7f8e911038 feat: added token counter command to CLI (#2047) 2024-11-17 14:02:21 -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
cf35b9c4cd fix: Fix tool deletion bug (#2034) 2024-11-13 13:07:23 -08:00
Matthew Zhou
59d1f9cc25 fix: Fix bug for deleting agents belonging to the user org (#2033) 2024-11-13 12:37:31 -08:00
Matthew Zhou
d23c0c8cf4 chore: Migrate FileMetadata to ORM (#2028) 2024-11-13 10:59:46 -08:00
Shubham Naik
b4a2a227e2 feat: support a new secure flag (#2030)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-12 21:34:36 -08:00
Matthew Zhou
c9c10e945e fix: Fix memory summarization (#2029) 2024-11-12 18:02:34 -08:00
Matthew Zhou
e40e60945a feat: Move Source to ORM model (#1979) 2024-11-12 09:57:40 -08:00
Sarah Wooders
d29a0b2cc7 feat: add latest anthropic models (#2022) 2024-11-11 17:07:40 -08:00
Sarah Wooders
4f30288c14 fix: fix Unsupport authentication type error for Ollama (#2018) 2024-11-09 14:46:39 -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
4cf0649ce4 feat: modify startup.sh to work for sqlite (#2012) 2024-11-07 13:23:03 -08:00
Shubham Naik
28633b9be3 feat: add bash script to allow people to generate openapi schema with… (#2015)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-07 11:17:09 -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
Charles Packer
1b8c082c64 fix: Update CITATION.cff (#2009) 2024-11-06 23:00:17 -08:00
Charles Packer
789310f17c docs: update CITATION.cff (#2008) 2024-11-06 22:51:22 -08:00
Charles Packer
bf33681ccb docs: add citation link (#2007) 2024-11-06 22:48:30 -08:00
Sarah Wooders
aca98b1b4e fix: move composio import to not require (#2006) 2024-11-06 22:39:33 -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