We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4528e commit 8f2ab55Copy full SHA for 8f2ab55
1 file changed
agents/a2a/langgraph_crewai_agent/README.md
@@ -208,18 +208,21 @@ The LangGraph pod uses in-cluster **`CREW_A2A_URL=http://a2a-crew-agent:8080`**.
208
Register agents with [Kagenti](https://github.com/kagenti/kagenti) for unified discovery and management.
209
210
**Prerequisites:**
211
+
212
- Kagenti installed: `oc get pods -n kagenti-system`
213
- Namespace labeled: `oc label namespace <your-namespace> kagenti-enabled=true`
214
215
**Apply AgentRuntime:**
216
217
1. Update `namespace` field in `AgentRuntime.yaml` to match your deployment namespace
218
2. Apply:
219
220
```bash
221
oc apply -f AgentRuntime.yaml
222
```
223
224
**Verify:**
225
226
227
oc get agentcard -n <your-namespace>
228
0 commit comments