Skip to content

forge-town/ordine

Repository files navigation

Ordine

Ordine

Define once. Let your agents handle the rest.

The open-source AI Agent first work orchestration framework.
Compose operations into pipelines, plug in any AI agent, and automate any workflow — code quality, data processing, or your own domain.

CI GitHub stars

Documentation · Contributing · Security

English | 简体中文

🚧 Ordine is currently in Preview. APIs and features may change before beta.


What is Ordine?

Ordine is an AI Agent first work Orchestration framework that lets you define typed operations, compose them into DAG pipelines, and execute them with any AI agent or script executor.

No more scattered scripts. No more babysitting agent runs. Define your workflow once as a pipeline — then let Claude, GPT, Gemini, or your own agent execute it. Agents are the primary runtime, not an afterthought. Code quality automation ships as a built-in plugin.

Features

  • Objects — Typed pipeline inputs (folders, code files, GitHub projects, or custom types via plugins)
  • Operations — Atomic tasks with configurable AI agent or script executors
  • Pipelines — Chain operations into multi-step DAG workflows
  • Skills — Pluggable AI agent capabilities that power operation execution
  • Agent — Choose any AI agent as executor — Claude, GPT, Gemini, or your own
  • Jobs — Track background execution with real-time progress and traces
  • Plugins — Extend with new object types, operations, and domain-specific workflows

Quick Start

```sh bun install cp apps/app/.env.example apps/app/.env cp apps/server/.env.example apps/server/.env

Set DATABASE_URL in both env files first

cd apps/app && bun run db:push && cd ../..

bun dev ```

Service URL
Main app http://localhost:9430
API server http://localhost:9433

Project Status

Ordine is in preview. APIs, data models, and workflows may change before beta.

Contributing

External contributions are paused until the beta release. See CONTRIBUTING.md for the current policy.

Security

Ordine does not have a public security intake process yet. See SECURITY.md for the current preview-stage policy.

Documentation

Visit the documentation site for guides, API reference, and skill library.

Star History

Star History Chart

License

MIT © 2026 Code Forge AI

About

🪄 Ordine: reliable orchestration for autonomous multi-agent systems.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors