chore: add back agentspeak dependency

This was removed with the removal of SPADE.
This commit is contained in:
2025-11-21 10:02:50 +01:00
parent 67d0284dfb
commit 92fc73d45b
2 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agentspeak>=0.2.2",
"colorlog>=6.10.1",
"fastapi[all]>=0.115.6",
"mlx-whisper>=0.4.3 ; sys_platform == 'darwin'",