{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Aim\n", "\n", "Aim makes it super easy to visualize and debug LangChain executions. Aim tracks inputs and outputs of LLMs and tools, as well as actions of agents. \n", "\n", "With Aim, you can easily debug and examine an individual execution:\n", "\n", "![](https://user-images.githubusercontent.com/13848158/227784778-06b806c7-74a1-4d15-ab85-9ece09b458aa.png)\n", "\n", "Additionally, you have the option to compare multiple executions side by side:\n", "\n", "![](https://user-images.githubusercontent.com/13848158/227784994-699b24b7-e69b-48f9-9ffa-e6a6142fd719.png)\n", "\n", "Aim is fully open source, [learn more](https://github.com/aimhubio/aim) about Aim on GitHub.\n", "\n", "Let's move forward and see how to enable and configure Aim callback." ], "id": "613b5312" }, { "cell_type": "markdown", "metadata": {}, "source": [ "