Commit 125c4cb
Update README and add agent example (#3815)
* Update header.png file
* Update ZenML logo alt text in README.md
* Update core concepts and steps for ML workflows and agents
* Update model registration and promotion steps
* Enhance project and workspace organization features
* Refactor ML pipeline steps for clarity and consistency
* Update dependencies and add type hints to create_dataset().
* Update create_dataset to return split data as tuples
* Add agent comparison pipeline steps
* Refactor code for better readability
* Update integration information in README.md
* Update prompts, test architectures, and generate diagrams
* Update typing annotations to Any in prompt materializer and visualizer
* Add Langfuse observability integration to LLM utility calls
* Update Langfuse integration for LiteLLM
* Update readme_problem.png asset image
* Optimised images with calibre/image-actions
* Step Status Refresh Functionality + Kubernetes Orchestrator Implementation (#3735)
* first checkpoint
* new changes
* fixes
* new changes
* small change
* deprecate old method
* new changes
* missing import
* listen to events
* linting
* loop optimization
* changed the deprecation warning
* new condition
* switching to jobs
* formatting
* handling the store
* not allowing finished steps to be updated
* docstrings
* label param name
* removed unused function
* comment and formatting
* renamed function
* moved steps outside
* removed unused input
* additional check
* docstrings and formatting
* removed status checks
* orchestrator pod updates
* new check
* Upper limit datasets version (#3824)
* Add Docker settings to pipeline and refactor data loading steps
* Update agent visualizations with automatic generation
* Update visualizations method in Agent Architecture Comparison example
* Register agent materializer import to trigger registration
* Refactor data_loading function return annotations
* Add handling for missing OpenAI library import
* Remove detailed agent workflow print statement
* Update examples/agent_comparison/agent_comparison_pipeline.py
Co-authored-by: Alexej Penner <[email protected]>
* Update pipeline script with evaluation message
* Update README.md
* Update docs/book/how-to/secrets/secrets.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Remove Langfuse integration and references
* Add token counting notes for accurate counting
* Add import of "re" at the top of the file
* Update README.md
* Update imports to remove unnecessary type ignore
* Update environment variables to use None as default
* Integrate ZenML MCP Server for conversational insights
* Auto-update of LLM Finetuning template
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Barış Can Durak <[email protected]>
Co-authored-by: Michael Schuster <[email protected]>
Co-authored-by: Alexej Penner <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <[email protected]>
(cherry picked from commit 6b0047a)1 parent 329c44a commit 125c4cb
File tree
36 files changed
+3168
-175
lines changed- docs/book
- .gitbook/assets
- getting-started
- zenml-pro
- how-to
- artifacts
- models
- secrets
- examples/agent_comparison
- materializers
- pipelines
- prompts
- steps
- tests/stress-test
36 files changed
+3168
-175
lines changedLarge diffs are not rendered by default.
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
69 | 82 | | |
70 | 83 | | |
71 | 84 | | |
72 | 85 | | |
| 86 | + | |
73 | 87 | | |
74 | 88 | | |
75 | 89 | | |
76 | 90 | | |
77 | 91 | | |
78 | 92 | | |
| 93 | + | |
| 94 | + | |
79 | 95 | | |
80 | 96 | | |
81 | 97 | | |
82 | 98 | | |
83 | | - | |
| 99 | + | |
84 | 100 | | |
85 | 101 | | |
86 | 102 | | |
| |||
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
163 | | - | |
| 179 | + | |
164 | 180 | | |
165 | | - | |
| 181 | + | |
166 | 182 | | |
167 | 183 | | |
168 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| 125 | + | |
123 | 126 | | |
124 | 127 | | |
125 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
41 | 53 | | |
42 | 54 | | |
43 | 55 | | |
| |||
51 | 63 | | |
52 | 64 | | |
53 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
54 | 77 | | |
55 | 78 | | |
56 | 79 | | |
| 80 | + | |
57 | 81 | | |
58 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
59 | 87 | | |
60 | 88 | | |
61 | 89 | | |
| |||
498 | 526 | | |
499 | 527 | | |
500 | 528 | | |
501 | | - | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
502 | 532 | | |
503 | 533 | | |
504 | 534 | | |
| |||
0 commit comments