UNPKG

miyabi-agent-sdk

Version:

Miyabi Autonomous Agent SDK - 7 Agents based on Shikigaku Theory with 100% cost reduction mode

10 lines 416 B
/** * API Clients for Agent SDK * * Phase 8: Real API Integration */ export { AnthropicClient } from "./AnthropicClient.js"; export type { IssueAnalysisResult, CodeGenerationResult, CodeReviewResult, TokenUsage, } from "./AnthropicClient.js"; export { GitHubClient } from "./GitHubClient.js"; export type { GitHubIssue, GitHubFile, PullRequestInfo, } from "./GitHubClient.js"; //# sourceMappingURL=index.d.ts.map