Skip to content

Releases: go-go-golems/geppetto

v0.1.8

01 Mar 23:51
751a8f8
Compare
Choose a tag to compare

Changelog

  • 1a24f95 ⬆️ 🚑 Bump parka
  • 6a4be20 🎨 Adapt to new options everywhere
  • 751a8f8 🎨 Bump for 0.1.8
  • 7870878 🎨 Bump glazed
  • eeba2a3 ✨ Make GlazeProcessor an interface
  • c553778 Merge pull request #36 from wesen/refactor/make-gp-an-interface

v0.1.7

01 Mar 20:58
fdee8ff
Compare
Choose a tag to compare

Changelog

  • 45af680 🚑 Restore old commands
  • fdee8ff 🎨 ⬆️ Bump for 0.1.7
  • 7f0a3b5 ✨ Restore embeddings command
  • 2261b23 Merge pull request #35 from wesen/misc/reinstate-old-commands

v0.1.6

01 Mar 15:09
01232f5
Compare
Choose a tag to compare

Changelog

  • 1fc959a 🚑 Fix crash on startup
  • 01232f5 ⬆️ Bump for version 0.1.6
  • 88a3e1a ⬆️ Bump parka version
  • 29808ca ✨ Update for glazed and parka bump
  • 0607a28 Merge pull request #34 from wesen/task/183/add-option-style-glaze-parameter

v0.1.5

27 Feb 22:13
fbaeec2
Compare
Choose a tag to compare

Changelog

  • d4feff8 ⬆️ Bump glazed
  • fbaeec2 ⬆️ Bump to 0.1.5
  • 0945f45 ⬆️ Bump to new parka
  • 6c667db 🎨 Add lucignolo demo web app
  • 13b2ec8 🎨 Refactor for ParsedLayers
  • bff945d 🎨 Update glazed / clay
  • 2e0ecfe ✨ Add first sketch of lucignolo demo app
  • 3de591e Merge pull request #33 from wesen/refactor/glazed-173/add-parameter-layers

v0.1.4

22 Feb 23:14
467a852
Compare
Choose a tag to compare

Changelog

  • 467a852 ⬆️ Bump for 0.1.4
  • c87c556 🎨 Added test file
  • 584b710 🎨 Bump for glazed flag groups
  • be960f9 🎨 Further bump of go.sum
  • 1a428ce 💩 ✨ Refactor for new commands layout
  • d8c4b69 ✨ Further reduce cobra dependencies
  • 8d935a6 Merge pull request #31 from wesen/refactor/150/158/refactor-new-glazed

v0.1.3

20 Feb 19:20
e91123a
Compare
Choose a tag to compare

Changelog

  • 0d0c1da ⬆️ Bump github actions
  • 811fce4 ⬆️ Bump glazed
  • 39a3de4 ✨ Add least-to-most SCAN example
  • e91123a Merge pull request #30 from wesen/misc/add-least-to-most-scan

v0.1.2

15 Feb 02:55
361454b
Compare
Choose a tag to compare

Changelog

  • 55b82e3 ⬆️ Bump glazed
  • 9654dd9 🎨 ⬆️ Bump glazed
  • 8f167fc 🎨 ⬆️ Bump glazed/clay
  • 8c2398c 🎨 ⬆️ Bump glazed/clay
  • 1885f52 🎨 ⬆️ Use new generic loadCommands API
  • 584beb4 🎨 ♻️ Refactor to remove use of embed.FS
  • 6e6264e 🎨 ♻️ Refactor to use clay functionality
  • 99bce77 🎨 Add some aliases for letter-concatenate
  • 8dc5527 🎨 Bump clay
  • 482b7e6 🎨 Bump for glazed refactor
  • 5416e87 🎨 Bump go.mod
  • 361454b 🎨 Bump release version
  • d447bb8 🎨 Tiny little tweaks
  • 8aa7d2f 🎨 Update for new API calls
  • 741b2a5 🎨 Update goreleaser for proper binary name
  • d04e8c2 ♻️ Refactor to load commands from FS using a single function
  • e60e607 ✨ Add least to most application example
  • d1bdefb Merge pull request #24 from wesen/misc/glazed-115/refactor-commands
  • e6c60b6 Merge pull request #25 from wesen/misc/clay-1/refactor-commands-init
  • 02726ea Merge pull request #27 from wesen/glazed-116/refactor-the-command-loading-to-not-just-use-a-single-yaml-file
  • 478cb10 Merge pull request #28 from wesen/misc/adapt-new-fs-command-loader-api
  • 333f54e Merge pull request #29 from wesen/misc/add-least-to-most-example

v0.1.1

07 Feb 17:45
6292222
Compare
Choose a tag to compare

Changelog

  • 5efa59c 🚑 Add openai client flags to cobra command
  • 526c7ed ⬆️ Bump glazed to 0.2.0
  • cdeea0a ⬆️ Bump go.mod
  • 7bb2089 🎨 🚑 Actually make the example work
  • 01ac6af 🎨 📝 Start sketching out the step description for article.yaml
  • 1a536c1 🎨 📝 Whitespace
  • 0ad1e55 🎨 🚜 Move to go-go-golems
  • add0124 🎨 Add RFCs
  • 89e8bf0 🎨 Add gtmgen examples
  • bf856c7 🎨 Add gtmgen.yaml prompt
  • e71628f 🎨 Add simple log and ideas for today's hacking
  • 34e4f0a 🎨 Add sketched and not tested MultiCompletion step for OpenAI
  • 034cbfe 🎨 Add some example command and tweak release github workflow
  • 36dff70 🎨 Add some notes about handling streaming and multiple completions
  • a91643b 🎨 Bump to latest glazed
  • 37c4e2b 🎨 Initial commit
  • e9347ab 🔥 🚜 Refactor Step to have a blocking Run method
  • da79bd8 🔇 Turn Info() into Debug() for less logging noise
  • 26f9572 💩 Add proto template for a multistep for article summarization
  • cde472a 💩 Add some parameter settings to openai builder
  • 451b471 💩 Add test UI
  • 48e7ca5 ✨ 💩 First pass at adding factories and tons of little boilerplate madness
  • 94659f5 ✨ Add command to list available openai engines
  • 7425e0e ✨ Add command to print out dyno embed
  • 6f260cf ✨ Add more steps and openai step
  • 316714e ✨ Add openai help and commands
  • 5ce8569 ✨ Add raw completion command
  • b1382b8 ✨ Add raw completion command
  • bc7c310 ✨ First geppetto command
  • 970787a ✨ Properly handle print-prompt flag
  • 12da7c9 🚜 Reorg and move prompt commands around
  • 94488e1 Initial commit
  • ff4a1f1 Merge pull request #1 from wesen/task/22/add-multi-step
  • 2d7603b Merge pull request #18 from wesen/task/geppetto-11/add-factory-settings
  • 347e6ed Merge pull request #20 from wesen/task/12/add-openai-verbs
  • 64c8e08 Merge pull request #21 from wesen/misc/add-dyno-prompt-printing
  • 945f3ba Update 01-goals.md