Commit Graph

92 Commits

Author SHA1 Message Date
cthomas
20ecab29a1
chore: bump version 0.7.8 (#2604)
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
2025-04-30 23:39:58 -07:00
Sarah Wooders
c6e55e04d1
chore: release 0.7.7 (#2603) 2025-04-30 13:20:21 -07:00
Matthew Zhou
ce5910b675 feat: Adjust ephemeral memory agent to become persisted sleeptime agent (#1943) 2025-04-30 11:14:19 -07:00
Sarah Wooders
435b754286
chore: release 0.7.1 (#2583) 2025-04-22 20:16:32 -07:00
Matthew Zhou
21d13f7c9c feat: Add more tests for batch agent loop (#1819) 2025-04-21 13:32:06 -07:00
Sarah Wooders
d2eb4711d7
chore: release 0.7.0 (#2574) 2025-04-21 00:24:10 -07:00
Sarah Wooders
17d978fd69 chore: add sleeptime example + better error handling + upgrade client SDK (#1809) 2025-04-21 00:09:50 -07:00
Sarah Wooders
9ba2c7fe8b
chore: release 0.6.54 (#2570) 2025-04-18 17:53:15 -07:00
Charles Packer
6725f4c1ca fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
Sarah Wooders
8d8aa13430
Merge branch 'main' into release-0.6.50 2025-04-08 21:21:18 -07:00
Shubham Naik
6a6cbc1d16 fix: eslint (#1613)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-08 11:49:07 -07:00
Sarah Wooders
9f867bb5be merge 2025-04-07 19:58:46 -07:00
Charles Packer
a2fb40bdec fix: fix examples (py / ts) (#1506) 2025-04-01 10:13:21 -07:00
Cyril Stoller
70b62b52b9
Fix: Initialize tasks with empty list
JSON.loads("") throws exception
2025-03-23 22:08:38 +01:00
Cyril Stoller
dcca24b3c5
Fix: Rename reserved state argument inside tool to latest sdk 2025-03-23 21:46:35 +01:00
Connor Shorten
5a60637bc2
Update example.py with docstring note about letta_client (#2462) 2025-03-20 09:51:46 -07:00
Daniel Shin
059361d15a
[FIX] Update example.py to reflect breaking API changes (#2471) 2025-03-20 09:45:00 -07:00
Will Sargent
853b5229a5
Add comments to the MCP example (#2507) 2025-03-20 09:38:25 -07:00
cthomas
759577ffee feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
Sarah Wooders
4821c19350 merge 2025-03-12 22:42:34 -07:00
Sarah Wooders
fd7e8f1da7 feat: add mcp sdk example and upgrade letta-client version (#1262) 2025-03-12 22:11:16 -07:00
Matthew Zhou
a734f99d8d feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
Sarah Wooders
93c57d4f0a feat: add new tutorial notebook and tool rules and visualization (#987) 2025-02-12 22:18:46 -08:00
Matthew Zhou
7503ceca0b feat: Support Langchain tools (#881) 2025-01-31 16:36:35 -08:00
Charles Packer
832b9b5e2f docs: update sdk examples misc (#836) 2025-01-29 21:10:26 -08:00
cthomas
b9cb85fedc docs: fix python examples (#829) 2025-01-29 14:13:22 -08:00
cthomas
1bc102e754 docs: add TS example in core (#824) 2025-01-28 18:08:29 -08:00
cthomas
a5e6e1c6c0 fix: reasoning messages dropped for gpt-4 (#803) 2025-01-28 13:39:18 -08:00
cthomas
06ca10acb1 feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
cthomas
385f3a1e2d chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
cthomas
a08e8f1e93 chore: rename llm handle field to model in create agent req (#718) 2025-01-21 17:55:39 -08:00
cthomas
5a09e139ca chore: migrate examples to use latest sdk ver (#690) 2025-01-16 17:06:57 -08:00
mlong93
b8435527a9 fix: updated send_message_async request params, get_run_messages returns LettaMessage (#638)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-15 14:47:20 -08:00
Matthew Zhou
e292bd224c feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
Caren Thomas
461ad00ca6 run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
Shubham Naik
c79eeacd20 fix: add tests to cypress 2024-12-23 14:44:08 -08:00
cthomas
1aaca7f597
feat: rename internal monologue (#2289) 2024-12-19 15:16:36 -08:00
cthomas
87820d9318
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
d5ef53cfbe
docs: Feature/update docs (#2257) 2024-12-16 17:15:50 -08:00
Matthew Zhou
e49a8b4365
feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
Matthew Zhou
14d1009d15
fix: Fix composio tool add (#2188) 2024-12-07 12:18:17 -08:00
Sarah Wooders
d30972cee0
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
f23d436e76
feat: Separate out streaming route (#2111) 2024-11-27 14:03:46 -08:00
Matthew Zhou
80d0748294
chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102) 2024-11-25 10:46:15 -08:00
Matthew Zhou
ae083fc205
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
acf4bb86ff
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
Sarah Wooders
794425aabd
core: update notebooks to 0.5.2 and add agent cleanup (error on duplicate names) (#2038) 2024-11-19 15:02:53 -08:00
Matthew Zhou
82058d2077
fix: Fix summarizer for Anthropic and add integration tests (#2046) 2024-11-15 16:46:12 -08:00
Sarah Wooders
9859367276
feat: add example notebooks (#2001) 2024-11-06 21:39:43 -08:00
Sarah Wooders
911db39990
feat: move HTML rendering of messages into LettaResponse and update notebook (#1983) 2024-11-06 19:43:56 -08:00