cog
76050174 - Add architecture documentation for maintainers (#2633)

Commit
2 days ago
Add architecture documentation for maintainers (#2633) Add internal architecture docs covering Cog's core concepts: - Model source (cog.yaml, Predictor, types, weights) - Schema (OpenAPI generation and consumers) - Prediction API (endpoints, envelope format) - Container runtime (two-process architecture, IPC) - Build system (config to image pipeline) - CLI (commands and host-container interaction) These docs establish shared vocabulary for maintainers and provide mental models for understanding Cog's design. Also removes outdated ARCHITECTURE.md which contained deprecated coglet/monobase content.
Author
Parents
Loading