Tela SDK for JavaScript
    Preparing search index...

    Module Resources

    Agents API resource (tela.agents).

    Execution runs through the Tela gateway (runPOST /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 integrationTelaFile inputs are uploaded to the vault and passed to the agent as vault:// references.
    • auth — Tela credentials are mapped onto an agent-sdk AuthStrategy.

    Resources

    Agents

    Canvas

    Batch
    BatchExecution
    BatchExecutionResult
    Canvas
    CanvasExecution
    BatchParams
    BatchQueueConfig
    BatchWebhookConfig
    BatchExecutionEvents
    BatchExecutionPromiseLike
    BatchQueueType
    CanvasExecutionEvents
    CanvasExecutionResult

    File

    TelaFile

    Other

    Tasks
    Vault
    AgentAuthCredentials
    AgentFileEntry
    AgentInputVariable
    AgentRecord
    AgentTextEntry
    AgentUploadEntry
    AsyncExecutionParams
    CanvasOptions
    ListAgentsQuery
    RunAgentParams
    StreamExecutionParams
    SyncExecutionParams
    Task
    TaskDeleteBulkResult
    TaskDeleteResult
    TaskInputContent
    TaskInputFile
    TaskListQuery
    TaskListResult
    TaskOutputContent
    TaskRerunResult
    TaskUndoApprovalBulkResult
    TaskUpdatePayload
    UpdateAgentModelParams
    AgentRunInputEntry
    AgentRunInputItem
    AgentRunInputs
    AgentRunWebhooks
    AgentsConfig
    AsyncCompletionCreateResult
    AsyncCompletionPollingResult
    BaseTelaFileOptions
    CanvasExecutionPromiseLike
    CanvasGetOptions
    ExecutionParams
    ExecutionStatus
    NormalizedTaskStatus
    RawAPIResult
    RunAgentResponse
    SessionErrorEvent
    SessionResultEvent
    SessionStatusEvent
    SessionStepsEvent
    SessionTimelineFinalizeEvent
    SyncCompletionResult
    TaskListItem
    TaskOrderBy
    TaskStatus
    TelaFileInput
    TelaFileOptions
    TelaFileOptionsWithMimeType
    WorkflowExecutionPollingResult
    WorkflowExecutionSyncResult
    BatchResultItem
    createAuthStrategy
    extractTaskOutput
    isTelaFile
    isTelaFileArray
    normalizeTaskStatus
    TelaFileSchema