Skip to content

Commit 082d7a8

Browse files
committed
sticker pack
1 parent ebe0c80 commit 082d7a8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ First of all, __thank you__ for your interest in contributing to AgentStack! Eve
33

44
Our vision is to build the defacto CLI for quickly spinning up an AI Agent project. We want to be the [create-react-app](https://create-react-app.dev/) of agents. Our inspiration also includes the oh-so-convenient [Angular CLI](https://v17.angular.io/cli).
55

6+
### Exclusive Contributor Sticker
7+
AgentStack contributors all receive a free sticker pack including an exclusive holographic sticker only available to contributors to the project :)
8+
9+
Once your PR is merge, fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSfvBEnsT8nsQleonJHoWQtHuhbsgUJ0a9IjOqeZbMGkga2NtA/viewform?usp=sf_link) and I'll send your sticker pack out ASAP! <3
10+
611
## How to Help
712

813
Grab an issue from the [issues tab](https://github.com/AgentOps-AI/AgentStack/issues)! Plenty are labelled "Good First Issue". Fork the repo and create a PR when ready!

agentstack/templates/crewai/{{cookiecutter.project_metadata.project_slug}}/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# {{ cookiecutter.project_metadata.project_name }}
22
{{ cookiecutter.project_metadata.description }}
33

4-
~~ Built with AgentStack ~~
5-
64
## How to build your Crew
75
### With the CLI
86
Add an agent using AgentStack with the CLI:
@@ -21,7 +19,7 @@ Add tools with `agentstack tools add` and view tools available with `agentstack
2119
In this directory, run `poetry install`
2220

2321
To run your project, use the following command:
24-
`crewai run` or `python src/main.py`
22+
`agentstack run`
2523

2624
This will initialize your crew of AI agents and begin task execution as defined in your configuration in the main.py file.
2725

@@ -36,3 +34,4 @@ If you need to reset the memory of your crew before running it again, you can do
3634
`crewai reset-memory`
3735
This will clear the crew's memory, allowing for a fresh start.
3836

37+
> 🪩 Project built with [AgentStack](https://github.com/AgentOps-AI/AgentStack)

0 commit comments

Comments
 (0)