Commit Graph

66 Commits

Author SHA1 Message Date
Wenxin Du
8c2c373d35 fix: fix go test workflow (#84) 2024-11-19 17:25:59 -05:00
Anubhav Dhawan
fa03376bbc fix(llamaindex-sdk): Fix issue causing client session to not close properly while closing SDK. (#82) 2024-11-19 13:58:36 +05:30
Anubhav Dhawan
9d360e16ea fix: Fix issue causing client session to not close properly while closing SDK. (#81) 2024-11-19 13:29:09 +05:30
Anubhav Dhawan
9ed4479428 chore(langchain-sdk): Pin LangChain SDK deps versions. (#77) 2024-11-19 06:14:14 +00:00
Twisha Bansal
2986916740 chore(llamaindex-sdk): Pin llamaindex SDK deps versions (#76) 2024-11-18 10:23:04 +05:30
Anubhav Dhawan
522bbefa7b fix: Fix the errors showing up after setting up mypy type checker. (#74) 2024-11-14 14:04:24 -08:00
Wenxin Du
751228a774 ci: add e2e testing with cloud build (#27) 2024-11-13 17:59:41 -05:00
Twisha Bansal
75ce468b2f chore(langchain-sdk): Fix type checks (#70) 2024-11-13 15:57:52 +00:00
Twisha Bansal
83b87f4666 chore(llamaindex-sdk): Fix type checks (#69) 2024-11-13 08:55:09 -07:00
Twisha Bansal
74c032abdf docs: fix link to sdk developer file (#67) 2024-11-13 11:59:02 +05:30
release-please[bot]
8a6ec6042c chore(main): release 0.0.2 (#35)
🤖 I have created a release *beep* *boop*
---


##
[0.0.2](https://github.com/googleapis/genai-toolbox/compare/v0.0.1...v0.0.2)
(2024-11-12)


### ⚠ BREAKING CHANGES

* consolidate "x-postgres-generic" tools to "postgres-sql" tool
([#43](https://github.com/googleapis/genai-toolbox/issues/43))

### Features

* Consolidate "x-postgres-generic" tools to "postgres-sql" tool
([#43](https://github.com/googleapis/genai-toolbox/issues/43))
([f630965](f630965937))
* **container:** Add entrypoint in Dockerfile
([#38](https://github.com/googleapis/genai-toolbox/issues/38))
([b08072a](b08072a800))
* LlamaIndex SDK
([#48](https://github.com/googleapis/genai-toolbox/issues/48))
([b824abe](b824abe72f))
* **sdk:** Make ClientSession optional when initializing ToolboxClient
([#55](https://github.com/googleapis/genai-toolbox/issues/55))
([26347b5](26347b5a5e))
* Support requesting a single tool
([#56](https://github.com/googleapis/genai-toolbox/issues/56))
([efafba9](efafba9033))


### Bug Fixes

* Correct source type validation for postgres-sql tool
([#47](https://github.com/googleapis/genai-toolbox/issues/47))
([52ebb43](52ebb431b7))
* **docs:** Correct outdated references to tool kinds
([#49](https://github.com/googleapis/genai-toolbox/issues/49))
([972888b](972888b9d6))
* Handle content-type correctly
([#33](https://github.com/googleapis/genai-toolbox/issues/33))
([cf8112f](cf8112f856))


### Miscellaneous Chores

* Release 0.0.2
([#65](https://github.com/googleapis/genai-toolbox/issues/65))
([beea3c3](beea3c32d9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
v0.0.2
2024-11-12 21:04:09 +00:00
Kurtis Van Gent
beea3c32d9 chore: release 0.0.2 (#65)
Release-As: 0.0.2
2024-11-12 13:57:27 -07:00
Kurtis Van Gent
6a8397fc9e docs: fix links to SDKs in README (#64) 2024-11-12 20:52:23 +00:00
Kurtis Van Gent
981f0b88f7 docs: update README (#62)
Update README to refer to toolbox consistently and to emphasize
interaction with orchestration frameworks.
2024-11-12 13:34:11 -07:00
Anubhav Dhawan
7af208a628 doc(llamaindex-sdk): Add a tip about passing a ClientSession to Toolbox client for optimisation. (#61) 2024-11-12 09:38:43 +00:00
Anubhav Dhawan
26347b5a5e feat(sdk): make ClientSession optional when initializing ToolboxClient (#55) 2024-11-12 09:20:19 +00:00
Twisha Bansal
a415f29639 chore(langchain-sdk): Update README (#58) 2024-11-12 08:50:52 +00:00
Twisha Bansal
7d10f58393 chore(llamaindex-sdk): Add info on how to get single tool (#60) 2024-11-12 14:18:03 +05:30
Kurtis Van Gent
efafba9033 feat: support requesting a single tool (#56)
Adds support for getting a ToolsManifest with a single tool when a GET
`/tools/$toolname` request is sent.
2024-11-11 19:35:57 +00:00
Twisha Bansal
ed15418652 chore(llamaindex-sdk): fix url in README (#57) 2024-11-11 19:33:00 +00:00
Twisha Bansal
4cf3a04b57 docs(llamaindex-sdk): add README for LlamaIndex SDK (#53)
Added LlamaIndex SDK docs

And corrected README to include LLamaIndex SDKs

---------

Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
2024-11-11 17:20:21 +00:00
Yuan
0af2222cb4 docs: add deploy to cloud run instructions (#36)
Instructions to deploy Toolbox to Cloud Run.

---------

Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
2024-11-11 09:10:43 -08:00
Anubhav Dhawan
1833fee5bc docs(langchain-sdk): update README file (#54) 2024-11-08 21:21:37 +00:00
Anubhav Dhawan
1b57ecab0d doc: Create a README file explaining the setup and sample usage with LangChain and LangGraph. (#45) 2024-11-08 13:49:16 -07:00
Twisha Bansal
1cf0d96e58 Update client.py (#51)
Minor fix
2024-11-07 10:39:39 -07:00
Twisha Bansal
b824abe72f feat: LlamaIndex SDK (#48)
Added client code for LlamaIndex SDK.

Will add README and tests in a follow up PR.
2024-11-07 05:04:09 +00:00
Twisha Bansal
972888b9d6 fix(docs): correct outdated references to tool kinds (#49) 2024-11-06 11:27:14 -07:00
Kurtis Van Gent
52ebb431b7 fix: correct source type validation for postgres-sql tool (#47)
Fixes a bug introduced in #43 where postgres-tool didn't think any of
the sources were valid.

The root cause of the bug was inconsistent usage of pointer/value in the
receiver functions. The fix updates everything to consistently use a
pointer receiver function.
2024-11-05 12:25:21 -07:00
Kurtis Van Gent
621f2c61f9 chore(docs): fix reference to pg-sql page (#44) 2024-11-01 23:22:09 +00:00
Kurtis Van Gent
f630965937 feat!: consolidate "x-postgres-generic" tools to "postgres-sql" tool (#43)
This PR introduces the following breaking change: The
`alloydb-pg-generic`, `cloud-sql-pg-generic`, and
`postgres-generic-tool` have been replaced by the `postgres-sql` tool,
which works with all 3 Postgres sources.

If you were using of the the previous tools, you will need to update it
as follows:
```diff
example_tool:
-    kind: cloud-sql-pg-generic
+    kind: postgres-sql
     source: my-cloud-sql-pg-instance
     description: some description
        statement: |
            SELECT * FROM SQL_STATEMENT;
        parameters:
        - name: country
          type: string
          description: some description
```

I'm proposing this change for the following reasons:
1. It provides greater flexibility between postgres-compatible sources
-- you can change between "postgres" and "alloydb-postgres" without
issue
2. The name "postgres-sql" is more clear that "postgres-generic" -- it
indicates it's a tool that runs SQL on the source
3. It's easier for us to maintain feature compatibility across a single
"postgres-sql" tool
2024-11-01 16:17:18 -07:00
Kurtis Van Gent
0a0d206efd docs: add documentation for tools (#40)
Adds more detailed documentation on tools and parameters.
2024-11-01 17:03:51 -06:00
Kurtis Van Gent
efe9e8bc97 chore: refactor sources/tools each into their own package (#42)
Moves all of the "source" and "tool" implementations into their own
packages. This layout makes it a bit more clear where the
implementations are, and seems likely to scale more cleanly as more
sources and tools are added.
2024-11-01 16:44:13 -06:00
Yuan
b08072a800 feat(container): add entrypoint in Dockerfile (#38)
Update binary file name within Dockerfile.
Add /app directory to mount volumes.
2024-10-31 13:33:51 -07:00
Kurtis Van Gent
bf85e6f2fc docs: add detailed documentation for sources (#37)
Adds more detailed documentation for sources.
2024-10-31 20:25:12 +00:00
Yuan
4f0335a733 docs: add developer.md (#29) 2024-10-31 12:03:22 -07:00
Yuan
0396524925 chore: deduplicate postgres implementations (#34) 2024-10-29 15:18:57 -07:00
Yuan
2e0dbbd20a ci: add script to generate release table (#32)
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
2024-10-29 13:57:12 -07:00
Kurtis Van Gent
cf8112f856 fix: handle content-type correctly (#33)
Fixes a bug where the content-type wasn't being set correctly in the
response type.
2024-10-29 20:00:22 +00:00
release-please[bot]
7e8b870d35 chore(main): release 0.0.1 (#16)
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2024-10-28)


### Features

* Add address and port flags
([#7](https://github.com/googleapis/genai-toolbox/issues/7))
([df9ad9e](df9ad9e33f))
* Add AlloyDB source and tool
([#23](https://github.com/googleapis/genai-toolbox/issues/23))
([fe92d02](fe92d02ae2))
* Add basic CLI
([#5](https://github.com/googleapis/genai-toolbox/issues/5))
([1539ee5](1539ee56dd))
* Add basic http server
([#6](https://github.com/googleapis/genai-toolbox/issues/6))
([e09ae30](e09ae30a90))
* Add basic parsing from tools file
([#8](https://github.com/googleapis/genai-toolbox/issues/8))
([b9ba364](b9ba364fb6))
* Add initial cloud sql pg invocation
([#14](https://github.com/googleapis/genai-toolbox/issues/14))
([3703176](3703176fce))
* Add Postgres source and tool
([#25](https://github.com/googleapis/genai-toolbox/issues/25))
([2742ed4](2742ed48b8))
* Add preliminary parsing of parameters
([#13](https://github.com/googleapis/genai-toolbox/issues/13))
([27edd3b](27edd3b5f6))
* Add support for array type parameters
([#26](https://github.com/googleapis/genai-toolbox/issues/26))
([3903e86](3903e860bc))
* Add toolset configuration
([#12](https://github.com/googleapis/genai-toolbox/issues/12))
([59b4bc0](59b4bc07f4))
* Add Toolset manifest endpoint
([#11](https://github.com/googleapis/genai-toolbox/issues/11))
([61e7b78](61e7b78ad8))
* **langchain-sdk:** Add Toolbox SDK for LangChain
([#22](https://github.com/googleapis/genai-toolbox/issues/22))
([0bcd4b6](0bcd4b6e41))
* Stub basic control plane functionality
([#9](https://github.com/googleapis/genai-toolbox/issues/9))
([336bdc4](336bdc4d56))


### Miscellaneous Chores

* Release 0.0.1
([#31](https://github.com/googleapis/genai-toolbox/issues/31))
([1f24ddd](1f24dddb4b))


### Continuous Integration

* Add realease-please
([#15](https://github.com/googleapis/genai-toolbox/issues/15))
([17fbbb4](17fbbb49b0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
v0.0.1
2024-10-28 10:31:23 -06:00
Yuan
2742ed48b8 feat: add Postgres source and tool (#25) 2024-10-28 10:13:18 -06:00
Yuan
1f24dddb4b chore: release 0.0.1 (#31)
Release-As: 0.0.1
2024-10-28 08:59:00 -07:00
Anubhav Dhawan
0bcd4b6e41 feat(langchain-sdk): Add Toolbox SDK for LangChain (#22)
Adds a initial python SDK for interacting with Toolbox from LangChain.
2024-10-28 09:50:41 -06:00
Yuan
5f565e43df chore: fix typo (#30) 2024-10-25 16:20:38 -07:00
Yuan
fe92d02ae2 feat: add AlloyDB source and tool (#23) 2024-10-25 16:12:02 -07:00
Kurtis Van Gent
6d40a1df79 docs: add instructions to README (#28) 2024-10-25 22:07:11 +00:00
Kurtis Van Gent
3903e860bc feat: add support for array type parameters (#26)
Adds support for "array" type parameters. Uses a subet of JSONSchema for
specification, in that arrays can be specified in the following way:

```yaml
parameters:
    name: "my_array"
    type: "array"
    description: "some description"
    items:
       type: "integer"
```
2024-10-25 21:54:14 +00:00
Yuan
91664d2cb7 ci: update release cloudbuild (#21)
Renamed file.
Update versioned release cloudbuild config file to include version tags.
Added other OS and architecture binary.
2024-10-25 10:00:39 -07:00
Kurtis Van Gent
de14c6f669 chore: refactor parameters logic to allow for more complex functionality (#24)
Refactors parameter logic to allow for more complex functionality (e.g.
arrays) in the future.

---------

Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
2024-10-23 13:04:10 -06:00
Yuan
546ca41237 ci: Add cloudbuild for release (#19) 2024-10-18 15:10:14 -07:00
Yuan
ba4c566ab8 chore: remove secrets from github (#20) 2024-10-18 10:58:22 -07:00