feat: add summary and search commands (#54)

* feat: add summary and search commands

Signed-off-by: Frost Ming <me@frostming.com>

* fix formats

Signed-off-by: Frost Ming <me@frostming.com>

* fix: clean up

Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
Frost Ming
2025-07-08 11:41:57 +08:00
committed by GitHub
parent e91862a548
commit 0b60ae2fbe
31 changed files with 1279 additions and 2588 deletions

View File

@ -1,5 +1,6 @@
[project]
name = "tg_bot_collections"
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
dependencies = [
@ -17,11 +18,20 @@ dependencies = [
"groq",
"together>=1.1.5",
"dify-client>=0.1.10",
"chattts-fork>=0.0.1",
"expiringdict>=1.2.2",
"beautifulsoup4>=4.12.3",
"Markdown>=3.6",
"cohere>=5.5.8",
"kling-creator>=0.0.3",
"pydantic-settings>=2.10.1",
"pydantic>=2.11.7",
"telethon>=1.40.0",
"pysocks>=1.7.1",
]
requires-python = ">=3.10"
[tool.pdm]
distribution = false
[tool.pdm.scripts]
dev = "python tg.py --debug"