Skip to content

Commit 0e6dba4

Browse files
committed
docs: add workflow example to examples README index
1 parent c34f0ea commit 0e6dba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Progressive learning path from basics to advanced features:
3737
| [15_input_guard.exs](https://github.com/nyo16/nous/blob/master/examples/15_input_guard.exs) | Prompt injection detection and blocking |
3838
| [16_hooks.exs](https://github.com/nyo16/nous/blob/master/examples/16_hooks.exs) | Lifecycle hooks: blocking, modification, priority ordering |
3939
| [17_skills.exs](https://github.com/nyo16/nous/blob/master/examples/17_skills.exs) | Skills: modules, file-based (load from .md files/dirs), groups, matching, built-in catalog |
40+
| [18_workflow.exs](https://github.com/nyo16/nous/blob/master/examples/18_workflow.exs) | DAG workflow engine: pipelines, branching, parallel, cycles, HITL, hooks, LLM agents |
4041

4142
## Provider Examples
4243

0 commit comments

Comments
 (0)