mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-25 14:06:18 +00:00
* feat(plugins): support manifest-backed browser assets * fix(plugins): validate asset roots and clarify module timeouts * fix(plugins): sandbox asset documents and support Turbo imports * docs(gateway): keep guidance within the merged size budget --------- 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.3"
|
|
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"]
|