File tree Expand file tree Collapse file tree 4 files changed +438
-13
lines changed
python/packages/autogen-kubernetes Expand file tree Collapse file tree 4 files changed +438
-13
lines changed Original file line number Diff line number Diff line change 1
1
# autogen-kubernetes
2
2
3
- This is autogen kubernetes extension which provides code executor on kuberentes pod
3
+ This is autogen(>=0.4) kubernetes extension which provides code executor on kuberentes pod
4
4
5
5
We plan to add "autogen" features needs Kubernetes features.
6
6
Original file line number Diff line number Diff line change 1
- This project includes code from the autogen project, which is licensed under the MIT License.
2
-
3
- Copyright (c) Microsoft Corporation.
4
- Modification Copyright (c) 2024 kiyoung you(questcollector)
5
-
6
- This project is licensed under the MIT License. See the full license text below
7
-
8
- ---
9
-
10
1
MIT License
11
2
12
3
Copyright (c) Microsoft Corporation.
@@ -32,6 +23,15 @@ SOFTWARE
32
23
33
24
---
34
25
26
+ This project includes code from the autogen project, which is licensed under the MIT License.
27
+
28
+ Copyright (c) Microsoft Corporation.
29
+ Modification Copyright (c) 2024 kiyoung you(questcollector)
30
+
31
+ This project is licensed under the MIT License. See the full license text above
32
+
33
+ ---
34
+
35
35
Third-Party Licenses
36
36
---------------------
37
37
You can’t perform that action at this time.
0 commit comments