From 64889c4c525c4c66fb74dd703a1cbc0375bc405d Mon Sep 17 00:00:00 2001 From: Malik Talha Date: Thu, 2 Nov 2023 03:29:04 +0500 Subject: Update voice agent related recipes Change the SRCURI to use gerrit repos. Update agl-service-voicegent recipe to correctly package all the required content. Add recipe for another en-us vosk model. Add service files for RASA and Voice Agent server. Bug-AGL: SPEC-4906 Change-Id: Ic9f77386ff5c545c2a80433dd538c94bd8763e9e Signed-off-by: Malik Talha --- .../recipes-python/python3-rasa/files/rasa-service.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service (limited to 'meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service') diff --git a/meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service b/meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service new file mode 100644 index 00000000..7d91032c --- /dev/null +++ b/meta-offline-voice-agent/recipes-python/python3-rasa/files/rasa-service.service @@ -0,0 +1,10 @@ +[Unit] +Description=RASA Service +After=network.target + +[Service] +ExecStart=/usr/bin/rasa run --enable-api -m /usr/share/nlu/rasa/models/ -p 51054 +Restart=always + +[Install] +WantedBy=multi-user.target \ No newline at end of file -- cgit 1.2.3-korg