Recover the original agent strategy docs from old docs repo (#602)

* recover the original agent strategy docs from old docs repo

* Adjust the navigation order of the plugin dev docs

---------

Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
Riskey
2025-12-09 19:33:50 +08:00
committed by GitHub
parent b65aabc65e
commit 69193b4e9f
3 changed files with 1099 additions and 4 deletions

View File

@@ -344,14 +344,16 @@
"en/develop-plugin/dev-guides-and-walkthroughs/cheatsheet",
"en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/tool-oauth",
"en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider",
"en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/trigger-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/creating-new-model-provider",
"en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/endpoint",
"en/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/develop-flomo-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/develop-a-slack-bot-plugin",
"en/develop-plugin/dev-guides-and-walkthroughs/develop-md-exporter",
"en/develop-plugin/dev-guides-and-walkthroughs/develop-multimodal-data-processing-tool"
]
},
{

File diff suppressed because it is too large Load Diff

View File

@@ -45,11 +45,11 @@ Through plugins, your AI applications can:
<Accordion
title="Agent Strategies"
icon="brain"
href="/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation"
href="/en/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin"
>
Create custom reasoning strategies for autonomous Agents
<a href="/en/develop-plugin/features-and-specs/advanced-development/reverse-invocation" className="text-primary">Learn more</a>
<a href="/en/develop-plugin/dev-guides-and-walkthroughs/agent-strategy-plugin" className="text-primary">Learn more</a>
</Accordion>
<Accordion
title="Extensions"