A simple command line interface to run a workflow defined in a YAML file.
You can install doc-agent via pip:
To install doc-agent, run this command in your terminal .. code-block:: bash
$ pip install doc-agent
If you don't have pip installed, this Python installation guide can guide you through the process.
After installing doc-agent, you can use it from the command line. Here are some examples:
$ doc-agent --helpTo use doc-agent, you need to create a YAML file with the workflow you want to run. Here is an example:
- Generate a example workflow file:
$ doc-agent generate- Test the workflow:
$ doc-agent test workflow.yml- Run the workflow:
$ doc-agent run workflow.yml