Skip to content

Hey-Salad/CTO

HeySalad Logo

HeySalad CTO

Build, run, and scale autonomous AI CTO workflows across coding, inference, and multi-agent operations.

Why This Exists

HeySalad CTO is a unified control repo for three execution layers:

  • cheri-ml: inference and model-serving runtime
  • sheri-ml: Codex-style coding workflows
  • opencto: multi-agent orchestration and operations

The goal is simple: one operating system for AI engineering teams.

Quick Start

# 1) Inference server
cd cheri-ml
python serve_model.py

# 2) Codex workflows
cd ../sheri-ml/codex-rs
cargo build --release

# 3) Agent orchestration
cd ../../opencto/Sheri-ML/sheri-ml-cli
npm install
npm start

Repository Layout

CTO/
├── cheri-ml/      # inference server
├── sheri-ml/      # coding/runtime tooling
├── opencto/       # agent orchestration
├── docs/          # architecture + guides
├── AGENTS.md
├── CLAUDE.md
└── VISION.md

Open Source + Commercial Use

This project is open source under Apache-2.0 and intended for broad adoption.

If your team wants business implementation support (deployment, integration, managed operations), see BUSINESS.md.

Legal

Contact

Repository Stats

GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub repo size

Star History Chart

Release and PR Process

  • Pull requests to main run quality checks via .github/workflows/pr-quality.yml.
  • Security and smoke checks run via .github/workflows/ci-security.yml.
  • Releases are created from tags like v1.2.3 (or manual dispatch) via .github/workflows/release.yml.

Example release flow:

git checkout main
git pull
git tag v1.0.0
git push origin v1.0.0

Architecture Docs

About

HeySalad ® OpenCTO an open source autonomous CTO

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors