UNPKG
@measey/mycoder-agent
Version:
latest (1.0.0)
1.0.0
Agent module for mycoder - an AI-powered software development assistant
mycoder.ai
measey/mycoder
@measey/mycoder-agent
/
dist
/
tools
/
utility
/
index.js
7 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Utility tools index */
import
{
CompactHistoryTool
}
from
'./compactHistory.js'
;
export
const
utilityTools = [
CompactHistoryTool
];
export
{
CompactHistoryTool
}
from
'./compactHistory.js'
;
//# sourceMappingURL=index.js.map