[PR #19] [MERGED] Added Agent Setup + Usage Guides and more #83

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/19
Author: @ShadowArcanist
Created: 5/11/2024
Status: Merged
Merged: 5/14/2024
Merged by: @timothycarambat

Base: mainHead: dev


📝 Commits (4)

  • 796299f ✂️ Seperated Guides & FAQ's Section
  • d17c1a2 Added Guide
  • 8b2ad5c Added Agent Setup Guide
  • 8038d64 ⬆ Bumped Docs version to v1.0.2

📊 Changes

29 files changed (+359 additions, -10 deletions)

View changed files

📝 package.json (+1 -1)
📝 pages/_meta.json (+12 -3)
📝 pages/anythingllm-setup/_meta.json (+9 -0)
pages/anythingllm-setup/agent-configuration.mdx (+117 -0)
pages/faq/_meta.json (+11 -0)
📝 pages/faq/llm-not-using-my-docs.mdx (+0 -0)
📝 pages/guides/_meta.json (+6 -6)
pages/guides/ai-agents.mdx (+203 -0)
📝 pages/guides/prompting-guide.mdx (+0 -0)
📝 pages/guides/uninstall.mdx (+0 -0)
public/images/anythingllm-setup/agent-configuration/configuration-menu.png (+0 -0)
public/images/anythingllm-setup/agent-configuration/header-image.png (+0 -0)
public/images/anythingllm-setup/agent-configuration/llm.png (+0 -0)
public/images/anythingllm-setup/agent-configuration/search.png (+0 -0)
public/images/anythingllm-setup/agent-configuration/tools.png (+0 -0)
📝 public/images/faq/llm-not-using-my-docs/document-pinning.png (+0 -0)
📝 public/images/faq/llm-not-using-my-docs/thumbnail.png (+0 -0)
📝 public/images/faq/llm-not-using-my-docs/workspace-settings-icon.png (+0 -0)
public/images/guides/ai-agents/browsing.png (+0 -0)
public/images/guides/ai-agents/end-slash-command.png (+0 -0)

...and 9 more files

📄 Description

Pull Request Type

  • feat

Relevant Issues

Resolves #9

What is in this change?

Added Agent Setup Guide

Guide to setup agent (like choosing LLMs, enabling skills etc.. from workspace settings )

Added Agent Usage Guide

Guide to use Agent (like how to use all agent tools Web-Browsing, RAG-Searchetc..)

✂️ Separated Guides & FAQ's Section

We had a section Guides & FAQ and I have separated them into two different sections for more organization

⬆ Bumped Docs version to v1.0.2

Increased the version on package.json from 1.0.1 to 1.0.2

Additional Information

All the above changes can be found on https://anything-llm-docs.vercel.app/ for you to preview it

Validations

  • Ensured updated documentation pass spell check
  • Updated or added relevant links as needed
  • Reviewed the changes for clarity and accuracy
  • Successfully ran the code locally without encountering errors

🔄 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/19 **Author:** [@ShadowArcanist](https://github.com/ShadowArcanist) **Created:** 5/11/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`796299f`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/796299fdba84bd265e7321657226cd524438e5e9) ✂️ Seperated Guides & FAQ's Section - [`d17c1a2`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/d17c1a28c6c1a8674aca06c4f9bc02a802ab0832) ✨ Added Guide - [`8b2ad5c`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/8b2ad5c3627e436cb55fc21e51142da71b059723) ✨ Added Agent Setup Guide - [`8038d64`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/8038d64cc745a26d67a71dbe9737951095ed142b) ⬆ Bumped Docs version to v1.0.2 ### 📊 Changes **29 files changed** (+359 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pages/_meta.json` (+12 -3) 📝 `pages/anythingllm-setup/_meta.json` (+9 -0) ➕ `pages/anythingllm-setup/agent-configuration.mdx` (+117 -0) ➕ `pages/faq/_meta.json` (+11 -0) 📝 `pages/faq/llm-not-using-my-docs.mdx` (+0 -0) 📝 `pages/guides/_meta.json` (+6 -6) ➕ `pages/guides/ai-agents.mdx` (+203 -0) 📝 `pages/guides/prompting-guide.mdx` (+0 -0) 📝 `pages/guides/uninstall.mdx` (+0 -0) ➕ `public/images/anythingllm-setup/agent-configuration/configuration-menu.png` (+0 -0) ➕ `public/images/anythingllm-setup/agent-configuration/header-image.png` (+0 -0) ➕ `public/images/anythingllm-setup/agent-configuration/llm.png` (+0 -0) ➕ `public/images/anythingllm-setup/agent-configuration/search.png` (+0 -0) ➕ `public/images/anythingllm-setup/agent-configuration/tools.png` (+0 -0) 📝 `public/images/faq/llm-not-using-my-docs/document-pinning.png` (+0 -0) 📝 `public/images/faq/llm-not-using-my-docs/thumbnail.png` (+0 -0) 📝 `public/images/faq/llm-not-using-my-docs/workspace-settings-icon.png` (+0 -0) ➕ `public/images/guides/ai-agents/browsing.png` (+0 -0) ➕ `public/images/guides/ai-agents/end-slash-command.png` (+0 -0) _...and 9 more files_ </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> Resolves #9 ### What is in this change? ✨ Added Agent Setup Guide > Guide to setup agent (like choosing LLMs, enabling skills etc.. from workspace settings ) ✨ Added Agent Usage Guide > Guide to use Agent (like how to use all agent tools `Web-Browsing`, `RAG-Search`etc..) ✂️ Separated Guides & FAQ's Section > We had a section `Guides & FAQ` and I have separated them into two different sections for more organization ⬆ Bumped Docs version to v1.0.2 > Increased the version on `package.json` from `1.0.1` to `1.0.2` ### Additional Information All the above changes can be found on https://anything-llm-docs.vercel.app/ for you to preview it ### Validations <!-- All of the applicable items should be checked. --> - [x] Ensured updated documentation pass spell check - [x] Updated or added relevant links as needed - [x] Reviewed the changes for clarity and accuracy - [x] Successfully ran the code locally without encountering errors --- <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:38 -05:00
yindo closed this issue 2026-02-23 17:19:38 -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#83