Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Octogen is an Open-Source Code Interpreter Agent Framework
| Date | Stars |
|---|---|
| 2026-07-31 | 282 |
| 2026-08-05 | 282 |
| 2026-08-06 | 282 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <img width="150px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/86af130f-7d0d-4cfb-9410-fc338426938e" align="center"/>  [](https://pypi.org/project/og-chat/)  [](https://app.gitter.im/#/room/#octogen:gitter.im) [中文](./README_zh_cn.md) > ## Octogen > an open-source code interpreter > 一款开源可本地部署的代码解释器 ## News * 2023-10-24 🎉 Octogen [v0.5.0](https://github.com/dbpunk-labs/octogen/discussions) has been released 🎉 https://github.com/dbpunk-labs/octogen/assets/8623385/7445cc4d-567e-4d1a-bedc-b5b566329c41 |Supported OSs|Supported Interpreters|Supported Dev Enviroment| |----|-----|-----| |<img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/31b907e9-3a6f-4e9e-b0c0-f01d1e758a21"/> <img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/565d5f93-baac-4a77-ab1c-7d845e2fdb6d"/><img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/acb7f919-ef09-446e-b1bc-0b50bc28de5a"/>|<img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/6e286d3d-55f8-43df-ade6-38065b78eda1"/> <img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/958d23a0-777c-4bb9-8480-c7350c128c3f"/>|<img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/ec8d5bff-f4cf-4870-baf9-3b0c53f39273"/><img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/70602050-6a04-4c63-bb1a-7b35e44a8c79"/><img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/fb543a9b-5235-45d4-b102-d57d21b2e237"/> <img width="40px" src="https://github.com/dbpunk-labs/octogen/assets/8623385/8c1c5048-6c4a-40c9-b234-c5c5e0d53dc1"/>| ## Getting Started Requirement * python 3.10 and above * pip * [docker](https://www.docker.com/products/docker-desktop/) 24.0.0 and above, or [podman](https://podman.io/) > To deploy Octogen, the user needs permission to run Docker commands. > To use codellama, your host must have at least 8 CPUs and 16 GB of RAM. Install the octogen on your local computer 1. Install og_up ```bash pip install og_up ``` 2. Set up the Octogen service ``` og_up ``` You have the following options to select * OpenAI , recommanded for daily use * Azure OpenAI * CodeLlama, * Octogen agent services powered by GPT4 and Codellama 34B The default is using docker as container engine. use podman with flag `--use_podman` 3. Execute the command `og`, you will see the following output ``` Welcome to use octogen❤️ . To ask a programming question, simply type your question and press esc + enter You can use /help to look for help [1]🎧> ``` ## Development Prepare the environment ``` git clone https://github.com/dbpunk-labs/octogen.git cd octogen python3 -m venv octogen_venv source octogen_venv/bin/activate pip install -r requirements.txt ``` Run the sandbox including Agent with mock model and Kernel ``` $ bash start_sandbox.sh $ og Welcome to use octogen❤️ . To ask a programming question, simply type your question and press esc + enter Use /help for help [1]🎧>hello ╭─ 🐙Octogen ─────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ 0 🧠 how can I help you today? │ │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────╯ [2]🎧> ``` * To use openai for development, just update the config in the `start_sandbox.sh`
Excerpt of 6,228 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:df510449fb6aae79, topic:chatgpt