Skip to content

Commit

Permalink
agentstack run
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Nov 22, 2024
1 parent abd0f27 commit 722e9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ agentstack tools add <tool_name>

## Running Your Agent

`python src/main.py`
`agentstack run`

Runs the agent project in development mode.<br>

Expand Down
2 changes: 1 addition & 1 deletion agentstack/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def insert_template(project_details: dict, framework_name: str, design: dict):
" Next, run:\n"
f" cd {project_metadata.project_slug}\n"
" poetry install\n"
" poetry run python src/main.py\n\n"
" agentstack run\n\n"
" Add agents and tasks with:\n"
" `agentstack generate agent/task <name>`\n\n"
" Run `agentstack quickstart` or `agentstack docs` for next steps.\n"
Expand Down

0 comments on commit 722e9a1

Please sign in to comment.