The whole hunk
from line 53, old and new numbered
/
lines
from line 53
5353
5454 <MultiFileExample language="cli" label="CLI">
5555 ```bash CLI
56 AGENT_ID=$(ant beta:agents create --transform id --raw-output < github-assistant.agent.yaml)
56 ant apply github-assistant.md
5757 ```
5858
59 <File filename="github-assistant.agent.yaml">
60 ```yaml
59 <File filename="github-assistant.md">
60 ```markdown
61 ---
6162 name: GitHub Assistant
62 model:
63 id: claude-opus-5
63 model: claude-opus-5
6464 mcp_servers:
6565 - type: url
6666 name: github
from line 69
6969 - type: agent_toolset_20260401
7070 - type: mcp_toolset
7171 mcp_server_name: github
72 ---
7273 ```
7374 </File>
7475 </MultiFileExample>