The Problem
You’ve got 50+ prompts, 20+ agents, dozens of SQL queries scattered across your codebase. Change one, break three others. Rollback means Git archaeology. A/B testing means deployment hell. And every “AI orchestration platform” wants you to hand over control to some black box that the head of sales bought because the pitch deck looked good. You know there’s a better way.Components Agents Ensembles
The building blocks are simple:Components
Versioned artifacts: prompts, configs, queries, scripts. Each gets its own version history. Mix and match optimal versions from different points in time.
Agents
Workers that execute: AI reasoning, database queries, HTTP calls, business logic. Each agent uses operations and components to get work done.
Ensembles
Orchestration workflows: YAML files that coordinate agents into complex workflows. Execute at the edge in <50ms cold starts.
Edgit: Git-Native Component Versioning
Version every AI component independently. Deploy any combination from any point in history. Rollback in <50ms globally.Get Started with Edgit
Start versioning components in 5 minutes
Conductor: YAML-Driven Edge Orchestration
Define AI workflows in YAML. Execute at 300+ global locations on Cloudflare Workers. Zero cold starts via V8 isolates. No DAG builders, no UI-driven workflows, no central orchestrator bottleneck.Learn About Conductor
Edge orchestration for AI workflows
The Versioning Multiverse
With independent versioning of components AND agents, you unlock infinite combinations:Why This Exists
Modern AI development is broken:- Ship v1.0.0 of your app
- Change a prompt
- Everything becomes v2.0.0
- Original prompt trapped in Git history
- Can’t A/B test old vs new
- Can’t mix optimal versions
- Rollback means reverting the entire codebase
Architecture Principles
Edge-First
Edge-First
Purpose-built for Cloudflare’s edge infrastructure: Workers, Workers AI, KV, D1, R2, Durable Objects, Queues, and Vectorize. No centralized compute. No single point of failure.
Git-Native
Git-Native
Configuration and orchestration and versioning live in Git. No proprietary storage. You own the source of truth.
Cache-Central
Cache-Central
Multi-layer caching with TTL control. Agent-level cache settings. Cache-first thinking reduces costs and latency by 10x.
Structured Outputs
Structured Outputs
AI operations produce machine-readable and type-safe output validated via JSON schema. No string parsing and no hallucinated JSON.
Observable by Default
Observable by Default
Every execution emits structured logs and metrics. Debugging and monitoring are effortless and not afterthoughts.
Open by Default
Open by Default
Core tooling (Edgit and Conductor) is open source. We charge for managed services and not lock-in.
Quick Start
Status
Edgit
Active developmentComponent & agent versioning
Deployment management
Git-native tags
Discovery tools
Conductor
Production-readyEdge orchestration
10+ operations
8+ pre-built agents
State management
A/B testing
276 tests passing
Cloud
Design phaseManaged service with generous free tier (coming soon)
Next Steps
Core Concepts
Understand the building blocks
5-Minute Quick Start
Get running in 5 minutes
Edgit Docs
Component versioning and deployment
Conductor Docs
Edge orchestration framework
Playbooks
Real-world patterns and recipes
Community
GitHub discussions and support
Built by engineers who believe AI tooling should be as solid as the infrastructure it runs on.No buzzwords. No hand-holding. Just tools that work.

