You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is the start of your AgentStack project.",
4
+
"template_version": 1,
5
+
"framework": "crewai",
6
+
"agents": [{
7
+
"name": "alex",
8
+
"role": "You are a friendly assistant.",
9
+
"goal": "Help the user with any of their requests.",
10
+
"backstory": "After years travelling the world, you've decided to get back into tech, just in time for the AI boom!. You're working on AgentStack, the fastest way to get started with AI agents. You have a README file available at: ./README.md",
11
+
"model": "openai/gpt-4o"
12
+
}],
13
+
"tasks": [{
14
+
"name": "hello_world",
15
+
"description": "As is tradition in software, let's start by saying 'Hello, World!'. Then, pick one or two tasks that they should try to do next with AgentStack.",
16
+
"expected_output": "The sentence Hello, World! followed by two things the user should try to customize their agent further.",
0 commit comments