Skip to content

Conversation

@Finistere
Copy link
Member

No description provided.

This allows us to add the telemetry/metrics and maybe other things later
on as tower layers.
@linear
Copy link

linear bot commented Oct 6, 2025

@Finistere Finistere changed the title Nexus 122 use tower service to express the routing logic chore: use tower service to express the routing logic Oct 6, 2025
@Finistere Finistere force-pushed the nexus-118-basic-anthropic-proxy branch from 1e20664 to 20ceee6 Compare October 6, 2025 13:58
let mut router = Router::new().route(
"/v1/messages",
post({
let mut handler = v1_messages::Handler(proxy.clone());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now here we can add layers onto the proxy.

@Finistere Finistere marked this pull request as ready for review October 6, 2025 14:19
Copy link
Contributor

@tomhoule tomhoule left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Base automatically changed from nexus-118-basic-anthropic-proxy to main October 6, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants