UNPKG

miyabi-agent-sdk

Version:

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

8 lines 624 B
/** * Miyabi Agent SDK * * 識学理論5原則に基づく自律型Agent SDK */ export type { TaskNode, TaskEdge, DAG, AgentInput, AgentOutput, IssueData, GeneratedFile, QualityReport, PullRequest, AgentMetrics, } from "./types.js"; export { CoordinatorAgent, IssueAgent, CodeGenAgent, ReviewAgent, PRAgent, TestAgent, type CoordinatorInput, type CoordinatorOutput, type IssueInput, type IssueOutput, type CodeGenInput, type CodeGenOutput, type ReviewInput, type ReviewOutput, type PRInput, type PROutput, type TestInput, type TestOutput, type TestFailure, } from "./agents/index.js"; //# sourceMappingURL=index.d.ts.map