System2

Directory / Tags

agents

  1. 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.choiceagentsCommunity@browser-use★ 3,021
  2. 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.choiceagentsroutingOfficial cookbookTypeSafe docs
  3. 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.choicenoulagentsOfficial cookbookTypeSafe docs

End of catalogue. Add yours →