Metadata-Version: 2.1
Name: og-proto
Version: 0.5.2
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.0
Requires-Dist: grpcio-tools >=1.40.0

<!--
SPDX-FileCopyrightText: 2023 imotai <jackwang@octogen.dev>
SPDX-FileContributor: imotai

SPDX-License-Identifier: Elastic-2.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
```
