multica/apps/gateway
yushen f20143743b feat(gateway): add typing indicator for Telegram bot responses
Send "typing" chat action while LLM generates a response, with 5s
interval refresh and 60s safety timeout. Stop on message_end,
agent_error, or generic error events.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:27:41 +08:00
..
database refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
migrations refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
public refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
scripts fix(gateway): rewrite Dockerfile to match current source layout 2026-02-12 13:27:41 +08:00
telegram feat(gateway): add typing indicator for Telegram bot responses 2026-02-12 13:27:41 +08:00
app.controller.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
app.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
Dockerfile fix(gateway): rewrite Dockerfile to match current source layout 2026-02-12 13:27:41 +08:00
events.gateway.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
gateway.module.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
index.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
main.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
package.json refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
test-app.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
test-client.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
tsconfig.json refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00
types.ts refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00