c7d5e2092d
Extracted from: https://github.com/jwwelbor/AgentMap.git Score: 1.0
11 lines
494 B
Markdown
11 lines
494 B
Markdown
# Examples: conditional-request-review
|
|
|
|
## Usage Example
|
|
|
|
```python
|
|
# How to use this skill
|
|
# Inputs: request
|
|
# Process: Start: input agent prompts user for request and stores it in state field 'request' → Classify: branching agent evaluates 'request' and routes to Approve on success or Reject on failure, storing 'decision' → Approve: default agent formats approval message using 'request' and stores it in 'result'
|
|
# Outputs: result (string message indicating approval or rejection)
|
|
```
|