There was an error while loading. Please reload this page.
2 parents f65a5ad + 3bea7b9 commit f2a0b11Copy full SHA for f2a0b11
2 files changed
setup/agents/namespace.yaml
@@ -0,0 +1,4 @@
1
+apiVersion: v1
2
+kind: Namespace
3
+metadata:
4
+ name: agents
setup/agents/runtime.yaml
@@ -0,0 +1,14 @@
+apiVersion: deployments.plural.sh/v1alpha1
+kind: AgentRuntime
+ name: codex
5
+ namespace: agents
6
+spec:
7
+ targetNamespace: agents
8
+ type: CODEX
9
+ aiProxy: true
10
+ dind: true
11
+ default: true
12
+ config:
13
+ codex:
14
+ model: openai/gpt-5.4
0 commit comments