Experimental: LiteLLM with plugin architecture. Toggle between AI Gateway and any registered plugin from the sidebar dropdown.
litellm/proxy/plugin_routes.py- Plugin registry,/api/pluginsendpoint, reverse proxy/plugin-proxy/{name}/*ui/.../PluginModeContext.tsx- Mode switcher state + fetches plugin keyui/.../leftnav.tsx- Mode switcher dropdown at top of sidebarui/.../layout.tsx- Renders iframe when mode = pluginlap/- Agent platform: plugin manifest endpoint + token auto-auth
general_settings:
plugins:
- name: litellm-platform-plugin
display_name: Agent Control Plane
url: "http://localhost:3210"
plugin_key: "sk-local"Full fork: https://github.com/krrish-berri-2/litellm