letta-ai / letta

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

Clarification - Automated Project Bootstrapping Based on Service Specs in Agent Memory #2090

Open raolak opened 1 week ago

raolak commented 1 week ago

Is your feature request related to a problem? Please describe. I need a way to generate an initial project structure, including code, configuration, database schema, etc., based on a specific service template (e.g., Next.js). If the project structure, sample code, and configurations are uploaded to archival memory as a spec, can Letta use this spec to generate boilerplate code?

Describe the solution you'd like I would like the agent to simplify project initialization by using stored service specs in memory. The agent should create a code repository based on the selected service spec, enabling quick and efficient app bootstrapping.

Describe alternatives you've considered Using tools like npx or other open-source template generators to create the initial project, followed by leveraging the agent to modify the code based on user-provided inputs.