Creates a new ADK agent project.
Usage
mix adk.new my_agent
mix adk.new my_agent --path ./projects
mix adk.new my_agent --model gemini-flash-latest
mix adk.new my_agent --no-phoenixOptions
--path— Parent directory for the project (default:.)--model— Default LLM model (default:gemini-flash-latest)--no-phoenix— Skip Phoenix/Plug web endpoints
The project name must be a valid Elixir identifier (lowercase, underscores allowed).