Activity
Mon
Wed
Fri
Sun
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

AI Developer Accelerator

Public • 3.8k • Free

8 contributions to AI Developer Accelerator
CrewAI Docs in a single file.
Hey everyone! Now there’s a link that contains the complete CrewAI documentation in a .txt file, so you can feed it into any LLM or agent, or even add it using ‘@‘ in cursor. https://docs.crewai.com/llms-full.txt This should make things way easier. Same goes for Anthropic/Claude: http://docs.anthropic.com/llms-full.txt
6
7
New comment 3d ago
1 like • 5d
@Dmitry Avramenko somewhere on their website, there is a section that has a ton of video material from different creators showcasing the features. I can’t find it right now but the docs are pretty decent as well. This link will take you to the @docs explanation. https://docs.cursor.com/context/@-symbols/@-docs
Weekly Call Coaching Reminder 11/12/2024
Hey guys! Here's the link for this week's coaching call: https://us06web.zoom.us/j/89064258636?pwd=19DxOjpywBd77GunWm8jWKIEvROtFu.1 I am in Thialand right now so I won't be able to hop on this call. The good news is @Paul Miller is taking over for me today and he's the man!! If you have any specific questions that you'd like to ask me, please shoot me a DM and I'll do my best to respond within the next few days. Can't wait to see you guys again when I'm back in the states! P.S. Please give Paul a huge thank you for hosting this call!
10
5
New comment 6d ago
2 likes • 9d
Paul did great! Enjoy Thailand.
Weekly Course Coaching Call Cancelled for Travel [10/27/24]
🚨 Sunday Call Update 🚨 Hey everyone! Quick heads-up — we need to switch things up for this week’s Sunday course coaching call. If you’ve been around for a while, you know my wife and I tried to see Taylor Swift in Vienna, but the concert got canceled. She was super bummed, BUT… one of her friends won tickets to the New Orleans show! So, we’re here now to try again! We are still going to do the 6 weekly coaching calls for the course. We will just add this one to the following Sunday! Super sorry about this guys! Also, on the drive home Monday night, I’ll have a ton of free time to review your issues on support thread. Y’all are awesome! Can’t wait to see you on our normal Tuesday coaching calls!
15
20
New comment 24d ago
1 like • 25d
Enjoy the concert! Life without music would be a mistake.
Fullstack AI Marketing Platform Course Support Thread
Hey everyone! Welcome to the official support thread for all your questions related to the AI Marketing Platform course! If something isn’t clear or you’re stuck on a particular topic, feel free to ask away! Chances are, if you’ve got a question, someone else is wondering the same thing. I’ll be doing my best to respond as quickly as possible. This is also a fantastic space for you to connect with fellow course members—so if you know the answer to someone’s question, don’t hesitate to jump in and help out! We’re building a community where everyone can learn from each other, so let’s make the most of it! Looking forward to your questions and the discussions ahead!
41
396
New comment 3d ago
0 likes • Oct 6
@Brandon Hancock happy to help :).
1 like • 26d
@João Morossini that is fine 👍. Since the project is divided into the python and the NextJS respective folders, you are doing it right. The .env folder in the python side will be different.
New CrewAI Flows Crash Course
Hey guys! I'm thrilled to announce that my brand-new CrewAI Flows crash course is now live! In this video, you'll learn how to harness CrewAI's most powerful new feature: Flows. With Flows, you can combine the power of code with CrewAI to build event-driven workflows that automate just about anything. Why You Shouldn't Miss This: ✅ Made for All Skill Levels: Whether you're a beginner or an advanced developer, you'll find this tutorial easy to follow. We'll start with a simple flow and gradually add complexity, eventually creating a flow that writes a 20,000-word book for you. ✅ Real-World Examples: From automating email responses to generating social media posts, this course covers six different examples to help you master Flows. ✅ Free Source Code: All the source code is available for free, so you can follow along and start building your own Flows today. Check out the link below to watch the CrewAI Flows crash course and start automating your workflows. I'm excited to see the amazing things you'll create with CrewAI Flows. If you have any questions or suggestions for future videos, please drop them below! Cheers, Brandon Hancock 🥂🤖 P.S. Here's a link to the source code ❤️ https://github.com/bhancockio/crewai-flows-crash-course
24
23
New comment 10d ago
New CrewAI Flows Crash Course
0 likes • 26d
@Vladimir de Ziegler hey! Yes, you can. The Pydantic comes from task.output. # Example task task = Task( description='Find and summarize the latest AI news', expected_output='A bullet list summary of the top 5 most important AI news', agent=research_agent, tools=[search_tool] ) # Execute the crew crew = Crew( agents=[research_agent], tasks=[task], verbose=True ) result = crew.kickoff() # Accessing the task output task_output = task.output print(f"Task Description: {task_output.description}") print(f"Task Summary: {task_output.summary}") print(f"Raw Output: {task_output.raw}") if task_output.json_dict: print(f"JSON Output: {json.dumps(task_output.json_dict, indent=2)}") if task_output.pydantic: print(f"Pydantic Output: {task_output.pydantic}") See screenshots below and link to the documentation. https://docs.crewai.com/concepts/tasks
1-8 of 8
Bastian Venegas
3
33points to level up
@bastian-venegas-4350
MD and founder.

Active 2d ago
Joined Sep 5, 2024
powered by