sin-github-issues / src /contracts.ts
delqhi's picture
Deploy A2A-SIN-GitHub-Issues with a2a HTTP server fix
5a8fc31 verified
Raw
History Blame Contribute Delete
350 Bytes
/**
* Legacy contracts file — retained for backward compatibility.
* The canonical action type is now `GitHubAgentAction` in `runtime.ts`.
*/
export type { GitHubAgentAction } from './runtime.js';
/** @deprecated Use `GitHubAgentAction` from `./runtime.js` instead. */
export type GitHubIssuesAction = import('./runtime.js').GitHubAgentAction;