Task: Develop the AI agent

Develop the AI agent

12.07.2026vietnamguru.ru

Out of the box, the AI agent only works with its own concepts. Here, we need to teach it to work with all concepts in general. But first, there are many of them, and second, they have structure and logic. We need to add and develop a skill for working with the knowledge base.

There is another point: it is assumed that the AI agent will play a very important role in the website's operation and assist users in every possible way. At the same不过, if you ask it something, it can output a massive wall of useful information, but still just as plain text (albeit formatted). There are no links, no cross-linking, nothing. At the same time, there is really a lot of information. In the current out-of-the-box mechanics, the agent's chat is displayed in a separate widget. If internal page links are displayed in it, then when clicking on them (when the URL changes), the widget automatically collapses. So we need to figure out how—apparently, we will need to turn the chat interface into the main interface for the user: display all internal links within it, and when clicked, they should open as an object card instead of navigating to a page. In general, it needs to be done in such a way that the user can both continue communicating with the agent and view useful information.