Commit graph

2 commits

Author SHA1 Message Date
Eric Huang
e0206795d9 refactor: enhance route system with WebMethod metadata
- Add webmethod metadata extraction in routes.py
- Update route matching to return WebMethod objects
- Enhance tracing in library_client.py to use WebMethod info
- Add user_from_scope utility function
2025-07-24 10:49:50 -07:00
Sébastien Han
63a9f08c9e
chore: use starlette built-in Route class (#2267)
# What does this PR do?

Use a more common pattern and known terminology from the ecosystem,
where Route is more approved than Endpoint.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-05-28 09:53:33 -07:00
Renamed from llama_stack/distribution/server/endpoints.py (Browse further)