Support for Math / Science symbology via Katex or Latex #5737
Replies: 3 comments
-
|
nice find. unfortunately I don't think an MCP server will do the trick here. Here's what goose says needs to be done; Based on my analysis of the Goose Desktop application's message rendering system, here's how hard it would be to add LaTeX support: Current Message Rendering Architecture GooseMessage.tsx - Main component for rendering assistant messages "katex": "^0.16.9", import remarkMath from 'remark-math'; // In the ReactMarkdown component: Why it's "Medium" difficulty: ✅ Already uses react-markdown with plugin system
|
Beta Was this translation helpful? Give feedback.
-
|
with mcp-ui it may be possible now with an MCP |
Beta Was this translation helpful? Give feedback.
-
|
mind if we shift this to a discussion: https://github.com/block/goose/discussions ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please explain the motivation behind the feature request.
Responses from the model that have math symbols often come back as "\frac, \text,...". therefore making math statements hard to read.
Describe the solution you'd like
It would be nice if goose could either map those to math/science symbol emojis or, better yet, support a fast Latex like framework like Katex.
Describe alternatives you've considered
I suppose I could try to implement an MCP that will detect math symbols and map them text emojis as a start.
Additional context
Add any other context or screenshots about the feature request here.
I searched for "katex" and "latex" and found nothing.
Beta Was this translation helpful? Give feedback.
All reactions