Skip to content

Commit 152c31d

Browse files
docs: add semrouter banner image to README
assets/banner.png shows the semantic routing flow visualization with the project tagline. Linked via absolute GitHub URL so it renders on both GitHub and crates.io. assets/ added to Cargo.toml exclude list to keep the published tarball small (1.3MB image not needed in crate; crates.io fetches it from the absolute URL).
1 parent 6619c62 commit 152c31d

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exclude = [
2525
"router.toml",
2626
"tests/fixtures/voice-assistant/",
2727
"tests/fixtures/minimal/",
28+
"assets/",
2829
]
2930

3031
[[bin]]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/AgentParadise/semrouter/main/assets/banner.png" alt="semrouter — Semantic Routing Engine" />
3+
</p>
4+
15
# semrouter
26

37
[![CI](https://github.com/AgentParadise/semrouter/actions/workflows/ci.yml/badge.svg)](https://github.com/AgentParadise/semrouter/actions/workflows/ci.yml)

assets/banner.png

1.3 MB
Loading

0 commit comments

Comments
 (0)