UNPKG

@artinet/sdk

Version:

A TypeScript SDK for building collaborative AI agents.

7 lines (6 loc) 214 B
/** * Copyright 2025 The Artinet Project * SPDX-License-Identifier: Apache-2.0 */ import { A2A } from "../../../types/index.js"; export declare function bindHandles(handles?: Partial<A2A.Handles>): A2A.Handles;