neurocore.cli.new_cmd

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

new_project(, name, directory, , [, help])

Scaffold a new NeuroCore project from a template.

Module Contents

neurocore.cli.new_cmd.new_project(template: str | None = typer.Argument(None, help="Template name (run 'neurocore new --list' to see options)."), name: str | None = 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[source]

Scaffold a new NeuroCore project from a template.