You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the packages table with a dedicated "jsx-md" family subsection and convert package rows into individual bullet entries. Move package descriptions out of the table into readable blocks, add an upstream link for beautiful-mermaid, and clarify that each package is independently usable. Improves README readability and discoverability of the jsx-md packages.
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,16 @@ An AI agent orchestration system for running multi-step missions with specialist
6
6
7
7
These packages are the open parts of the harness — independently useful, zero coupling to the rest of the system.
8
8
9
-
| Package | Description |
10
-
| --- | --- |
11
-
|[`@theseus.run/jsx-md`](./packages/jsx-md)| JSX/TSX renderer for Markdown. Write agent prompts and LLM instructions as typed, composable components. Zero runtime dependencies. |
12
-
|[`@theseus.run/jsx-md-beautiful-mermaid`](./packages/jsx-md-beautiful-mermaid)|`BeautifulMermaid` component for `@theseus.run/jsx-md`. Renders Mermaid diagrams as ASCII/Unicode art via `beautiful-mermaid`. |
9
+
### `jsx-md` family
13
10
14
-
## Using without Theseus
11
+
-**[`@theseus.run/jsx-md`](./packages/jsx-md)**
12
+
13
+
JSX/TSX renderer for Markdown. Write agent prompts and LLM instructions as typed, composable components. Zero runtime dependencies.
`BeautifulMermaid` component for `@theseus.run/jsx-md`. Renders Mermaid diagrams as ASCII/Unicode art via [`beautiful-mermaid`](https://github.com/lukilabs/beautiful-mermaid).
15
18
16
-
Each package works on its own. You don't need the full harness to use them. `bun add @theseus.run/jsx-md` and you're done — no lock-in, no required configuration beyond what the package itself needs.
0 commit comments