Skip to content

Support multiple configured endpoint URLs - #1

Draft
i386 wants to merge 1 commit into
mainfrom
agent/plugin-urls
Draft

Support multiple configured endpoint URLs#1
i386 wants to merge 1 commit into
mainfrom
agent/plugin-urls

Conversation

@i386

@i386 i386 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Support one or more endpoint URLs through MESH_LLM_PLUGIN_URLS.
  • Preserve the existing MESH_LLM_PLUGIN_URL single-endpoint contract.
  • Assign backward-compatible endpoint IDs for one URL and deterministic IDs for multiple URLs.
  • Validate empty URLs and duplicate endpoint IDs.
  • Document the coordinated urls = [...] mesh-llm configuration and authentication design considerations.

Why

The plugin previously emitted exactly one inference endpoint, which prevented a single plugin instance from representing multiple OpenAI-compatible backends.

Validation

  • cargo fmt --check
  • cargo test
  • git diff --check

The corresponding mesh-llm host-runtime change is in the coordinated mesh-llm PR.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cd115715-cb79-48e3-875f-2740cefda013

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/plugin-urls

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant