Commit Graph

41 Commits

Author SHA1 Message Date
Sarah Wooders
ece8dab05d feat: various fixes (#2320)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-12-31 10:53:33 +04:00
Charles Packer
42f79cce29 fix: hotfix (#2302) 2024-12-20 19:36:14 -08:00
Matthew Zhou
5bb4888cea fix: Remove in-memory _messages field on Agent (#2295) 2024-12-20 15:52:04 -08:00
Matthew Zhou
5f2ba44e93 chore: Remove debugging logs (#2287) 2024-12-19 11:49:19 -08:00
Matthew Zhou
bb1ffcac94 chore: Add temporary telemetry logs (#2284) 2024-12-18 19:15:00 -08:00
Matthew Zhou
7908b8a15f feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
mlong93
9deacbd89e feat: orm passage migration (#2180)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-10 18:09:35 -08:00
Charles Packer
a187488f4f fix: create new request model that drops user_id (#2220) 2024-12-10 16:11:47 -08:00
Sarah Wooders
fae2d06755 feat: modify REST API schemas (#2121) 2024-12-10 16:10:34 -08:00
Charles Packer
cf77cf79f9 fix: re-enable streaming tokens (#2193) 2024-12-10 11:55:15 -08:00
Matthew Zhou
2125421bd8 fix: Modify the list ORM function (#2208) 2024-12-09 19:35:58 -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
Matthew Zhou
1f57569116 fix: Updating messages (#2186) 2024-12-07 14:09:20 -08:00
Charles Packer
ef1635c0d6 fix: temp disable stream tokens (#2189) 2024-12-07 12:52:51 -08:00
Charles Packer
bcd7b26e0f fix: fix runtime warnings with the server (#2178) 2024-12-06 13:05:30 -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
122faa78ea fix: Remove hard failure on bad stream_tokens input (#2115) 2024-11-27 15:00:42 -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
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
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
Shubham Naik
6c3cad3ec7 chore: fix lettaresponse (#1968)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-01 14:00:02 -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
Charles Packer
7fa632aa94 feat: added returning usage data (#1955) 2024-10-29 18:08:10 -07: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
Charles Packer
1a93b85bfd feat: fix streaming put_inner_thoughts_in_kwargs (#1913) 2024-10-21 17:07:20 -07:00
Matthew Zhou
0f3f885982 feat: Add endpoint to get full Tool objects belonging to an agent (#1906)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-18 14:25:00 -07:00
Matthew Zhou
72b2dd95d0 fix: Fix updating tools (#1886)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-15 16:51:18 -07:00
Charles Packer
157634bf44 feat: add GET route to get the breakdown of an agent's context window (#1889) 2024-10-15 13:32:37 -07:00
Charles Packer
f408436669 feat: refactor the POST agent/messages API to take multiple messages (#1882) 2024-10-14 13:29:07 -07:00
Charles Packer
6b35e87245 fix: patch user_id in header (#1843) 2024-10-08 10:21:07 -07:00
Charles Packer
5501f6d92f refactor: remove get_current_user and replace with direct header read (#1834) 2024-10-07 15:23: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
Charles Packer
b17246a3b0 feat: add back support for using AssistantMessage subtype of LettaMessage (#1812) 2024-10-04 15:36:33 -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