Julien LEICHER
Julien LEICHER
Since I maintain [another library](https://github.com/atlassistant/chatl) that can output training data for NLU engines, it would be great if tracy can use it since it is more tested and maintained. But...
Hi there! Just wondering if you have any plans to release pre-built wheels for the Raspberry PI? I don't have any trouble to install it but compiling it takes a...
It should be possible to target a specific branch when installing / updating a skill by using the CLI, something like: `pytlas skills add owner/repo@branch`
Implement the command `pytlas skills new ` inside the library to make it easier to bootstrap a skill folder with a tiny script explaining the basic steps and how everything...
The idea is to be able to detect multiple intents in the same sentence such as: "turn the lights on in kitchen and turn off the TV". Interpreters already returns...
We need to provide an history of intents with their slots in the `Agent`. With that in mind, when parsing a new sentence, if some slots couldn't have been extracted,...
Configuring traefik to proxy TCP/UDP requests (https://doc.traefik.io/traefik/routing/routers/#configuring-tcp-routers) instead of just HTTP ones will enable postgres to be correctly exposed for example. ## Overview ### Determine which kind of router (HTTP,...
To make things easier when migrating an application for example, enable the support for backup/restore of application volumes.
Also allow the API Key authorization only on some endpoints (such as deployment related stuff) for now.
Create a Github action to deploy applications on seelf instances easily within a CI workflow. In the future, we'll probably do the same for other providers such as Gitlab.