mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-25 22:16:19 +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>
19 lines
546 B
TOML
19 lines
546 B
TOML
[project]
|
|
name = "deerflow-extension-bookmarks"
|
|
version = "0.2.0"
|
|
description = "Pi-inspired conversation bookmarks for the DeerFlow full-stack plugin API"
|
|
requires-python = ">=3.12"
|
|
license = "MIT"
|
|
license-files = ["THIRD_PARTY_NOTICES.md"]
|
|
dependencies = ["deerflow-extension-api>=0.2.3,<0.3"]
|
|
|
|
[project.entry-points."deerflow.extensions"]
|
|
bookmarks = "deerflow_extension_bookmarks:install"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["deerflow_extension_bookmarks"]
|