Metadata-Version: 2.1
Name: og-proto
Version: 0.4.33
Summary: Open source code interpreter agent for LLM
Home-page: https://github.com/dbpunk-labs/octogen
Author: imotai
Author-email: codego.me@gmail.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 octogen

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