You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix filename mismatch in YAML comment (line 7)
- Add config.model to check_tests node for consistency
- Add model field to generate_review node
- Remove pip install osop from README (these are declarative docs, not executable)
- Add note that OSOP files are declarative descriptions
- Fix GitHub links to correct repo URLs
[OSOP](https://github.com/osopcloud/osop-spec) (Open Standard for Orchestration Protocols) is a portable YAML format for describing AI workflows — think OpenAPI, but for agent orchestration.
3
+
[OSOP](https://github.com/Archie0125/osop-spec) (Open Standard Operating Procedures) is a portable YAML format for describing AI workflows — think OpenAPI, but for agent orchestration.
4
+
5
+
> **Note:** OSOP files are declarative workflow descriptions, not executable code. They document orchestration patterns in a framework-agnostic format.
4
6
5
7
## What's Here
6
8
@@ -15,18 +17,7 @@ Semantic Kernel provides powerful AI orchestration with plugins, planners, and a
15
17
-**Documented** — readable YAML that non-developers can understand
16
18
-**Validated** — check workflow structure before execution
17
19
-**Ported** — same workflow definition works across Semantic Kernel, LangChain, AutoGen, etc.
18
-
-**Visualized** — render the workflow as a graph in the [OSOP Editor](https://github.com/osopcloud/osop-editor)
19
-
20
-
## Quick Start
21
-
22
-
```bash
23
-
# Validate the workflow
24
-
pip install osop
25
-
osop validate code-review-pipeline.osop.yaml
26
-
27
-
# Or just read the YAML — it's self-documenting
28
-
cat code-review-pipeline.osop.yaml
29
-
```
20
+
-**Visualized** — render the workflow as a graph in the [OSOP Editor](https://osop-editor.vercel.app)
0 commit comments