No description
- TypeScript 100%
- Added LoggingInterface dependency injection to AgentFactoryConfig - Updated constructor to handle logger with fallback to getLogger() - Added private logging methods (logInfo, logWarn, logError) - Replaced console.warn with logging abstraction in createAgentByDefinition - Enhanced tests with comprehensive logger mocking and verification - Fixed test case to match actual implementation behavior (desktop-agent fallback) - All 25 tests passing with new logging functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||