Directory / Tags
agents
- Jev UltrafastA browser agent from Browser Use where Jev decides every step. From a numbered table of the page's elements it picks the operation and the target in a single request, and a small LLM is called only when text has to be typed. Its demo runs a Google Flights search from one plain-English goal in about seven seconds.
- Function callingTurn a plain-English request into a call to an ordinary typed function. Each function name and each closed-set argument becomes a question, so the answer is always something your code can dispatch.
- Skill suggestionPick at most one skill for an agent's turn from a catalogue of well over a hundred. One request ranks them all and asks whether any is needed; a second reads the top few closely and may reject them all.
End of catalogue. Add yours →