refactor: remove deprecated Cortex class (replaced by brain.augmentations API)
This commit is contained in:
parent
7f9d2a70a5
commit
490a14af5f
6 changed files with 68 additions and 139 deletions
|
|
@ -15,7 +15,7 @@ import {
|
|||
import { AugmentationType } from '../types/augmentations.js'
|
||||
|
||||
// Import the augmentation pipeline
|
||||
import { augmentationPipeline } from '../augmentationPipeline.js'
|
||||
import { augmentationPipeline } from '../pipeline.js'
|
||||
|
||||
export class MCPAugmentationToolset {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue