Create the CLI agent graph from environment-based configuration.
Reads DA_SERVER_* env vars via ServerConfig.from_env() (the inverse of
ServerConfig.to_env() used by the CLI process), resolves a model,
assembles tools, and compiles the agent graph.
make_graph() -> Any