Skip to content

EternisAI/generate-tweets-gepa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Agent worker

Worker Instructions

temporal server start-dev
python worker.py

Run Instructions

Given topic and articles

temporal workflow start \
  --type GenerateTweetWorkflow \
  --task-queue default \
  --workflow-id generate-tweet-workflow-$(date +%s) \
  --input '{"topic":"Artificial Intelligence","articles":["AI breakthrough in natural language processing","Machine learning transforms healthcare diagnostics","Ethical considerations in AI development"]}'

Notes

Temporal CLI: http://localhost:8233/

Todo

  • Run temporal worker with mock code
  • Run a workflow
  • Visualise runing a worklfow in Temporal UI
  • Store row in DB in python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •