cd dnotifier-examples/use-cases/ai-workflow-automation/python
cp .env.example .env
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.pyThen: /demo or type a request → /quit
| Command | Action |
|---|---|
/demo |
Sample support request through the workflow |
/help |
Help |
/quit |
Exit |
| (other text) | Run classify → draft → polish |
See the use-case README.