We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4057601 commit 312905cCopy full SHA for 312905c
agentserve/cli.py
@@ -50,7 +50,7 @@ def init(project_name, framework):
50
return
51
52
# Define the list of target directories to be created
53
- target_dirs = ['agent']
+ target_dirs = ['agents']
54
55
# Create project directory
56
project_path.mkdir()
0 commit comments