Add Skill: conditional-request-review-workflow

Extracted from: https://github.com/jwwelbor/AgentMap.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-08 22:41:13 +00:00
parent 271f79610d
commit 7b14d4dd89
5 changed files with 103 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: conditional-request-review-workflow
## Usage Example
```python
# How to use this skill
# Inputs: request
# Process: Start node (agent_type=input) collects the user request and stores it in state field 'request'. → Classify node (agent_type=branching) reads 'request', makes a branching decision, and on success goes to Approve, on failure goes to Reject; stores decision in 'decision'. → Approve node (agent_type=default) formats an approval message using 'request' and writes to 'result'.
# Outputs: result
```