letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
12.88k stars 1.41k forks source link

feat: add route for editing a memory blocks limit (via `Memory`, instead of via `Blocks`) #2084

Closed cpacker closed 9 hours ago

cpacker commented 10 hours ago

Very closely follows the design of updating the Memory.label from PR #2083

Route:

@router.patch("/{agent_id}/memory/limit", response_model=Memory, operation_id="update_agent_memory_limit")