Skip to content

Latest commit

 

History

History
 
 

agents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

LLM Agents

Agents use LLMs to take action or provide curated reports.

News Bot

The news.py script will use an OpenAI API based LLM to process raw weather payloads, stock prices and top news items into a curated news report.

# Update environmental variables for your use case
ALPHA_KEY=ABC123 OPENAI_API_BASE=http://localhost:8000/v1 COMPANY=MyCompany python3 news.py