Skip to content

Commit

Permalink
removed BlueNaaS
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBer78 committed Nov 11, 2024
1 parent f92aa3c commit 0430823
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 173 deletions.
3 changes: 0 additions & 3 deletions swarm_copy/app/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from swarm_copy.new_types import Agent
from swarm_copy.run import AgentsRoutine
from swarm_copy.tools import (
BlueNaaSTool,
ElectrophysFeatureTool,
GetMEModelTool,
GetMorphoTool,
Expand Down Expand Up @@ -122,7 +121,6 @@ def get_starting_agent(
You must always specify in your answers from which brain regions the information is extracted.
Do no blindly repeat the brain region requested by the user, use the output of the tools instead.""",
tools=[
BlueNaaSTool,
LiteratureSearchTool,
ElectrophysFeatureTool,
GetMEModelTool,
Expand Down Expand Up @@ -223,7 +221,6 @@ def get_context_variables(
return {
"starting_agent": starting_agent,
"token": token,
"bluenaas_url": settings.tools.bluenaas.url,
"retriever_k": settings.tools.literature.retriever_k,
"reranker_k": settings.tools.literature.reranker_k,
"use_reranker": settings.tools.literature.use_reranker,
Expand Down
2 changes: 0 additions & 2 deletions swarm_copy/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Tools package."""

from swarm_copy.tools.bluenaas_tool import BlueNaaSTool
from swarm_copy.tools.electrophys_tool import ElectrophysFeatureTool, FeatureOutput
from swarm_copy.tools.get_me_model_tool import GetMEModelTool
from swarm_copy.tools.get_morpho_tool import GetMorphoTool, KnowledgeGraphOutput
Expand All @@ -23,7 +22,6 @@
from swarm_copy.tools.traces_tool import GetTracesTool, TracesOutput

__all__ = [
"BlueNaaSTool",
"BRResolveOutput",
"ElectrophysFeatureTool",
"FeatureOutput",
Expand Down
168 changes: 0 additions & 168 deletions swarm_copy/tools/bluenaas_tool.py

This file was deleted.

0 comments on commit 0430823

Please sign in to comment.