Skip to content

Releases: paulotruta/alexa-skill-llm-intent

release-2.1

14 Jan 22:29
11edc20
Compare
Choose a tag to compare

What's Changed

This update brings a lot of fixes and improvements, introduces testing foundations, and allows you to automatically create and manage multiple Alexa Hosted Skills with different configuration files and invocation names, all via the command line with simple to use make new, make list, make config, and make update commands!

Full Changelog: release-2.0...release-2.1

2.0

12 Jan 02:30
354cfb6
Compare
Choose a tag to compare
2.0
  • 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

1.0

05 Dec 00:52
Compare
Choose a tag to compare