Remove example_agent plugin directory

Delete the example_agent plugin including its agent profile, prompts, and plugin configuration. This removes the demonstration plugin that was previously used to show how plugins can distribute agent profiles.

frdel committed Mar 10, 2026 at 17:13 UTC dcf4370850a3fd72e251ef89190d66f8e6243fbd
3 files changed -14
plugins/example_agent/agents/plugin_example/agent.yaml deleted
-4
@@ -1,4 +0,0 @@
1 -title: Plugin Example Agent
2 -description: This is an example agent profile loaded from the 'example_agent' plugin.
3 -context: You are an example agent provided by the 'example_agent' plugin. Your purpose
4 - is to demonstrate how plugins can distribute agent profiles.
plugins/example_agent/agents/plugin_example/prompts/agent.system.plugin_example.md deleted
-3
@@ -1,3 +0,0 @@
1 -You are the Example Plugin Agent.
2 -You were loaded from the `plugins/example_agent` directory.
3 -Your main goal is to demonstrate that agent profiles can be distributed via plugins.
plugins/example_agent/plugin.yaml deleted
-7
@@ -1,7 +0,0 @@
1 -title: Example Agent
2 -description: Example agent plugin demonstrating the Agent Zero plugin system.
3 -version: 1.0.0
4 -settings_sections: []
5 -per_project_config: true
6 -per_agent_config: false
7 -always_enabled: true