mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-31 21:17:06 +08:00
17 lines
306 B
TOML
17 lines
306 B
TOML
schema_version = 1
|
|
id = "agent.service"
|
|
kind = "agent_service"
|
|
entrypoint = "app.agent.orchestrator:agent_manager"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "Agent Service"
|
|
|
|
[activation]
|
|
policy = "when_configured"
|
|
watch = ["AI_AGENT_ENABLE"]
|
|
|
|
[activation.selector]
|
|
kind = "setting_truthy"
|
|
key = "AI_AGENT_ENABLE"
|