You can add new plugins in the Plugin List File with the following format:
{
"name": "Super Agent Party Example Plugin",
"description": "This is the example plugin for Super Agent Party, demonstrating the plugin architecture and capabilities.",
"author": "heshengtao",
"version": "1.0.0",
"category": "Example",
"repository": "https://github.com/heshengtao/sap-example",
"backupRepository": "https://gitee.com/heshengtao/sap-example",
} In the super-agent-party project, you can use plugins in the following way:
- Click on 【Developer】 in the sidebar.
- Click on 【Extension】 in the secondary navigation bar.
- Click on 【Add New Extension】.
- Copy the plugin's GitHub URL (e.g., https://github.com/heshengtao/sap-example) into the pop-up input box and click 【Add】.
- If the network is unstable and the plugin fails to install, you can directly download the plugin's ZIP package from GitHub and upload it in the pop-up input box.
- Wait for the plugin to load, and you will see the newly added plugin in the sidebar.
| Name | Author | Description | Repository URL |
|---|---|---|---|
| Super Agent Party Example | heshengtao | Example plugin for Super Agent Party, demonstrating plugin architecture and capabilities. | https://github.com/heshengtao/sap-example |
| Super Agent Party Example With NodeJS | heshengtao | This is a chat frontend example with nodeJS environment | https://github.com/heshengtao/sap-example-with-node |
| Web Preview | heshengtao | A plugin enabling web previewing functionality for Super Agent Party. | https://github.com/heshengtao/sap-web-preview |
| Story Adventure | heshengtao | An interactive story adventure plugin that generates story content and options using AI. | https://github.com/heshengtao/sap-story-adventure |
| Live 2D | heshengtao | This is a Live 2D extension | https://github.com/heshengtao/sap-live2d |
| AI Editor | heshengtao | This is an AI Editor | https://github.com/heshengtao/sap-aieditor |
| AI galgame | heshengtao | This is an AI galgame extension | https://github.com/heshengtao/sap-aigalgame |
| AI tarot reader | heshengtao | This is an AI tarot reader extension | https://github.com/heshengtao/sap-tarot |
| AI sheet | heshengtao | This is an AI Sheet extension | https://github.com/heshengtao/sap-ai-sheet |
