From 6f32301540f90610e06dc4c012466b84fd70e246 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Sat, 26 Sep 2026 17:36:33 +1000 Subject: [PATCH] console: add Paseo (multi-agent orchestration GUI) + Paperclip (agent harness manager) cards to AI Tools section --- portal/tools.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/portal/tools.py b/portal/tools.py index a210008..73d0c86 100644 --- a/portal/tools.py +++ b/portal/tools.py @@ -85,6 +85,10 @@ def _cat() -> list[Tool]: "Workflow orchestration", "https://prefect.lab.audasmedia.com.au", login=True), Tool("archon", "Archon", "ai", "Autonomous coding agent", "https://archon.home.lab", login=True, lan=True), + Tool("paseo", "Paseo", "ai", + "Multi-agent orchestration GUI (pi agents)", "https://paseo.lab.audasmedia.com.au"), + Tool("paperclip", "Paperclip", "ai", + "Agent harness manager / AI ops", "https://paperclip.lab.audasmedia.com.au", login=True), Tool("supabase", "LangChain (Supabase)", "ai", "LangChain dev service", "https://supabase.home.lab", login=True, lan=True, admin=True),