trace-stream 0.1.2

Streaming renderer for model token streams: tool-call parsing, thinking-text split, and markdown/syntax highlighting to ANSI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "trace-stream"
version = "0.1.2"
description = "Streaming renderer for model token streams: tool-call parsing, thinking-text split, and markdown/syntax highlighting to ANSI"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["llm", "streaming", "markdown", "ansi", "terminal"]
categories = ["command-line-interface", "text-processing"]
readme = "README.md"

[dependencies]

[lints]
workspace = true