it0/packages/services/agent-service
hailin 14e8d7019a fix: use dynamic import helper for ESM-only claude-agent-sdk
tsc with module=commonjs converts `await import()` to require(),
which breaks ESM-only packages. Use Function('return import()')
workaround to preserve native dynamic import at runtime.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 06:18:04 -08:00
..
src fix: use dynamic import helper for ESM-only claude-agent-sdk 2026-02-23 06:18:04 -08:00
package.json feat: add Claude Agent SDK engine with multi-tenant support 2026-02-20 18:38:30 -08:00
tsconfig.json Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00