Skip to content

Commit 892a8da

Browse files
committed
run from main.py
1 parent 1f5f315 commit 892a8da

File tree

1 file changed

+4
-0
lines changed
  • agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src

1 file changed

+4
-0
lines changed

agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/src/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ def test():
5757

5858
except Exception as e:
5959
raise Exception(f"An error occurred while replaying the crew: {e}")
60+
61+
62+
if __name__ == '__main__':
63+
run()

0 commit comments

Comments
 (0)