chore: remove deprecated unused RunManager

This commit is contained in:
Danny Avila 2025-08-18 02:44:46 -04:00
parent 5e70d518aa
commit d853c10920
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
5 changed files with 1 additions and 222 deletions

View file

@ -1,9 +1,7 @@
const createLLM = require('./createLLM');
const RunManager = require('./RunManager');
const createCoherePayload = require('./createCoherePayload');
module.exports = {
createLLM,
RunManager,
createCoherePayload,
};