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

Indices and tables#