sample

Create a sample Python project in a specified directory. This provides a ready-made project to experiment with CodeLogician's formalization and reasoning capabilities.

Available in: codelogician CLI only

codelogician sample [OPTIONS] TGT_DIR

Arguments

ArgumentDescription
TGT_DIRTarget directory where the sample project will be created (required)

Options

OptionDescription
--jsonEmit machine-readable JSON to stdout instead of rich terminal output

Example

# Create a sample project
codelogician sample my_sample_project
 
# Create and get JSON output
codelogician sample --json my_sample_project

  • Getting Started — install CodeLogician and run your first workflow
  • agent — formalize the sample project files