Add Skill: conditional-request-review-workflow
Extracted from: https://github.com/jwwelbor/AgentMap.git Score: 1.0
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user