feat(agent): add explicit active-turn steering

This commit is contained in:
AaronZ345
2026-07-19 16:03:07 +08:00
parent 0c76d851cb
commit c4e5d11da9
21 changed files with 753 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ TELEGRAM_BOT_COMMANDS = [
("knowledge", "Manage knowledge base (list/on/off)"),
("config", "Show current config"),
("cancel", "Cancel running agent task"),
("steer", "Guide the running agent task"),
("logs", "Show recent logs"),
("version", "Show version"),
]