Skip to content

awf-project/awf-workflow-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awf-workflow-hello

Test workflow pack for AWF CLI.

Workflows

Workflow Description
hello Simple echo greeting with optional name input
greet Multi-step with prompt file, script file, and language selection

Install

awf workflow install awf-project/awf-workflow-hello

# Local dev
make install          # → .awf/workflow-packs/hello/
make install-global   # → ~/.local/share/awf/workflow-packs/hello/

Usage

awf run hello/hello                        # Hello, World!
awf run hello/hello --input name=Alice     # Hello, Alice!
awf run hello/greet --input language=fr    # Bonjour le monde!

User overrides

Override pack-embedded prompts or scripts locally:

mkdir -p .awf/prompts/hello/hello/
echo "Custom prompt" > .awf/prompts/hello/hello/system-prompt.md
awf run hello/greet  # uses your local override

Build tarball

make pack      # creates .tar.gz + checksums.txt
make validate  # checks manifest + workflow files
make clean     # removes build artifacts

About

AWF workflow pack example

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors