neurocore.cli.new_cmd ===================== .. py:module:: neurocore.cli.new_cmd .. autoapi-nested-parse:: neurocore new — scaffold a project from a template. Usage: neurocore new --list neurocore new ollama-agent my-agent neurocore new research-agent ac1-researcher --dir ~/projects Functions --------- .. autoapisummary:: neurocore.cli.new_cmd.new_project Module Contents --------------- .. py:function:: new_project(template: Optional[str] = typer.Argument(None, help="Template name (run 'neurocore new --list' to see options)."), name: Optional[str] = typer.Argument(None, help='Project name.'), directory: pathlib.Path = typer.Option(Path('.'), '--dir', '-d', help='Parent directory to create the project in.'), list_flag: bool = typer.Option(False, '--list', '-l', help='List available templates and exit.')) -> None Scaffold a new NeuroCore project from a template.