circle-infoPrerequisites

Before you begin building, ensure your environment is ready with the following components.

1

Python 3.11+

Make sure you have Pythonarrow-up-right v3.11 or v3.12 installed along with piparrow-up-right.

2

Access to GDP Labs' Gen AI SDK repository Access to the private repository is required to run this program. If you need access, kindly submit a ticket to our DevOps team.

3

API Key for a Deep Researcher model provider

Contact our DevOps team or the GL Open DeepResearch Team (for GL Open Deep Researcher) to obtain your API key. Afterwards, you can set it as an environment variable. In this example, an OpenAI API key is used.

export OPENAI_API_KEY="sk-..."
4

gcloud CLI

Please refer to the installation guidearrow-up-right. After installing, please run gcloud auth login to authorize gcloud to access the Cloud Platform with Google user credentials.

5

Access to Gen AI Google Cloud Repository

Request access to Gen AI Google Cloud repositories by submitting this formarrow-up-right (alternatively, from your manager or team lead)

Next Steps

  1. Get started with Deep Researcher components: Getting Started

  2. Explore more about deep researcher subclasses and features in API reference pagearrow-up-right

Last updated

Was this helpful?