mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-19 19:16:17 +00:00
* feat(extensions): expose incremental run evidence reader * fix(extensions): address run evidence review feedback * docs(extensions): clarify run deletion reconciliation * docs(migrations): align current head documentation * fix(extensions): isolate run evidence event reads * test: avoid pinning run change migration to latest head --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
16 lines
468 B
TOML
16 lines
468 B
TOML
[project]
|
|
name = "deerflow-extension-api"
|
|
version = "0.2.1"
|
|
description = "Public contracts for DeerFlow extensions"
|
|
requires-python = ">=3.12"
|
|
# Keep the contract package import-light and independent from the host. Public
|
|
# values are stdlib-based; concrete middleware types are validated by DeerFlow.
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["deerflow_extension_api"]
|