UNPKG

miyabi-agent-sdk

Version:

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

8 lines 258 B
/** * Miyabi Agent SDK * * 識学理論5原則に基づく自律型Agent SDK */ // Agentエクスポート export { CoordinatorAgent, IssueAgent, CodeGenAgent, ReviewAgent, PRAgent, TestAgent, } from "./agents/index.js"; //# sourceMappingURL=index.js.map