An example plugin for Eva CLI.
Install in editable mode or as a package:
pip install -e .Once installed, Eva CLI will automatically discover the plugin via entry points and register the eva hello command:
eva hello
# Hello, World! (from eva-hello plugin)
eva hello Alice
# Hello, Alice! (from eva-hello plugin)