Skip to main content

orcha-sdk

The developer SDK + emerge CLI for Orcha — an orchestration runtime that plans, routes, and executes one goal across agents speaking MCP, A2A, and COMPUTER_USE (ACP is accepted as an A2A-routed alias).

Register an agent in three lines:

import emerge

@emerge.agent(name="My Agent", description="What I do")
def handle(task: str) -> str:
    return f"handled: {task}"

Then serve it:

orcha-sdk run          # serve locally + register against the local registry

Install

No clone, no venv setup — just run it:

uvx orcha-sdk init my-agent

Or install it into a project:

pip install orcha-sdk

(Import name is emerge; distribution name is orcha-sdk.)

CLI

Command What it does
orcha-sdk init "My Agent" scaffold a new agent from a template
orcha-sdk run [module] serve decorated agents locally + register them against http://localhost:8000
orcha-sdk publish [module] --registry <url> register against a remote registry

orcha-sdk run --no-register serves without registering. Set ORCHA_REGISTRY_URL and ORCHA_PAT to point at and authenticate against a non-local registry.

How it works

The decorator records your handler and declared skills. orcha-sdk run serves an A2A-compatible HTTP endpoint (/health, /.well-known/agent.json, JSON-RPC message/send / tasks/get) using only the standard library, and uploads a generated emerge.yaml to the registry. The runtime's planner can then discover and orchestrate your agent alongside agents that speak other protocols.

Apache 2.0 runtime, MIT SDK. See the main repo.

Download files

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

Source Distribution

orcha_sdk-0.1.1.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

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

orcha_sdk-0.1.1-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file orcha_sdk-0.1.1.tar.gz.

File metadata

  • Download URL: orcha_sdk-0.1.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for orcha_sdk-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd10c4c1c8bcad9050ca2bd78d6127c8a24970cb6043e3c0385438c638c5f29f
MD5 499f129f7a1599395c17d3fa916856a0
BLAKE2b-256 cd90aee85302ea6573721b727286a23da32ac2e5298b16cb56271eb4c9509578

See more details on using hashes here.

Provenance

The following attestation bundles were made for orcha_sdk-0.1.1.tar.gz:

Publisher: publish-sdk.yml on solvent-labs-org/metaorcha

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

File details

Details for the file orcha_sdk-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: orcha_sdk-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for orcha_sdk-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0df6096f070f7722dbb9b532e558643cb0b57c0e7bcf919041b6211c7f0884fa
MD5 9beb6ff6f7a46180c10d4bc2f5985cd4
BLAKE2b-256 aa7f16b7da1d9d5bc47b33c2f3103edbff2437196bf8a24f495b70f7f4898239

See more details on using hashes here.

Provenance

The following attestation bundles were made for orcha_sdk-0.1.1-py3-none-any.whl:

Publisher: publish-sdk.yml on solvent-labs-org/metaorcha

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

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

Supported by

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