azd ai agent init (from existing code path) needs to handle if an agent.yaml is in that directory.
If it's a manifest, then we can treat it like the -m path, except no need to clone anything since the files are already on disk. If it's a definition, then we have less to ask and just setup azure.yaml.
azd ai agent init(from existing code path) needs to handle if an agent.yaml is in that directory.If it's a manifest, then we can treat it like the
-mpath, except no need to clone anything since the files are already on disk. If it's a definition, then we have less to ask and just setup azure.yaml.