À mesure que vos automatisations se multiplient, vous voulez qu'une automatisation en appelle une autre sans copier-coller la logique entre elles. Ce pont transforme chaque workflow en un outil appelable doté d'un contrat clair.
sonnet1 semaineWebhookRESTRedisPostgres
Claude
85ROI
84Scale
$3.7k93Saved
ROI for
README.md
Pourquoi ce sous-agent
À mesure que vos automatisations se multiplient, vous voulez qu'une automatisation en appelle une autre sans copier-coller la logique entre elles. Ce pont transforme chaque workflow en un outil appelable doté d'un contrat clair.
Il valide chaque appel contre le schéma de la cible, le transmet avec un identifiant de corrélation et renvoie le résultat typé. Vous obtenez une colonne vertébrale composable où un agent peut enchaîner les workflows, et chaque saut apparaît dans un seul journal de run que vous tracez de bout en bout.
Comment il s'exécute
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.
Valider un appel entrant contre le schéma du workflow cible avant de le transmettre.
pending
Invoquer le workflow en aval en transportant un identifiant de corrélation, pour que la chaîne reste traçable.
pending
Renvoyer le résultat à l'appelant et enregistrer l'appel dans un journal de run partagé.
pending
Exemple de sortie
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.