Commit Graph

95 Commits

Author SHA1 Message Date
cthomas
a5b1aac1fd fix: propagate error on tool failure (#2281)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-20 16:38:16 -08:00
cthomas
7d5be32a59 feat: rename function to tool in sdk (#2288)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-19 12:12:58 -08:00
Keith
c7131ad0da docs: Feature/update docs (#2257) 2024-12-16 17:15:50 -08:00
Matthew Zhou
7908b8a15f feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
Sarah Wooders
d61b2f9545 feat: enable configuration of response_char_limit for tools (#2207) 2024-12-09 18:55:18 -08:00
Charles Packer
fc980ff654 feat: add an async messages route (/agent/{agent_id}/messages/async) (#2206) 2024-12-09 18:23:05 -08:00
Charles Packer
fffdf1cc74 fix: bad print in common cli (#2200) 2024-12-08 23:14:18 -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
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
Matthew Zhou
5a59d2ac42 feat: Separate out streaming route (#2111) 2024-11-27 14:03:46 -08:00
Matthew Zhou
056cbb0eec feat: Add per-agent locking to send message (#2109) 2024-11-26 13:30:58 -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
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
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
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
d23c0c8cf4 chore: Migrate FileMetadata to ORM (#2028) 2024-11-13 10:59:46 -08:00
Matthew Zhou
e40e60945a feat: Move Source to ORM model (#1979) 2024-11-12 09:57:40 -08:00
Matthew Zhou
960f7421c1 feat: Add ability to add tags to agents (#1984) 2024-11-06 16:16:23 -08:00
Sarah Wooders
6b69b73979 feat: add ability to list agents by name for REST API and python SDK (#1982) 2024-11-05 17:31:40 -08:00
Charles Packer
b9f772f196 feat: added ability to disable the initial message sequence during agent creation (#1978) 2024-11-04 16:03:52 -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
c81c3e8297 feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07:00
Charles Packer
2764681a8d fix: fix bug with POST /v1/agents/messages route returning empty LettaMessage base objects (#1966) 2024-10-31 16:57:50 -07:00
Matthew Zhou
41e868c6cc fix: Fix create organization bug (#1956) 2024-10-30 13:55:48 -07:00
Matthew Zhou
9439e5e255 fix: Clean up some legacy code and fix Groq provider (#1950) 2024-10-28 14:13:11 -07:00
Matthew Zhou
d74406af41 feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
Sarah Wooders
7871eeb9c2 chore: remove the admin client and tests (#1923) 2024-10-22 15:02:28 -07:00
Matthew Zhou
1be576a28e feat: Add ORM for organization model (#1914) 2024-10-22 14:47:09 -07:00
Matthew Zhou
aa55a3d10e feat: Add pagination for list tools (#1907)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-18 15:19:45 -07:00
Matthew Zhou
4908c0c7b2 feat: Add delete file from source endpoint (#1893)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-15 15:35:58 -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
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
Sarah Wooders
828aae8d6e fix: delete agent-source mapping on detachment and add test (#1862) 2024-10-09 17:26:28 -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
Sarah Wooders
cb87694cdd feat: support detaching sources from agents (#1791) 2024-09-25 15:18:46 -07:00
Sarah Wooders
81737fdeec feat: allow jobs to be filtered by source_id (#1786) 2024-09-25 15:13:14 -07:00
Sarah Wooders
a8a44436ab fix: deprecate local embedding tests (#1789) 2024-09-25 14:08:59 -07:00
Sarah Wooders
424cfd60b3 fix: various fixes for workflow tests (#1788) 2024-09-25 13:58:21 -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
a9d8445e4a feat: add organization endpoints and schemas (#1762) 2024-09-20 11:34:57 -07:00
Sarah Wooders
c8fcbff39e feat: return MemGPTMessage for Python Client (#1738) 2024-09-10 21:28:26 -07:00
Charles Packer
a3112662e2 feat: move from server.py to app.py (#1740) 2024-09-10 13:31:03 -07:00
Charles Packer
ff40f2447e feat: allow updating Messages via the server, remap CLI commands that update messages to use server.py (#1715)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-09-08 15:24:41 -07:00
Charles Packer
35ebaef721 feat: add streaming support (both steps and tokens) to the Python REST client + pytest (#1701) 2024-09-03 16:57:57 -07:00
Sarah Wooders
07d74937cb feat: add jobs routes to REST API (#1699) 2024-08-30 17:07:30 -07:00