Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Ordin

Ordin 是模型中立、单进程生命周期的 Python Agent 编排库。平台先持久化 UserMessage,再把 ExecutionRequest 交给一个 Ordin 对象;根主控和开发者 Agent 都使用同一个公共 GeneralAgent 类型、同一 Context/模型/Tool/Artifact 生命周期。

根 GeneralAgent 可以通过受控 Tool 创建 Task DAG、选择已注册 Agent 与模型、并发执行子 Agent、 等待结果并完成最终综合。Provider、Store、ObjectStore 和注册表由 Ordin 持有,不进入 Agent 定义。

安装

pip install ordin

最小示例

from ordin import GeneralAgent, Ordin
from ordin.common import Identity
from ordin.llm import LLMCallPipeline, LLMProfile
from ordin.observability import EventBroker
from ordin.testing import InMemoryObjectStore, InMemoryOrdinBackend

backend = InMemoryOrdinBackend()
events = EventBroker(backend)
model = LLMCallPipeline(
    provider=my_llm_provider,
    recorder=backend,
    event_sink=events,
).bind(LLMProfile(id="private-model"))

ordin = Ordin(
    root_agent=GeneralAgent[None](
        name="root",
        instructions="Answer directly or create bounded child Agents when useful.",
        model=model.id,
    ),
    models=(model,),
    backend=backend,
    object_store=InMemoryObjectStore(),
    events=events,
)

ordin.register(
    GeneralAgent[None](
        name="research",
        description="Produce bounded research evidence.",
        instructions="Complete only the current Task.",
        model=model.id,
    )
)

request = await backend.prepare_execution(
    "分析这个问题",
    identity=Identity(user_id="u-1"),
)
result = await ordin.execute(request, context=None)

完整离线示例见 examples/direct.pyexamples/mission.pyexamples/custom_agent.py

文档

开发校验

uv sync
uv run python scripts/docs.py --check
uv run pytest tests/test_docs.py
uv run ruff format .
uv run ruff check .
uv run ty check
uv run pytest

Release files for ordin 0.1.1.dev1635051000000002001

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ordin 0.1.1.dev1635051000000002001
File Size Uploaded
ordin-0.1.1.dev1635051000000002001.tar.gz 192.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ordin 0.1.1.dev1635051000000002001
File Interpreter ABI Platform
ordin-0.1.1.dev1635051000000002001-py3-none-any.whl Python 3 none any Details

Total release size: 304.7 kB

Release files / ordin-0.1.1.dev1635051000000002001.tar.gz

Download URL ordin-0.1.1.dev1635051000000002001.tar.gz
Size 192.5 kB
Tags Source
SHA-256 checksum
How to use checksums
2df24842367e09139097d2c92e65bd69f9d64cd729903261b87af6a49a4a0ace
BLAKE2b-256 checksum
How to use checksums
db65c7ea74cf4c7617d8596184b594a56eb3d1dbae925ff78e6e6b8f84d8039c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log

Release files / ordin-0.1.1.dev1635051000000002001-py3-none-any.whl

Download URL ordin-0.1.1.dev1635051000000002001-py3-none-any.whl
Size 112.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
490b041162481e428c2e2afa124d869fc313d2c9fc87fef8e604259afdb65e16
BLAKE2b-256 checksum
How to use checksums
b0e8e16e1c65b74423a2f083fcc507757347fa5708490b9e9f803db8f3de27bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page