Skip to content

Commit

Permalink
delete unwanted scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
minump committed Nov 28, 2023
1 parent e9b8ce1 commit 002096c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 297 deletions.
6 changes: 3 additions & 3 deletions ai_ta_backend/agents/github_webhook_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# from langchain.tools.github.utils import generate_branch_name
from newrelic_telemetry_sdk import Log, LogClient

from ai_ta_backend.agents.github_agent import GH_Agent
from ai_ta_backend.agents.ml4bio_agent import WorkflowAgent
from ai_ta_backend.agents.utils import get_langsmith_trace_sharable_url
from github_agent import GH_Agent
from ml4bio_agent import WorkflowAgent
from utils import get_langsmith_trace_sharable_url

# load API keys from globally-availabe .env file
load_dotenv(override=True, dotenv_path='.env')
Expand Down
84 changes: 0 additions & 84 deletions ai_ta_backend/agents/memgpt_agent.py

This file was deleted.

101 changes: 0 additions & 101 deletions ai_ta_backend/memory.py

This file was deleted.

50 changes: 0 additions & 50 deletions ai_ta_backend/prompts/memgpt.txt

This file was deleted.

59 changes: 0 additions & 59 deletions ai_ta_backend/prompts/memgpt_prompt.py

This file was deleted.

0 comments on commit 002096c

Please sign in to comment.