Skip to content

Commit

Permalink
convert Prerequisites to unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
MQ37 committed Feb 5, 2025
1 parent b6b9ded commit 3a5d78d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions sources/platform/integrations/ai/langgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,14 @@ This guide will demonstrate how to use Apify Actors with LangGraph by building a

### Prerequisites

#### Apify API token
- **Apify API token**: To use Apify Actors in LangGraph, you need an Apify API token. If you don't have one, you can learn how to obtain it in the [Apify documentation](https://docs.apify.com/platform/integrations/api).

To use Apify Actors in LangGraph, you need an Apify API token. If you don't have one, you can learn how to obtain it in the [Apify documentation](https://docs.apify.com/platform/integrations/api).
- **OpenAI API key**: In order to work with agents in LangGraph, you need an OpenAI API key. If you don't have one, you can get it from the [OpenAI platform](https://platform.openai.com/account/api-keys).

#### OpenAI API key

In order to work with agents in LangGraph, you need an OpenAI API key. If you don't have one, you can get it from the [OpenAI platform](https://platform.openai.com/account/api-keys).

### Installation

Before we start, we need to install all dependencies:

```bash
pip install langgraph langchain-apify langchain-openai
```
- **Python packages**: To use LangGraph with Apify, you need to install the following Python packages:
```bash
pip install langgraph langchain-apify langchain-openai
```

### Building the TikTok profile search and analysis agent

Expand Down

0 comments on commit 3a5d78d

Please sign in to comment.