Skip to content

Add a0-llmfallback plugin#20

Open
Nunezchef wants to merge 1 commit intoagent0ai:mainfrom
Nunezchef:add-a0-llmfallback
Open

Add a0-llmfallback plugin#20
Nunezchef wants to merge 1 commit intoagent0ai:mainfrom
Nunezchef:add-a0-llmfallback

Conversation

@Nunezchef
Copy link

@Nunezchef Nunezchef commented Mar 4, 2026

Summary

Validation

  • follows index schema (title, description, github, tags)
  • one plugin folder added in this PR

@frdel
Copy link
Contributor

frdel commented Mar 5, 2026

Hello, I need to warn you that this approach to plugins will soon break. Plugins are self-contained, there is no need for manual install and uninstall scripts and cloning git repos at runtime will be flagged as dangerous by our scanner. Extensions, tools, prompts etc. should be contained in the plugin directly.

@Nunezchef
Copy link
Author

Thanks for the warning, I really appreciate it.

I’m still pretty new to the Agent Zero plugin architecture, so I took a patch/installer path to get something working quickly. I understand now that this is not the long-term model and that runtime cloning/manual install scripts will be
treated as unsafe.

I’ll rework this into a fully self-contained plugin package with all extensions/tools/prompts included directly, and no manual install/uninstall flow.

If you can point me to the recommended structure/reference plugin for the current self-contained model, I’ll align to that so I don’t repeat this mistake.

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.

2 participants