mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 09:15:22 -04:00
[PR #132] [MERGED] agent flow docs #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:agent-flows📝 Commits (6)
f1becd7agent flow docs988f0d6Merge branch 'main' into agent-flows1652a81prevent escape73a04f2Merge branch 'agent-flows' of github.com:Mintplex-Labs/anythingllm-docs into agent-flows2482b21fix bad linka313204rewrite 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.