CLI
arctl agent init

arctl agent init

Bootstrap a new agent project. You must specify the ADK (Agent Development Kit) framework, the programming language, and the name of the directory you want to create.

Usage

arctl agent init [adk] [language] [agent-name]

Example:

arctl agent init adk python myagent

Command-specific flags

No command-specific flags.

Global flags

-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.