Skip to content

Commit

Permalink
imports with full paths and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minump committed Nov 28, 2023
1 parent 43a3dcd commit f98f141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ai_ta_backend/agents/github_webhook_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
# from langchain.tools.github.utils import generate_branch_name
from newrelic_telemetry_sdk import Log, LogClient

from github_agent import GH_Agent
from ml4bio_agent import WorkflowAgent
from utils import get_langsmith_trace_sharable_url
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

# load API keys from globally-availabe .env file
# load API keys from globally-available .env file
load_dotenv(override=True, dotenv_path='.env')

langchain.debug = False # True for more detailed logs
Expand Down

0 comments on commit f98f141

Please sign in to comment.