mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 11:37:23 +08:00
13 lines
237 B
TOML
13 lines
237 B
TOML
schema_version = 1
|
|
id = "agent.tool_factory"
|
|
kind = "agent_entrypoint"
|
|
entrypoint = "app.agent.tools.factory:MoviePilotToolFactory"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "Agent Tool Factory"
|
|
|
|
[activation]
|
|
policy = "on_first_use"
|
|
watch = []
|