Skip to content

Commit 8f2ab55

Browse files
committed
Fix markdown MD032/MD031 linting issues
1 parent 1f4528e commit 8f2ab55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

agents/a2a/langgraph_crewai_agent/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,21 @@ The LangGraph pod uses in-cluster **`CREW_A2A_URL=http://a2a-crew-agent:8080`**.
208208
Register agents with [Kagenti](https://github.com/kagenti/kagenti) for unified discovery and management.
209209

210210
**Prerequisites:**
211+
211212
- Kagenti installed: `oc get pods -n kagenti-system`
212213
- Namespace labeled: `oc label namespace <your-namespace> kagenti-enabled=true`
213214

214215
**Apply AgentRuntime:**
215216

216217
1. Update `namespace` field in `AgentRuntime.yaml` to match your deployment namespace
217218
2. Apply:
219+
218220
```bash
219221
oc apply -f AgentRuntime.yaml
220222
```
221223

222224
**Verify:**
225+
223226
```bash
224227
oc get agentcard -n <your-namespace>
225228
```

0 commit comments

Comments
 (0)