Wayfinder is an early prototype for an LLM-guided web destination finder. It takes a user query and asks a local text-generation model to choose the most useful website or next browsing action.
wayfinder.py- main prototype entry point.wayfinder_demo.py- small demo prompt for experimenting with action selection.
Wayfinder currently uses meta-llama/Llama-3.2-1B-Instruct through Hugging Face transformers.