mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
13 lines
218 B
TOML
13 lines
218 B
TOML
schema_version = 1
|
|
id = "agent.manager"
|
|
kind = "agent_entrypoint"
|
|
entrypoint = "app.agent.orchestrator:agent_manager"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "Agent Manager"
|
|
|
|
[activation]
|
|
policy = "on_first_use"
|
|
watch = []
|