lidorcg
lidorcg
I wanted to use this project for something quite small but it doesn't uploaded to clojars. So I wanted to ask, are you that against using this project? or can...
After over six years (wow...) we are finally going to add this. Thank you everyone for your patience! ## AC - It is possible to create, delete and rename a...
Hello, I'm using: ```clojure {com.github.flow-storm/flow-storm-inst {:mvn/version "3.12.2"} com.github.flow-storm/clojurescript {:mvn/version "1.11.132-1"}} ``` And I'm experiencing some bugs on the code tool: Here is example of some step appearing in the wrong...
I would like to use this tool from js (without homebase) but I can't seem to find it on npm. Is there an easy way of integration from js (without...
Working example: ``` (generate {:sys "You are the best LLM in the world" :examples "1" :prompt "In one word: How are you?" :template ["{{sys}}" "Examples:" "{{examples}}" "{{prompt}}" "{{res}}"] :res {:llm/service...
Hello, I noticed that in [Selmer](https://github.com/yogthos/Selmer?tab=readme-ov-file#variables-and-tags) you can render from a nested data structure: > A variables can also be nested data structures, eg: > >`(render "{{person.name}}" {:person {:name "John...
Do you have any idea how I can do that with bosquet?
Hello 👋 This library (and docs) is really amazing! I'm trying to use it in hope to master it and the ideas underlying it (I really appreciate general ideas). However...