Foundation — databases, model routing, observability, automation (core-infra, llm-stack, observe-stack, automation-stack)
This repository has been archived on 2026-03-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-03-04 02:30:45 +00:00
compose Phase 18: Swap reranker to mxbai-rerank-large-v2 FP16, redistribute VRAM 2026-03-03 19:38:56 +00:00
config Phase 18: Add litellm_config.yaml (Ollama removed, reranker swapped) 2026-03-03 19:39:09 +00:00
docs Initialize docs directory 2026-02-23 17:55:33 +00:00
.env.example feat: sync live compose from production (2026-02-27) 2026-02-26 22:09:27 +00:00
.gitignore Add .gitignore 2026-02-25 15:39:18 +00:00
CLAUDE.md Update CLAUDE.md: Platform Lead agent naming 2026-02-26 22:13:18 +00:00
LICENSE Add MIT LICENSE 2026-02-25 15:39:38 +00:00
README.md docs: add deprecation notice — split into g1-core, g1-llm, g1-observe, g1-automation 2026-03-04 02:30:45 +00:00

g1-platform

DEPRECATED as of 2026-03-04 -- This repository has been archived and is no longer maintained.


This repo has been split into 4 focused repositories

The g1-platform monorepo has been decomposed into smaller, single-purpose repositories to improve maintainability, reduce blast radius of changes, and align with the Generate One project structure.

Successor Repositories

Repo Description Coolify Project Link
g1-core Core shared infrastructure -- PostgreSQL 16, Valkey 9.0.1 g1-infra g1-core
g1-llm LLM routing and inference -- LiteLLM, vLLM (GPU), Qdrant, model tiers g1-platform g1-llm
g1-observe Observability -- Langfuse v3, ClickHouse, MinIO g1-observe g1-observe
g1-automation Workflow automation -- n8n, Forgejo Actions runner g1-automation g1-automation

Migration Guide

Where did my files go?

Old location in g1-platform New repo New location
compose/core-infra.yml g1-core docker-compose.yml
compose/llm-stack.yml g1-llm docker-compose.yml
compose/vllm-stack.yml g1-llm compose/vllm-stack.yml
compose/observe-stack.yml g1-observe docker-compose.yml
compose/automation-stack.yml g1-automation docker-compose.yml
config/litellm_config.yaml g1-llm config/litellm_config.yaml
.env.example Split across all 4 repos .env.example in each

What should I do?

  1. Stop using this repo. It will not receive updates.
  2. Clone the successor repo for the stack you need.
  3. Update any CI/CD pipelines that reference g1-platform.
  4. Update bookmarks and links to point to the new repos.

Historical Context

g1-platform was the original monorepo covering all foundational infrastructure for Generate One. It contained compose files, environment templates, and configuration for 4 stacks:

  • core-infra -- Shared PostgreSQL 16 and Valkey 9.0.1 databases
  • llm-stack -- LiteLLM model proxy (8 tiers), vLLM GPU inference (embedding, reranker, small model), Qdrant vector search
  • observe-stack -- Langfuse v3 observability with ClickHouse and MinIO
  • automation-stack -- n8n workflow automation and Forgejo Actions runner

Coolify Service References (historical)

Stack Coolify UUID
core-infra u8kg4sscgccccok088048so4
llm-stack t8c8cgogcs08o0gk0wwgksoo
observe-stack f4o0gg0oocoog4ggo848oswc
automation-stack vkog4ckwo8408kgsgkcc8gso
vllm-stack lgscs08wo0socwsc0okw4cwo

Archived on 2026-03-04. All compose files and configuration preserved in git history.