Execution runs through the Tela gateway (run → POST /agent/:id/run): the
wrapper flattens the per-variable inputs map into the wire inputSchema
array and uploads any TelaFile inputs to the vault first. Streaming,
timeline, cancellation, and model updates are delegated to @meistrari/agent-sdk
(which talks to the /v4/* endpoints). The wrapper adds the Tela-specific bits:
agentId resolution — a Tela agent is addressed by id; the wrapper
resolves it to the underlying organizationName/repository via the Tela
gateway /agent routes for the delegated agent-sdk calls.
vault integration — TelaFile inputs are uploaded to the vault and
passed to the agent as vault:// references.
auth — Tela credentials are mapped onto an agent-sdk AuthStrategy.
Agents API resource (
tela.agents).Execution runs through the Tela gateway (
run→POST /agent/:id/run): the wrapper flattens the per-variableinputsmap into the wireinputSchemaarray and uploads anyTelaFileinputs to the vault first. Streaming, timeline, cancellation, and model updates are delegated to@meistrari/agent-sdk(which talks to the/v4/*endpoints). The wrapper adds the Tela-specific bits:agentIdresolution — a Tela agent is addressed by id; the wrapper resolves it to the underlyingorganizationName/repositoryvia the Tela gateway/agentroutes for the delegated agent-sdk calls.TelaFileinputs are uploaded to the vault and passed to the agent asvault://references.AuthStrategy.