actor-templates icon indicating copy to clipboard operation
actor-templates copied to clipboard

Cleanup and unify templates, possibly add new languages

Open jirimoravcik opened this issue 10 months ago • 2 comments

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.

jirimoravcik avatar Feb 24 '25 10:02 jirimoravcik

Also worth noting, the cli-start template is now listed under JavaScript, which is not ideal.

janbuchar avatar Mar 07 '25 17:03 janbuchar

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

B4nan avatar Mar 07 '25 19:03 B4nan