Welcome to Malevich Brain ===================== Malevich Brain is a powerful library designed for building AI agents with a modern framework. It consists of three main components: - **Agents** - Entry points that provide an interface to run an LLM against a task with a set of tools - **Tools** - The core feature that enables transforming LLMs into agents by simply decorating functions that perform actions - **LLMs** - A bridge between LLM service APIs and the library, centralizing operations .. toctree:: :maxdepth: 2 :caption: Contents: getting_started/index user_guide/index api/index examples/index Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`