hermes - 💡(How to fix) Fix [Feature]: Telegram table formatting using Telegram Mini Apps [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#19863Fetched 2026-05-05 06:04:36
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4
RAW_BUFFERClick to expand / collapse

Problem or Use Case

Referencing https://github.com/NousResearch/hermes-agent/issues/14160, the default display of tables in markdown has terrible UI/UX. The current solution is to rendering tables as bullet lists, but such a format nullifies some of the value of having tables in the first place, such as being able to skim a column instead of looking at bullet items one by one, or comparing column values side-by-side.

Proposed Solution

Provide option for users to view a properly rendered table via Telegram Mini Apps (TMA): https://core.telegram.org/bots/webapps

Alternatives Considered

No response

Feature Type

Gateway / messaging improvement

Scope

None

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

extent analysis

TL;DR

Implementing Telegram Mini Apps (TMA) can provide an option for users to view properly rendered tables.

Guidance

  • Review the Telegram Mini Apps documentation to understand the requirements and limitations of implementing TMA in the Hermes agent.
  • Investigate how to integrate TMA with the existing markdown rendering system to provide an option for users to view tables in a more user-friendly format.
  • Consider the potential impact on performance and user experience when rendering tables as TMA versus bullet lists.
  • Evaluate the feasibility of submitting a PR to implement this feature, given the contributor's willingness to do so.

Example

No code example is provided due to the lack of technical details in the issue.

Notes

The success of this solution depends on the compatibility of TMA with the Hermes agent and the Telegram platform. Additionally, the issue lacks information on the current implementation and technical constraints, which may affect the feasibility of the proposed solution.

Recommendation

Apply workaround by implementing Telegram Mini Apps (TMA) to provide an option for users to view properly rendered tables, as it offers a potential solution to improve the UI/UX of table display in markdown.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature]: Telegram table formatting using Telegram Mini Apps [1 participants]