This commit is contained in:
bsenst
2023-10-19 12:05:20 +02:00
committed by GitHub
parent 9ae284e885
commit 1559b5dfdd

2
cli.py
View File

@@ -214,7 +214,7 @@ def agent():
@agent.command() @agent.command()
@click.argument("agent_name") @click.argument("agent_name")
def create(agent_name): def create(agent_name):
"""Create's a new agent with the agent name provieded""" """Create's a new agent with the agent name provided"""
import os import os
import re import re
import shutil import shutil