Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AI workflow automation — Python

Run

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.py

Then: /demo or type a request → /quit

Commands

Command Action
/demo Sample support request through the workflow
/help Help
/quit Exit
(other text) Run classify → draft → polish

Docs

See the use-case README.