Skip to content

Commit

Permalink
added docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Nov 27, 2024
1 parent 4bc52cb commit 4488409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Initializes all the necessary dependencies for the API.
"""
from src.config import AGENT_SETTINGS
from src.agent import Agent, build_agent

Expand All @@ -11,5 +14,6 @@


def get_agent():
"""Expose agent for Dependency Injection"""
return agent

0 comments on commit 4488409

Please sign in to comment.