San Francisco Today Events Harvester
This skill provides the ability to scrape live event data from SF Funcheap and interact with a local RAG database (ChromaDB) to find specific activities.
Agent Instructions
When the user asks about events in San Francisco today:
- Use the script
SanFrancisco-Today-FestivalEvents-Harvester-Agent.py. - To see live listings, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action list --scope top - To search previous harvests, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action search --query "<user query>" - To update the local database with full listings, run:
python3 SanFrancisco-Today-FestivalEvents-Harvester-Agent.py --action ingest --scope full