cpacker / MemGPT

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

Integration with open interpreter #61

Closed ian-reay closed 11 months ago

ian-reay commented 11 months ago

I've been using open interpreter ( https://github.com/KillianLucas/open-interpreter ) quite a bit. I have an engineering/development background so I've been using it to

I've also been talking to people in non-engineering areas such as:

In these scenarios, I can ask open interpreter to analyze data and files. But due to the restricted context windows, open-interpreter currently leverages python scripts very heavily where it will use python to grep, search for keywords, and other scenarios that lack the capabilities of natural language search and a viable long term memory of conversations.

Being able to load a documents ( log files, crash dumps, spreadsheets, contracts, market analysis, project plans ) into your memory and then being able to interpret it effectively holds huge promise. Right now I can get exceptional results when I can fit my problem into gtp 4's 32k context window. But in the above cases that 32k tokens run out very quickly.

ChuxiJ commented 11 months ago

I am working for it

see: https://github.com/timedomain-tech/open-creator/pull/15