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
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,19 @@ Production-minded Python components and recipes (cookbook) by Inference Stack.
10
10
11
11
ElectriPy Studio is a curated collection of production-ready Python components and recipes designed to accelerate development while maintaining high code quality standards.
12
12
13
+
## Design principles
14
+
15
+
- Ports & Adapters: swap providers (LLMs, embedders, vector stores) without rewriting business logic.
16
+
- Deterministic by default: stable IDs and reproducible evaluation runs.
0 commit comments