feat: visual emotion recognition agent #54

Merged
s.o.h.luijkx merged 27 commits from feat/visual-emotion-recognition into main 2026-01-30 16:53:16 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 14eb4da300 - Show all commits

View File

@@ -40,6 +40,7 @@ dev = [
] ]
test = [ test = [
"agentspeak>=0.2.2", "agentspeak>=0.2.2",
"deepface>=0.0.97",
"fastapi>=0.115.6", "fastapi>=0.115.6",
"httpx>=0.28.1", "httpx>=0.28.1",
"mlx-whisper>=0.4.3 ; sys_platform == 'darwin'", "mlx-whisper>=0.4.3 ; sys_platform == 'darwin'",

4
uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 2 revision = 3
requires-python = ">=3.13" requires-python = ">=3.13"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.14' and sys_platform == 'darwin'", "python_full_version >= '3.14' and sys_platform == 'darwin'",
@@ -1540,6 +1540,7 @@ dev = [
] ]
test = [ test = [
{ name = "agentspeak" }, { name = "agentspeak" },
{ name = "deepface" },
{ name = "fastapi" }, { name = "fastapi" },
{ name = "httpx" }, { name = "httpx" },
{ name = "mlx-whisper", marker = "sys_platform == 'darwin'" }, { name = "mlx-whisper", marker = "sys_platform == 'darwin'" },
@@ -1593,6 +1594,7 @@ dev = [
] ]
test = [ test = [
{ name = "agentspeak", specifier = ">=0.2.2" }, { name = "agentspeak", specifier = ">=0.2.2" },
{ name = "deepface", specifier = ">=0.0.97" },
{ name = "fastapi", specifier = ">=0.115.6" }, { name = "fastapi", specifier = ">=0.115.6" },
{ name = "httpx", specifier = ">=0.28.1" }, { name = "httpx", specifier = ">=0.28.1" },
{ name = "mlx-whisper", marker = "sys_platform == 'darwin'", specifier = ">=0.4.3" }, { name = "mlx-whisper", marker = "sys_platform == 'darwin'", specifier = ">=0.4.3" },