# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language = "C++" cpp_compat = true include_guard = "__NVIDIA_DYNAMO_LLM_API__" [enum] rename_variants = "none" prefix_with_name = false enum_class = false [export] include = [ "DynamoLlmResult", "dynamo_llm_init", "dynamo_llm_shutdown", "dynamo_llm_load_publisher_create", "dynamo_kv_event_publish_stored", "dynamo_kv_event_publish_removed", "WorkerSelectionPipeline", "dynamo_create_worker_selection_pipeline", "dynamo_destroy_worker_selection_pipeline", "dynamo_query_worker_selection_and_annotate", "dynamo_free_worker_selection_result", ] [export.rename] "DynamoLlmResult" = "dynamo_llm_result_t"