[PR #132] [MERGED] agent flow docs #140

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/132
Author: @timothycarambat
Created: 2/12/2025
Status: Merged
Merged: 2/12/2025
Merged by: @timothycarambat

Base: mainHead: agent-flows


📝 Commits (6)

  • f1becd7 agent flow docs
  • 988f0d6 Merge branch 'main' into agent-flows
  • 1652a81 prevent escape
  • 73a04f2 Merge branch 'agent-flows' of github.com:Mintplex-Labs/anythingllm-docs into agent-flows
  • 2482b21 fix bad link
  • a313204 rewrite tutorial/getting started page

📊 Changes

29 files changed (+718 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)
📝 pages/_meta.json (+9 -0)
pages/agent-flows/_meta.json (+47 -0)
pages/agent-flows/blocks/_meta.json (+49 -0)
pages/agent-flows/blocks/api-call.mdx (+40 -0)
pages/agent-flows/blocks/default-blocks.mdx (+74 -0)
pages/agent-flows/blocks/intro.mdx (+45 -0)
pages/agent-flows/blocks/llm-instruction.mdx (+44 -0)
pages/agent-flows/blocks/web-scraper.mdx (+25 -0)
pages/agent-flows/debugging-flows.mdx (+26 -0)
pages/agent-flows/getting-started.mdx (+111 -0)
pages/agent-flows/overview.mdx (+45 -0)
pages/agent-flows/tutorial-hackernews.mdx (+202 -0)
public/images/agent-flows/add-block.png (+0 -0)
public/images/agent-flows/api-call.png (+0 -0)
public/images/agent-flows/example-run.png (+0 -0)
public/images/agent-flows/flow-complete.png (+0 -0)
public/images/agent-flows/flow-example.png (+0 -0)
public/images/agent-flows/flow-info.png (+0 -0)
public/images/agent-flows/flow-vars.png (+0 -0)

...and 9 more files

📄 Description

Agent flow 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/132 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `main` ← **Head:** `agent-flows` --- ### 📝 Commits (6) - [`f1becd7`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/f1becd73ec443a6d53937feea81ea4e783f423f0) agent flow docs - [`988f0d6`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/988f0d6dc60ce1a8f3b50ca5dc4f932b268b32d6) Merge branch 'main' into agent-flows - [`1652a81`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/1652a81842c63190c28bfaf220248e487198183c) prevent escape - [`73a04f2`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/73a04f2a422befe155bf28825a6f4764dcc548b1) Merge branch 'agent-flows' of github.com:Mintplex-Labs/anythingllm-docs into agent-flows - [`2482b21`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/2482b218bb76cbbe5c863f8fb5ae2219c0699d13) fix bad link - [`a313204`](https://github.com/Mintplex-Labs/anythingllm-docs/commit/a31320492b5456014277a80a0be37f37b8d18175) rewrite tutorial/getting started page ### 📊 Changes **29 files changed** (+718 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pages/_meta.json` (+9 -0) ➕ `pages/agent-flows/_meta.json` (+47 -0) ➕ `pages/agent-flows/blocks/_meta.json` (+49 -0) ➕ `pages/agent-flows/blocks/api-call.mdx` (+40 -0) ➕ `pages/agent-flows/blocks/default-blocks.mdx` (+74 -0) ➕ `pages/agent-flows/blocks/intro.mdx` (+45 -0) ➕ `pages/agent-flows/blocks/llm-instruction.mdx` (+44 -0) ➕ `pages/agent-flows/blocks/web-scraper.mdx` (+25 -0) ➕ `pages/agent-flows/debugging-flows.mdx` (+26 -0) ➕ `pages/agent-flows/getting-started.mdx` (+111 -0) ➕ `pages/agent-flows/overview.mdx` (+45 -0) ➕ `pages/agent-flows/tutorial-hackernews.mdx` (+202 -0) ➕ `public/images/agent-flows/add-block.png` (+0 -0) ➕ `public/images/agent-flows/api-call.png` (+0 -0) ➕ `public/images/agent-flows/example-run.png` (+0 -0) ➕ `public/images/agent-flows/flow-complete.png` (+0 -0) ➕ `public/images/agent-flows/flow-example.png` (+0 -0) ➕ `public/images/agent-flows/flow-info.png` (+0 -0) ➕ `public/images/agent-flows/flow-vars.png` (+0 -0) _...and 9 more files_ </details> ### 📄 Description Agent flow 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:48 -05:00
yindo closed this issue 2026-02-23 17:19:48 -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#140