LLM
The three bundled vendors, connecting Search2o to any other LLM, and running code that an LLM writes.
- LLM vendorsSearch2o ships with adapters for OpenAI, Anthropic and Google Gemini. One API key is enough to start, and a new account already has a profile for each vendor.
- Connecting to other LLMsAn adapter is what connects Search2o to an LLM. Three adapters are bundled, and they already cover every endpoint that speaks the OpenAI, Anthropic or Gemini…
- Executing code from an LLMSearch2o will never execute arbitrary Python code. A future dynamic command will let an LLM generate an agent in Search2o's own JSON format and execute that …

