Krishnakumar R (KK)
ecafa12ac9
fix(load-directory): Fix up file extension comparison & path list construction
...
The file extensions used in `cli_load.py` has '.' prefix. The comparison
in `get_filenames_in_dir` uses the strings from
`ext = file_path.suffix.lstrip(".")` resulting in strings without '.'
prefix. We fix this by giving extensions without '.' prefix in the
default list of extensions to compare against.
The file_path generated are of type PosixPath, where as string list is
expected. We fix this by converting PosixPath to string before
constructing the list.
2025-02-26 00:24:02 +00:00
Matthew Zhou
8d765f286e
feat: Composio tools execute on-the-fly ( #999 )
2025-02-13 16:13:29 -08:00
Sarah Wooders
3ff4c1886b
chore: merge changes from oss ( #964 )
2025-02-11 17:20:23 -08:00
Matthew Zhou
3150e17214
fix: Remove name from Create/Update tool ( #741 )
...
Co-authored-by: Caren Thomas <caren@letta.com >
2025-01-24 10:55:23 -08:00
Matthew Zhou
5c490a3cc7
chore: Merge OSS ( #512 )
2025-01-06 10:46:53 -08:00
Caren Thomas
7144fd2867
run black, add isort config to pyproject.toml
2024-12-26 19:43:11 -08:00
Caren Thomas
905906d416
run isort on apps/core
2024-12-26 19:27:09 -08:00
Shubham Naik
4cf354c033
fix: add tests to cypress
2024-12-23 14:44:08 -08:00
Matthew Zhou
747712b165
chore: Delete metadata.py ( #2253 )
2024-12-13 18:00:07 -08:00
Matthew Zhou
7908b8a15f
feat: Rewrite agents ( #2232 )
2024-12-13 14:43:19 -08:00
Shubham Naik
05cf168d35
feat: support local https mode ( #2217 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-12-10 13:36:20 -08:00
Sarah Wooders
1c13e223c3
fix: ask for embedding config for letta load directory ... ( #2184 )
2024-12-09 15:11:31 -08:00
Charles Packer
6c4f8d5d56
fix: patch Dockerfile for purpose of docker run ( #2177 )
2024-12-09 15:03:11 -08:00
Charles Packer
d3edd75c00
fix: disable printing version in health check, causes spam ( #2195 )
2024-12-07 16:14:51 -08:00
Shubham Naik
932e5448dc
chore: drop ade flag ( #2185 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-12-07 10:47:32 -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
f184a68e6a
fix: fix core memory limits hardcoded (draw from constant instead) ( #2157 )
2024-12-03 19:38:09 -08:00
bluestarforever
91d047fb00
fix: Fixed Issue #2127 ( #2129 )
2024-12-01 17:41:03 -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
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
2bb3baf060
feat: Move blocks to ORM model ( #1980 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2024-11-19 11:32:33 -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
Charles Packer
1c94e4c6c0
fix: misc fixes (bad link to old docs, composio print statement, context window selection) ( #1992 )
2024-11-06 16:38:16 -08:00
Sarah Wooders
39999ce48c
feat: rename block.name to block.template_name for clarity and add shared block tests ( #1951 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com >
2024-11-04 11:49:16 -08:00
Matthew Zhou
adfb9a4b87
feat: Enable base constructs to automatically populate "created_by" and "last_updated_by" fields for relevant objects ( #1944 )
2024-10-28 11:04:17 -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
150240c7a7
fix: Fix letta delete-agent ( #1940 )
2024-10-25 13:15:36 -07:00
Sarah Wooders
7871eeb9c2
chore: remove the admin client and tests ( #1923 )
2024-10-22 15:02:28 -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
Matthew Zhou
c9701f490c
feat: Add default external tools ( #1899 )
...
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
2024-10-17 10:26:37 -07:00
Matthew Zhou
93aacc087e
feat: Enable adding files ( #1864 )
...
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
2024-10-14 10:22:45 -07:00
Sarah Wooders
3c547345e1
feat: add VLLMProvider ( #1866 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-10-11 15:58:12 -07:00
Sarah Wooders
e15dea623d
chore: fix branch ( #1865 )
2024-10-10 14:07:45 -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
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
Sarah Wooders
9e4c7ad07f
feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server ( #1814 )
...
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com >
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-10-04 19:35:00 -07:00
Shubham Naik
8fc504cb9f
chore: allow app.letta.com access to local if user grants permission ( #1830 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-10-04 16:45:04 -07:00
cpacker
ad5b070710
fix: various fixes to get groq to work from the CLI
2024-10-03 19:03:59 -07:00
Matt Zhou
216e69d52c
Add groq flow to CLI
2024-10-03 10:04:18 -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
ShaliniR8
d18055f0dc
fix: fixed bug when existing agent state is loaded via cli ( #1783 )
2024-09-25 11:03:19 -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