{ "cells": [ { "cell_type": "markdown", "id": "88a48c9dd8ed7eba", "metadata": {}, "source": [ "# Documentation Agent\n", "\n", "In this recipe, we will be building a `DocumentationAgent` that has access to some documentation. We will be using Mirascope documentation in this example, but this should work on all types of documents. This is implemented using `OpenAI`, see [Local Chat with Codebase](../../agents/local_chat_with_codebase) for the Llama3.1 implementation.\n", "\n", "
Mirascope Concepts Used
\n", "\n", "Additional Real-World Applications
\n", "