feat(bot): add async API client and message formatter#74
Open
lspassos1 wants to merge 1 commit intoWorld-Open-Graph:mainfrom
Open
feat(bot): add async API client and message formatter#74lspassos1 wants to merge 1 commit intoWorld-Open-Graph:mainfrom
lspassos1 wants to merge 1 commit intoWorld-Open-Graph:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 1/3 of the Telegram Bot integration. This PR adds the base infrastructure namespace (
bots/telegram/) to support future bot handlers.It does not introduce any runtime logic or Telegram dependencies yet. It sets up
uvdependency management, linting (ruff), typing (mypy), an empty test suite, and the Docker compile target so the CI can validate the foundation.Scope (Infra only)
Action │ File
────────┼─────────
NEW │ bots/telegram/src/bracc_telegram/config.py
NEW │ bots/telegram/Dockerfile
NEW │ bots/telegram/pyproject.toml
MODIFY │ docker-compose.yml
MODIFY │ Makefile
Change type
[x]
release:infraBreaking change?
[x] No
Validation
[x] Local tests/checks passed for impacted scope (ruff, mypy, pytest)
[x] CI and Security checks are green
[x] Exactly one release label is set on this PR
Public safety and compliance checklist
[x] No personal identifier exposure was introduced
[x]
PUBLIC_MODEbehavior was reviewed (if relevant)[x] Public boundary gate is green
[x] Public endpoints and demo data contain no personal data fields
[x] Legal/policy docs were reviewed for scope-impacting changes
[x] Snapshot boundary remains compliant with docs
Risk and rollback
Zero runtime risk. Empty infrastructure shell. Rollback by reverting.