Introduction
What Search2o is, the parts it is made of, and how a request travels from the search interface to an answer.
- What is Search2oSearch2o is a platform for building AI agents and running them from a search interface. A user types what they need; Search2o finds the agent built for that …
- Why not Python?Search2o's domain-specific language is built for one thing: agents.
- Parts of the systemSearch2o has three parts: a cloud service, an agent server that runs in your organization, and a GUI served by that agent server.
- How it fits togetherFrom a developer writing an agent to a user getting an answer.

