Skip to content

Releases: letta-ai/letta-python

v1.10.3

17 Apr 23:50
6ae04c8

Choose a tag to compare

1.10.3 (2026-04-17)

Full Changelog: v1.10.2...v1.10.3

Features

  • add xhigh opus 4.7 (13053eb)
  • api: api update (fa185df)
  • core: add is_hidden field to conversations for hidden forks (5f4a164)
  • core: allow creating hidden conversations (8818aca)
  • Feat/user quota view (5322813)

Bug Fixes

  • autogenerated changes (0fe88a6)
  • client: preserve hardcoded query params when merging with user params (ff0da42)
  • core: persist conversation context window overrides (4e29e5f)
  • ensure file data are only sent as 1 parameter (3df7d83)

Performance Improvements

  • client: optimize file structure copying in multipart requests (1e73b56)

Refactors

  • core: remove built-in multi-agent tools (c120257)

v1.10.2

03 Apr 00:43
79675f1

Choose a tag to compare

1.10.2 (2026-04-02)

Full Changelog: v1.10.1...v1.10.2

Features

  • core: add conversation archive fields and filtering (d589286)
  • internal: implement indices array format for query and form serialization (c4a27c7)

v1.10.1

26 Mar 19:03
8b47f5a

Choose a tag to compare

1.10.1 (2026-03-26)

Full Changelog: v1.9.1...v1.10.1

Features

  • core: add include_tool_calls param to message list endpoints (b7ed9c7)
  • core: add tpuf cache warming for message search (a2d3bc3)

v1.9.1

25 Mar 19:29
8401867

Choose a tag to compare

1.9.1 (2026-03-25)

Full Changelog: v1.8.1...v1.9.1

Features

  • core: add request-scoped system override for conversation messages (751739d)
  • core: support forking the default (agent-direct) conversation (1f38887)
  • expose conversation fork endpoint in Stainless SDK (6900b7a)

v1.8.1

24 Mar 21:25
75ac762

Choose a tag to compare

1.8.1 (2026-03-24)

Full Changelog: v1.8.0...v1.8.1

Features

  • add idempotency for conversation streaming (1398653)
  • core: add created_by_id and last_updated_by_id filters to list/count agents (dc45581)
  • core: sort conversations by last_message_at (2d2a0fe)

Reverts

Chores

  • ci: skip lint on metadata-only changes (1089986)
  • internal: update gitignore (3d4023a)

v1.8.0

20 Mar 21:28
1c54c82

Choose a tag to compare

1.8.0 (2026-03-20)

Full Changelog: v1.7.12...v1.8.0

Features

  • add zai coding provider (192fc35)
  • always create otid for request (f208278)

Bug Fixes

  • deps: bump minimum typing-extensions version (fcebea1)
  • pydantic: do not pass by_alias unless set (6fd6fc5)
  • sanitize endpoint path params (bc0615a)
  • surface error when system prompt is large during compaction (98b3055)

Chores

  • internal: tweak CI branches (0591087)

Documentation

  • add OTID field description for idempotency context (0f327cc)

Refactors

  • sglang: use input_ids instead of text in native adapter (66c6a22)

v1.7.12

09 Mar 00:53
cd47eb3

Choose a tag to compare

1.7.12 (2026-03-09)

Full Changelog: v1.7.11...v1.7.12

Features

  • add conversation recompile endpoint (65f0013)
  • add fireworks provider (8b536c2)
  • add recompile system endpoint to Stainless SDK (40d9492)
  • core: restructure memFS system prompt rendering + add client_skills [LET-7760] (cc0756b)
  • helm: M3 multi-signal HPA external metrics + behavior (dev shadow, prod disabled) (56f66ce)
  • readiness: M2 readiness enforcement scaffold (default OFF) (5568b66)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (c179828)
  • update placeholder string (7142275)

v1.7.11

04 Mar 03:15
202520c

Choose a tag to compare

1.7.11 (2026-03-04)

Full Changelog: v1.7.10...v1.7.11

Features

  • Add billing context to LLM telemetry traces (f44235d)
  • new agent id query param for default convo (1536a79)

Bug Fixes

  • add "max" to AnthropicModelSettings effort type (5bfe437)

v1.7.10

02 Mar 21:08
a39f483

Choose a tag to compare

1.7.10 (2026-03-02)

Full Changelog: v1.7.9...v1.7.10

Features

  • add debug logs in telem endpoint (749c2bc)
  • core: sort agents by updated_at (3a2abbc)
  • support default convo in list and cancel endpoints (d6b16f1)

v1.7.9

25 Feb 18:46
f45cc5a

Choose a tag to compare

1.7.9 (2026-02-24)

Full Changelog: v1.7.8...v1.7.9

Features

  • add Anthropic Opus 4.6 (fka claude-fudge-eap) model support (f023c77)
  • add conversation deletion endpoint (soft delete) [LET-7286] (702cdcb)
  • add credit verification before agent message endpoints [LET-XXXX] (69f17af)
  • add log probabilities from OpenAI-compatible servers (4575559)
  • add order_by and order params to /v1/conversations list endpoin… (921f424)
  • Add self-summarization and dropping tool returns as options for compaction (ac37637)
  • add template rollback endpoint [LET-7423] (7fbbc3b)
  • add ToolReturnCreate to MessageCreateParams [LET-7366] (f870fce)
  • allow users to specify via query to stip messages [LET-7392] (d0bc48a)
  • core: structure memory directory and block labels [LET-7336] (56a57c7)
  • Default to lightweight compaction model instead of agent's model (6921d55)
  • make agent_id optional in conversations list endpoint [LET-7612] (b180f3e)
  • New prompts/defaults for sliding_window and all compaction (9ac78e2)
  • parallel tool calling minimax provider [LET-7647] (a54cac8)

Chores

  • format all api.md files (8f75778)
  • internal: add request options to SSE classes (45fe3f6)
  • internal: bump dependencies (0416184)
  • internal: fix lint error on Python 3.14 (1fa4d75)
  • internal: make test_proxy_environment_variables more resilient (0a47f8b)
  • internal: make test_proxy_environment_variables more resilient to env (76c0a50)
  • internal: remove mock server code (60c3a35)
  • update mock server docs (ce42220)