The whole hunk
from line 694, old and new numbered
/
lines
from line 694
694694
695695 <MultiFileExample language="cli" label="CLI">
696696 ```bash CLI
697 ant beta:agents create < agent.yaml
697 ant apply agent.md
698698 ```
699699
700 <File filename="agent.yaml">
701 ```yaml
700 <File filename="agent.md">
701 ```markdown
702 ---
702703 name: Weather Agent
703704 model: claude-opus-5
704705 tools:
from line 715
714715 description: City name
715716 required:
716717 - location
718 ---
717719 ```
718720 </File>
719721 </MultiFileExample>