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.
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.