🐛 fix(base.py): remove deepcopy for VectorStore and VectorStoreRouter agents 🐛 fix(nodes.py): remove deepcopy for VectorStore and VectorStoreRouter agents 🔧 chore(loading.py): comment out unused code for loading toolkits 🐛 fix(toolkits/base.py): add Tool to base_classes in get_signature method The changes to the config file add the VectorStoreToolkit to the list of toolkits. The deepcopy for VectorStore and VectorStoreRouter agents was causing issues, so it was removed from the base.py and nodes.py files. The loading.py file had some unused code for loading toolkits, so it was commented out. Finally, the base.py file had a bug where the Tool class was not being added to the base_classes list in the get_signature method, so it was added. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||