From d1d0cb9f4b3d6f30848f6ad5476b760db3d8aa89 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add LLM Transport plugin --- plugins/llm_transport/index.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/llm_transport/index.yaml diff --git a/plugins/llm_transport/index.yaml b/plugins/llm_transport/index.yaml new file mode 100644 index 0000000..35a5d05 --- /dev/null +++ b/plugins/llm_transport/index.yaml @@ -0,0 +1,11 @@ +title: LLM Transport +description: Portable model transport improvements for Responses, Chat Completions, + and Anthropic Messages, with normalized reasoning, native tools, retries, media + handling, and provider-safe state replay. +github: https://github.com/Nicfox77/a0-plugin-llm-transport +tags: +- llm +- api +- tools +- framework +- monitoring