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
Currently, there are some discrepancies between templates, e.g. there's a LangChain template only for JS. Bun template is only for TS. Also scraping and AI agent templates are mixed up. Maybe we should reconsider how we display and offer the templates and also make sure everything is as consistent as possible. E.g. one section for scraping, other for AI agents.
There was also an idea to add other languages than JS, TS, Python to templates, e.g. Go.
The text was updated successfully, but these errors were encountered:
jirimoravcik
changed the title
Cleanup and unify templates
Cleanup and unify templates, potentially add new languages
Feb 24, 2025
jirimoravcik
changed the title
Cleanup and unify templates, potentially add new languages
Cleanup and unify templates, possibly add new languages
Feb 24, 2025
We should also bump node to 22 and move the dockerfile to the root of the template, and pin the browser dependencies in both package.json and dockerfile (and come up with a way to ensure they are in sync, could be a runtime validation as part of the dockerfile).
Currently, there are some discrepancies between templates, e.g. there's a LangChain template only for JS. Bun template is only for TS. Also scraping and AI agent templates are mixed up. Maybe we should reconsider how we display and offer the templates and also make sure everything is as consistent as possible. E.g. one section for scraping, other for AI agents.
There was also an idea to add other languages than JS, TS, Python to templates, e.g. Go.
The text was updated successfully, but these errors were encountered: