Skip to content

Commit dc68338

Browse files
committed
feat!: Add Toolbox LangChain SDK code from 'main' branch of https://github.com/googleapis/genai-toolbox
1 parent 7b69eb6 commit dc68338

File tree

14 files changed

+2677
-22
lines changed

14 files changed

+2677
-22
lines changed

DEVELOPER.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
Below are the details to set up a development environment and run tests.
44

55
## Install
6-
76
1. Clone the repository:
8-
97
```bash
10-
git clone https://github.com/googleapis/genai-toolbox-langchain-sdk-python.git
8+
9+
git clone https://github.com/googleapis/genai-toolbox-langchain-python
10+
```
11+
1. Navigate to the repo directory:
12+
```bash
13+
cd genai-toolbox-langchain-python
1114
```
12-
1315
1. Install the package in editable mode, so changes are reflected without
1416
reinstall:
15-
1617
```bash
1718
pip install -e .
1819
```
19-
2020
1. Make code changes and contribute to the SDK's development.
21-
2221
> [!TIP] Using `-e` option allows you to make changes to the SDK code and have
2322
> those changes reflected immediately without reinstalling the package.
2423
2524
## Test
26-
25+
1. Navigate to the SDK directory:
26+
```bash
27+
cd genai-toolbox-langchain-python
28+
```
2729
1. Install the SDK and test dependencies:
28-
2930
```bash
3031
pip install -e .[test]
3132
```
32-
3333
1. Run tests and/or contribute to the SDK's development.
3434

3535
```bash
3636
pytest
37-
```
37+
```

0 commit comments

Comments
 (0)