nlp2cmd

App2Schema Example

This example demonstrates how to convert shell commands to AppSpec format and use them with NLP2CMD.

Overview

The app2schema integration allows you to:

Running the Example

python example.py

This will:

  1. Generate an AppSpec from a “git” command
  2. Create an AppSpecAdapter from the generated schema
  3. Transform a natural language command using the schema

What You’ll Learn