Add Inception Labs provider (mercury-2) for Agent Zero#1403
Open
Raleksand wants to merge 1 commit intoagent0ai:mainfrom
Open
Add Inception Labs provider (mercury-2) for Agent Zero#1403Raleksand wants to merge 1 commit intoagent0ai:mainfrom
Raleksand wants to merge 1 commit intoagent0ai:mainfrom
Conversation
Author
|
Hi, could you please take a look at this PR? It adds the Inception Labs provider plugin. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This pull request adds a new Inception Labs LLM provider plugin for Agent Zero. The provider offers the
mercury-2model via the OpenAI‑compatible API endpointhttps://api.inceptionlabs.ai/v1.Files added
usr/plugins/_inception_provider/plugin.yaml– plugin manifest (title, description, version, always_enabled).usr/plugins/_inception_provider/conf/model_providers.yaml– provider configuration (chat providerinception, LitLLM provideropenai, model list,api_base).usr/plugins/_inception_provider/README.md– installation and usage instructions (English).usr/plugins/_inception_provider/LICENSE– MIT license (or your chosen open‑source license).Required secret
The plugin expects an environment variable / secret named
INCEPTION_API_KEY. Users must add this secret in their Agent Zero instance (e.g., via the UI ora0-manage-plugin set-secret). The key is not stored in the repository.How to use
_inception_providerfolder underusr/plugins/of the Agent Zero installation.mercury-2.INCEPTION_API_KEYsecret.Testing
The plugin was tested locally with the Cost Efficient preset and the
mercury-2model. All calls succeeded and returned expected responses.Notes
a0-manage-plugin validatechecks.Please review the code, run the CI checks, and merge if everything looks good.