This tool creates weekly progress report highlights for organizational distribution. It can be used with ollama locally or groq using API, to use with groq you need to obtain a groq-key
Download Ollama from https://ollama.com/download Prior to running run 'ollama pull llama3.3:70b-instruct-q2_K' in your command line. This will require your machine to have at least 24GB of ram.
If you don't have that RAM, you can use llama3.2 for smaller footprint models.
Get your API keys from Groq.com Copy .env-example to .env and update with your keys.
Use 'poetry lock' then 'poetry install' to get an environment installed.
Edit config.yaml to give the tool an understanding of your organizational context, workstreams your org is working on and their importance, as well as examples of old highlights to mimic.
Edit this_weeks_outcomes.csv, use an outcome per row
Run 'poetry run weekly' to get the output in file 'highlights.txt'.