Man mano che le tue automazioni si moltiplicano, vuoi che una richiami l'altra senza copiare e incollare logica tra le due. Questo bridge trasforma ogni workflow in uno strumento richiamabile, con un contratto chiaro.
sonnet1 settimanaWebhookRESTRedisPostgres
Claude
85ROI
84Scale
$3.7k93Saved
ROI for
README.md
Perché questo subagent
Man mano che le tue automazioni si moltiplicano, vuoi che una richiami l'altra senza copiare e incollare logica tra le due. Questo bridge trasforma ogni workflow in uno strumento richiamabile, con un contratto chiaro.
Valida ogni chiamata rispetto allo schema del target, la inoltra con un correlation id e restituisce il risultato tipizzato. Ti dà una spina dorsale componibile in cui un agente può concatenare i workflow, e ogni passaggio compare in un unico run log che puoi tracciare dall'inizio alla fine.
Come gira
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Valida una chiamata in entrata rispetto allo schema del workflow target prima di inoltrarla.
pending
Invoca il workflow a valle, portando con sé un correlation id così la catena resta tracciabile.
pending
Restituisce il risultato al chiamante e registra la chiamata in un run log condiviso.
pending
Esempio di output
json
// Sample output
// (generated when the pipeline finishes)
Given a tool call naming a registered workflow and arguments, validate against its schema, invoke it, and return the typed result with a correlation id.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.