[PR #92] [MERGED] custom agent docs #109

Closed
opened 2026-02-23 17:19:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/92
Author: @timothycarambat
Created: 9/6/2024
Status: Merged
Merged: 9/10/2024
Merged by: @timothycarambat

Base: mainHead: custom-agent-skills


📝 Commits (5)

  • 0f8ce03 custom agent docs
  • c29017f add note for plugin.json config
  • 3866866 only hubId and folder name must match
  • 9b34d45 update docs
  • fc8f6c7 Merge branch 'main' into custom-agent-skills

📊 Changes

9 files changed (+564 additions, -0 deletions)

View changed files

📝 pages/agent/_meta.json (+9 -0)
pages/agent/custom/_meta.json (+38 -0)
pages/agent/custom/developer-guide.mdx (+97 -0)
pages/agent/custom/handler-js.mdx (+149 -0)
pages/agent/custom/introduction.mdx (+77 -0)
pages/agent/custom/plugin-json.mdx (+191 -0)
public/images/guides/custom-skills/dynamic-ui.png (+0 -0)
public/images/guides/custom-skills/sidebar.png (+0 -0)
📝 theme.config.tsx (+3 -0)

📄 Description

Custom agent skill dev docs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anythingllm-docs/pull/92 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `custom-agent-skills` --- ### 📝 Commits (5) - [`0f8ce03`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/0f8ce037ca3d2c142f62ff8fa3d255c810132dc3) custom agent docs - [`c29017f`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/c29017f228f0faaab430786603d071e710c54942) add note for plugin.json config - [`3866866`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/3866866b8603a2f8d33bfee7c332177f7ae5f943) only hubId and folder name must match - [`9b34d45`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/9b34d45a4032b3806cda6e6ff5670f3b366363d8) update docs - [`fc8f6c7`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/fc8f6c73230505ac199be3eb204f4e9daf1a579a) Merge branch 'main' into custom-agent-skills ### 📊 Changes **9 files changed** (+564 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pages/agent/_meta.json` (+9 -0) ➕ `pages/agent/custom/_meta.json` (+38 -0) ➕ `pages/agent/custom/developer-guide.mdx` (+97 -0) ➕ `pages/agent/custom/handler-js.mdx` (+149 -0) ➕ `pages/agent/custom/introduction.mdx` (+77 -0) ➕ `pages/agent/custom/plugin-json.mdx` (+191 -0) ➕ `public/images/guides/custom-skills/dynamic-ui.png` (+0 -0) ➕ `public/images/guides/custom-skills/sidebar.png` (+0 -0) 📝 `theme.config.tsx` (+3 -0) </details> ### 📄 Description Custom agent skill dev docs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:19:42 -05:00
yindo closed this issue 2026-02-23 17:19:42 -05: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#109