Enterprise Multi-Agent Coding System
Project description
RED9
Enterprise Multi-Agent Coding System powered by Stabilize, IssueDB, and Ragit.
Installation
pip install red9
Quick Start
# Initialize RED9 in your project
red9 init
# Execute a coding task
red9 task "Add user authentication"
# Ask a question about the codebase
red9 ask "How does the auth system work?"
# Check status
red9 status
Features
- Multi-Agent Parallelism: Coordinate multiple specialized agents working simultaneously
- Persistent Memory: Context and guidelines stored in IssueDB
- Intelligent Code Understanding: RAG-based codebase search via Ragit
- Enterprise Workflow: DAG-based execution with Stabilize
Commands
| Command | Description |
|---|---|
red9 init |
Initialize RED9 in current directory |
red9 task "request" |
Execute a coding task |
red9 ask "question" |
Ask about the codebase |
red9 status |
Show workflow status |
red9 todos |
List pending issues |
red9 memory add KEY VALUE |
Store agent guideline |
red9 lessons |
Show lessons learned |
Architecture
RED9 follows the principle: Agents ARE Stabilize Tasks.
User Request → IssueDB Issue → Stabilize Workflow → Agent Tasks → Result
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
red9-0.1.0.tar.gz
(335.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
red9-0.1.0-py3-none-any.whl
(379.5 kB
view details)
File details
Details for the file red9-0.1.0.tar.gz.
File metadata
- Download URL: red9-0.1.0.tar.gz
- Upload date:
- Size: 335.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e56d22631b50b0ac2d573a20568f5ab65a6b578c9a7c6a9416ad95c28f0082d
|
|
| MD5 |
7efef7b3c81a92c72bc979c46322aed9
|
|
| BLAKE2b-256 |
032e055bc45c91d6623d9a1931612447f7437182d07290fced3bd7b1dad8d39b
|
File details
Details for the file red9-0.1.0-py3-none-any.whl.
File metadata
- Download URL: red9-0.1.0-py3-none-any.whl
- Upload date:
- Size: 379.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2628ab05aa1e8c4686e807be9a7c57c7f07a487a79ed583a55d8e7c61c5bd20d
|
|
| MD5 |
976a737849e874fed89ce26d18d1c377
|
|
| BLAKE2b-256 |
65c7988bc79ca0553fa5bba4468d5a8431a20d09300306a58b2e05c660f00ddb
|