cpacker / MemGPT

Letta (fka MemGPT) is a framework for creating stateful LLM services.
https://letta.com
Apache License 2.0
12.03k stars 1.32k forks source link

standardize inner thoughts terminology #1918

Open kl2806 opened 5 days ago

kl2806 commented 5 days ago

Currently, there are several terms that refer to the same concept in the repo:

raolak commented 3 days ago

The current stream response should have more well defined spec . Also leverage opeai feature so that clients can building much more flexible rendering capabilities .

Example Based on type of response (md, csv, chart, code, image, diff, data payloads etc ), one should able to design rendering plugin components... even its possible the executable plugins can be part of stream response. The UI execution sandbox within the browser can safely execute those executable plugins