Skip to main content

Add your description here

Project description

Orcheo

CI Coverage PyPI - Core PyPI - Backend PyPI - SDK

Orcheo is a tool for creating and running workflows.

Repository layout

  • src/orcheo/ – core orchestration engine and FastAPI implementation
  • apps/backend/ – deployment wrapper exposing the FastAPI ASGI app
  • packages/sdk/ – lightweight Python SDK for composing workflow requests
  • apps/canvas/ – React + Vite scaffold for the visual workflow designer

Quick start

The project ships with everything needed to spin up the FastAPI runtime on SQLite for local development.

  1. Install dependencies

    uv sync --all-groups
    
  2. Seed environment variables

    uv run orcheo-seed-env
    

    Pass -- --force to overwrite an existing .env file.

  3. Run the API server

    uv run orcheo-dev-server
    
  4. Verify the setup

    uv run orcheo-test
    

Opening the repository inside VS Code automatically offers to start the included dev container with uv and Node.js preinstalled. The new quickstart flows in examples/quickstart/ demonstrate the visual designer and SDK user journeys, and examples/ingest_langgraph.py shows how to push a Python LangGraph script directly to the backend importer, execute it, and stream live updates.

See docs/deployment.md for Docker Compose and managed PostgreSQL deployment recipes.

CLI

Orcheo ships with a LangGraph-friendly CLI for node discovery, workflow inspection, credential management, and reference code generation. Install the workspace dependencies and invoke the CLI via uv:

uv run orcheo --help

Example commands:

  • uv run orcheo node list – enumerate registered nodes and their metadata
  • uv run orcheo workflow show <workflow-id> – inspect workflows, graph versions, and recent runs
  • uv run orcheo credential create <name> --provider <provider> --secret <value> – manage vault credentials
  • uv run orcheo code scaffold <workflow-id> – generate Python snippets that trigger workflows via the SDK

Pass --offline to reuse cached metadata when disconnected. See docs/cli_tool_design.md for roadmap details and future MCP server integration plans.

Frontend experience plan

The path to a production-quality canvas is captured in docs/frontend_plan.md, outlining research, design system development, architectural refactors, and QA milestones for the React application. Start there when kicking off frontend workstreams so design and engineering stay aligned.

Workflow repository configuration

The FastAPI backend now supports pluggable workflow repositories so local development can persist state without depending on Postgres. By default the app uses a SQLite database located at ~/.orcheo/workflows.sqlite. Adjust the following environment variables to switch behaviour:

  • ORCHEO_REPOSITORY_BACKEND: accepts sqlite (default) or inmemory for ephemeral testing.
  • ORCHEO_REPOSITORY_SQLITE_PATH: override the SQLite file path when using the SQLite backend.

Refer to .env.example for sample values and to docs/deployment.md for deployment-specific guidance.

Releasing packages

Follow docs/releasing.md for the step-by-step guide to version, tag, and publish the orcheo, orcheo-backend, and orcheo-sdk packages independently via the automated CI workflows.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orcheo-0.9.0.tar.gz (714.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

orcheo-0.9.0-py3-none-any.whl (67.0 kB view details)

Uploaded Python 3

File details

Details for the file orcheo-0.9.0.tar.gz.

File metadata

  • Download URL: orcheo-0.9.0.tar.gz
  • Upload date:
  • Size: 714.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for orcheo-0.9.0.tar.gz
Algorithm Hash digest
SHA256 31b72377699d871b90aa4aa140414aadd67ea28821edefdce48fbcb2d1005b94
MD5 f9db3e98d2218272dc6197ac56f683e8
BLAKE2b-256 3c5b40666b0e7accc1a6a015d70c0a5e577a2e928206dbff1090f822fd1ccb35

See more details on using hashes here.

Provenance

The following attestation bundles were made for orcheo-0.9.0.tar.gz:

Publisher: ci.yml on ShaojieJiang/orcheo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file orcheo-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: orcheo-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 67.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for orcheo-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b3651a71fbd073030f4da5dc69e58ce2d99bced9cafc608a75bc1f71903374a
MD5 24a49a449560c4e31169397c6489dd93
BLAKE2b-256 92eb9173194e4e5f52b8e0682671a09b34fd46fc10b1bc2e70ab9d4f28335b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for orcheo-0.9.0-py3-none-any.whl:

Publisher: ci.yml on ShaojieJiang/orcheo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page