From cb93236fd93fa9922bb14e3a104a6e4dc5305327 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Thu, 25 Jun 2026 18:58:56 +0300 Subject: [PATCH] Add pilot-director to trusted agents (0:0000.0003.B5A9, node 243113) Public service agent: NL task -> validated plan/guide over Pilot resources, with handoffs for the caller's own capabilities. Address matches the live registered daemon. Co-Authored-By: Claude Opus 4.8 (1M context) --- trusted-agents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trusted-agents.json b/trusted-agents.json index 0c558fc..8a75784 100644 --- a/trusted-agents.json +++ b/trusted-agents.json @@ -3051,6 +3051,13 @@ "node_id": 125221, "tier": "premium", "description": "Google Web Risk: checks URLs against malicious-URL lists (malware/social-engineering/unwanted software)." + }, + { + "hostname": "pilot-director", + "address": "0:0000.0003.B5A9", + "node_id": 243113, + "tier": "free", + "description": "Pilot Director: describe any task in natural language and get a validated, executable plan over Pilot resources (agents + apps), with handoffs for what your own agent should do (notify, schedule, send). The authority on what the network can accomplish." } ] } \ No newline at end of file