Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 464 Bytes

File metadata and controls

12 lines (7 loc) · 464 Bytes

Wayfinder

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.

Files

  • wayfinder.py - main prototype entry point.
  • wayfinder_demo.py - small demo prompt for experimenting with action selection.

Current Model

Wayfinder currently uses meta-llama/Llama-3.2-1B-Instruct through Hugging Face transformers.