mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-22 12:25:36 -04:00
c72f59b43f
## Summary Wraps up the rest of the create flow. Doubtless that issues will come up as I get into individual repos (specifically thinking of deno) but this should cover at least 80% of use cases **Note** that with the systems design as-is I will need to strip **package manager-related commands from template project package scripts**. This is how everyone else does it, and the alternative would be some awkward string replaces. I think it's easier to just remove them (even if it means sacrificing some convenience). Happy to be disagreed with ## Callouts I shoehorned some better failure mode handling as well, making this PR a little overloaded sorry :)