You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: