letta-ai / letta

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

feat: Auto-refresh `json_schema` after tool update #1958

Closed mattzh72 closed 3 weeks ago

mattzh72 commented 3 weeks ago

Description

Auto-refresh json_schema after tool update. This solves issue #1874:

We also clean up the terminal logic in tools as that will be deprecated in favor of ToolRule, and remove the admin paths (unused by @4shub).

Description

We add tests for checking refreshing json_schema and the name (for both or only json_schema).