Skip to content

Commit 2039c1e

Browse files
Added workflow screenshots (#28)
1 parent 5e05a3c commit 2039c1e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OpenAI-compatible API middleware for n8n workflows. Use your n8n agents and workflows as OpenAI models in any OpenAI-compatible client.
44

5-
![Demo](docs/.demo.webp)
5+
![Demo](docs/pictures/demo.webp)
66

77
## Features
88

@@ -133,7 +133,16 @@ The bridge uses a flexible **ModelLoader architecture** to load models from diff
133133
}
134134
```
135135

136-
Save to `models.json`. Changes are automatically detected and reloaded (100ms debounce). No additional configuration required.
136+
Save to `models.json`. Changes are automatically detected and reloaded. No additional configuration required.
137+
138+
From simple single-agent workflows exposed as a model ...
139+
140+
<img src="./docs/pictures/single_agent_model.png" width="75%">
141+
142+
... to complex agent teams that work together:
143+
144+
<img src="./docs/pictures/multi_agent_model.png" width="75%">
145+
137146

138147
### Quick Start: Auto-Discovery (Recommended)
139148

File renamed without changes.
719 KB
Loading
122 KB
Loading

0 commit comments

Comments
 (0)