Skip to content

2.0

Compare
Choose a tag to compare
@paulotruta paulotruta released this 12 Jan 02:30
· 7 commits to main since this release
354cfb6
  • This is a release that attends all major open issues after 1.0 version (alpha-1.0) stopped working completely.
  • The code had a significant refactor and now supports calling LLM API's directly, as well as proxy the request into a generic webhook, together with a bunch of context data. I will be creating a blog post on https://wordpress.jpt.land going into more detail about how I personally use the webhook solution to power my Alexa skill response via a n8n automation workflow which itself uses the OpenAI API with a full fledged Agent framework (Langchain).
  • We also added a nice little prompt for the LLM API's, which now can be tweaked to your needs.
  • We personally tested the updated code to work and results are very pleasant, as this version is immensely superior to the previous release.
  • We made this repository be a template, so it is easier than ever to start your own skill repository!
  • We will work to bring a bunch of new capabilities to this skill! Starting with unit testing the code, much needed deployment automations, and improved documentation.
  • We hope you find this useful! If you have any questions or would like to contribute, start an Issue!

What's Changed

New Contributors

Full Changelog: alpha-01...release-2.0