Add Skill: conditional-request-routing

Extracted from: https://github.com/jwwelbor/AgentMap.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 23:05:54 +00:00
parent 271f79610d
commit 362bf8d810
5 changed files with 105 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: conditional-request-routing
## Usage Example
```python
# How to use this skill
# Inputs: request: the input request or content to be reviewed and routed
# Process: Collect input: Use an input agent to capture the user's request into state field 'request' → Branch: Use a branching agent to evaluate 'request' and route to 'Approve' node on success or 'Reject' node on failure → Approve path: Use a default agent to format and output an approval message with the request
# Outputs: result: the approval or rejection message containing the original request
```