[GH-ISSUE #102] Custom Agent $schema reference #45

Open
opened 2026-02-23 17:18:36 -05:00 by yindo · 0 comments
Owner

Originally created by @timothycarambat on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/102

Originally assigned to: @timothycarambat on GitHub.

Reference: https://github.com/Mintplex-Labs/anything-llm/pull/2344

Add documentation for the supported $schema that can we can leverage for ease of development

I didn’t find a really good place to put it to, and the folder of the JavaScript file that loads the plugin.jsons seemed to be the most sane.

The docs should mention it in plugin-json.mdx. JSONSchema files can be either referenced in plugin.json, like

{
"$schema": "https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/refs/heads/master/server/utils/agents/imported-manifest.schema.json"
}
or be linked to appropriate files using IDE configuration.

Originally created by @timothycarambat on GitHub (Sep 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/102 Originally assigned to: @timothycarambat on GitHub. Reference: https://github.com/Mintplex-Labs/anything-llm/pull/2344 Add documentation for the supported `$schema` that can we can leverage for ease of development > I didn’t find a really good place to put it to, and the folder of the JavaScript file that loads the plugin.jsons seemed to be the most sane. > > The [docs](https://github.com/Mintplex-Labs/anythingllm-docs) should mention it in [plugin-json.mdx](https://github.com/Mintplex-Labs/anythingllm-docs/blob/main/pages/agent/custom/plugin-json.mdx). JSONSchema files can be either referenced in plugin.json, like > > { > "$schema": "https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/refs/heads/master/server/utils/agents/imported-manifest.schema.json" > } > or be linked to appropriate files using IDE configuration.
yindo changed title from Custom Agent `$schema` reference to [GH-ISSUE #102] Custom Agent `$schema` reference 2026-06-05 15:22:01 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anythingllm-docs#45