mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 01:05:22 -04:00
[GH-ISSUE #139] [DOCS]: Best practice for custom plug-in agent success #54
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?
Originally created by @esaic on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/139
Description
It is not clear how the plugin is called during the agentic process.
What is the prescribed flow and metrics to decide whether an agent tasks has been successfully completed?
I would like to know how to best design plugins that minimize the loop calling. In my application many of the calls are successfully completed, but the agentic flow keeps making calls to the agent skill.
If there's documentation covering this, I'd like to know. Thanks!
[DOCS]: Best practice for custom plug-in agent successto [GH-ISSUE #139] [DOCS]: Best practice for custom plug-in agent success