latest updates

This commit is contained in:
Tanmay Karande
2026-02-15 15:02:58 -05:00
parent 438bb80416
commit 41b2f9a593
24 changed files with 3883 additions and 388 deletions

View File

@@ -5,9 +5,21 @@ description = "A personal AI assistant that lives in Slack — with persistent m
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"apscheduler>=3.10.0,<4.0.0",
"fastembed>=0.7.4",
"python-dotenv>=1.2.1,<2.0.0",
"python-telegram-bot>=21.0",
"slack-bolt>=1.27.0,<2.0.0",
"slack-sdk>=3.40.0,<4.0.0",
"watchdog>=6.0.0",
]
[project.optional-dependencies]
test = [
"pytest>=8.0",
"pytest-asyncio>=0.24",
]
[tool.setuptools.packages.find]
include = ["agent*", "adapters*", "memory*", "skills*", "scheduler*"]
exclude = ["tests*", "archive*", "inspiration*"]