Add Skill: blacknode-graph-workflow

Extracted from: https://github.com/temiroff/Blacknode.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 17:03:28 +00:00
parent d81ddeda88
commit 065dc48ef8
5 changed files with 151 additions and 0 deletions
@@ -0,0 +1,10 @@
# Examples: blacknode-graph-workflow
## Usage Example
```python
# How to use this skill
# Inputs: Model configuration (NIM_MODEL, API keys for NVIDIA NIM, OpenAI, Anthropic), Node definitions with specified inputs and outputs (Literal, LLMAgent, FileWrite, etc.), Data sources (URLs, text content, or other inputs for the workflow)
# Process: Initialize a blacknode.Graph instance to create the workflow structure → Add nodes to the graph with defined inputs and outputs (e.g., Literal, LLMAgent, FileWrite) → Define edges connecting nodes to establish data flow between them
# Outputs: Processed results from the final node (e.g., printed text, written files, or generated data), Graph execution status and any errors encountered during execution
```