mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
---
|
|
title: CrewAI 예시
|
|
description: CrewAI 프레임워크를 사용하여 워크플로우를 자동화하는 방법을 보여주는 예시 모음입니다.
|
|
icon: rocket-launch
|
|
---
|
|
|
|
<CardGroup cols={3}>
|
|
<Card
|
|
title="마케팅 전략"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/marketing_strategy"
|
|
icon="bullhorn"
|
|
iconType="solid"
|
|
>
|
|
CrewAI로 마케팅 전략 생성을 자동화하세요.
|
|
</Card>
|
|
<Card
|
|
title="깜짝 여행"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/surprise_trip"
|
|
icon="plane"
|
|
iconType="duotone"
|
|
>
|
|
CrewAI로 깜짝 여행 일정표를 만들어보세요.
|
|
</Card>
|
|
<Card
|
|
title="프로필과 포지션 매칭"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/match_profile_to_positions"
|
|
icon="linkedin"
|
|
iconType="duotone"
|
|
>
|
|
CrewAI로 프로필을 채용 포지션에 매칭하세요.
|
|
</Card>
|
|
<Card
|
|
title="채용 공고 생성"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/job-posting"
|
|
icon="newspaper"
|
|
iconType="duotone"
|
|
>
|
|
CrewAI로 채용 공고를 만드세요.
|
|
</Card>
|
|
<Card
|
|
title="게임 생성기"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/game-builder-crew"
|
|
icon="gamepad"
|
|
iconType="duotone"
|
|
>
|
|
CrewAI로 게임을 만들어보세요.
|
|
</Card>
|
|
<Card
|
|
title="채용 후보자 찾기"
|
|
color="#F3A78B"
|
|
href="https://github.com/crewAIInc/crewAI-examples/tree/main/recruitment"
|
|
icon="user-group"
|
|
iconType="duotone"
|
|
>
|
|
CrewAI로 채용 후보자를 찾으세요.
|
|
</Card>
|
|
</CardGroup> |