Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferlinx101 committed Jun 27, 2023
1 parent fe7584e commit 941a2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def check_toolkit_registration():
organizations = session.query(Organisation).all()
for organization in organizations:
register_toolkits(session, organization)
logger.info("Successfully registered local toolkits for all Organisations!")

build_single_step_agent()
build_task_based_agents()
Expand Down

0 comments on commit 941a2dd

Please sign in to comment.