Add secure conversational AI chat to Telegram bot #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Turn the Telegram command bot into a secure conversational AI assistant backed by the configured LLM and current Intelligence Terminal data.
Scope
TELEGRAM_CHAT_ID./askand/resetcommands.Acceptance criteria
/askinvoke the configured LLM./resetclears conversation state.Implementation is in PR #57: #57. Waiting for runner verification before merge.