@@ -12,6 +12,9 @@ Common utilities for the project.
1212## [ compaction.py] ( compaction.py )
1313Conversation compaction — partitioning, summarization, additive fold-up.
1414
15+ ## [ config_dumper.py] ( config_dumper.py )
16+ Function to dump the configuration schema into OpenAPI-compatible format.
17+
1518## [ connection_decorator.py] ( connection_decorator.py )
1619Decorator that makes sure the object is 'connected' according to it's connected predicate.
1720
@@ -27,6 +30,9 @@ Degraded mode state tracking.
2730## [ endpoints.py] ( endpoints.py )
2831Utility functions for endpoint handlers.
2932
33+ ## [ json_schema_updater.py] ( json_schema_updater.py )
34+ Function to transform a JSON Schema-like dictionary into an OpenAPI-compatible schema.
35+
3036## [ llama_stack_version.py] ( llama_stack_version.py )
3137Check if the Llama Stack version is supported by the LCS.
3238
@@ -42,6 +48,12 @@ MCP headers handling.
4248## [ mcp_oauth_probe.py] ( mcp_oauth_probe.py )
4349Probe MCP servers for OAuth and raise 401 with WWW-Authenticate when required.
4450
51+ ## [ models_dumper.py] ( models_dumper.py )
52+ Function to dump the schema of all data models into OpenAPI-compatible format.
53+
54+ ## [ openapi_schema_dumper.py] ( openapi_schema_dumper.py )
55+ Utility function to dump schema with list of models into OpenAPI-compatible JSON format.
56+
4557## [ prompts.py] ( prompts.py )
4658Utility functions for system prompts.
4759
@@ -51,7 +63,7 @@ Helpers for running Pydantic AI agents against Llama Stack (Responses API compat
5163## [ query.py] ( query.py )
5264Utility functions for working with queries.
5365
54- ## [ quota .py] ( quota .py)
66+ ## [ quota_utils .py] ( quota_utils .py)
5567Quota handling helper functions.
5668
5769## [ reranker.py] ( reranker.py )
@@ -63,9 +75,6 @@ Utility functions for processing Responses API output.
6375## [ rh_identity.py] ( rh_identity.py )
6476Utility functions for extracting RH Identity context for telemetry.
6577
66- ## [ schema_dumper.py] ( schema_dumper.py )
67- Function to dump the configuration schema into OpenAPI-compatible format.
68-
6978## [ shields.py] ( shields.py )
7079Utility functions for working with Llama Stack shields.
7180
0 commit comments