Metadata-Version: 2.1
Name: octopus-proto
Version: 0.4.14
Summary: Open source code interpreter agent for LLM
Home-page: https://github.com/dbpunk-labs/octopus
Author: imotai
Author-email: wangtaize@dbpunk.com
Description-Content-Type: text/markdown
Requires-Dist: grpc-google-iam-v1>=0.12.6
Requires-Dist: grpcio-tools>=1.57.0


the protobuf module of octopus

build the proto module
```
pip install -r requirements.txt
```
generate the python stubs and  replace the module path
```
make
```
