/
githubmirror
/
crewai
Обзор
Документация
Войти
/
githubmirror
/
crewai
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/edge/ko/examples/example.mdx
86 строк
4 KB
Lucas Gomide
feat: adopt directory-based docs versioning with Edge channel (#6202)
17 июн 2026, 18:56
Не верифицирован
17 июн 2026, 18:56
a237eba
Код
Авторство
О чём код?
--- title: CrewAI 예시 description: Crews, Flows, 통합, Notebooks로 구성된 예시 모음입니다. icon: rocket-launch mode: "wide" --- ## Crews <CardGroup cols={3}> <Card title="마케팅 전략" icon="bullhorn" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/marketing_strategy"> 다중 에이전트 마케팅 캠페인 기획. </Card> <Card title="깜짝 여행" icon="plane" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/surprise_trip"> 개인화된 여행 계획. </Card> <Card title="프로필-포지션 매칭" icon="id-card" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/match_profile_to_positions"> 벡터 검색 기반 이력서 매칭. </Card> <Card title="채용 공고" icon="newspaper" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/job-posting"> 채용 공고 자동 생성. </Card> <Card title="게임 빌더 Crew" icon="gamepad" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/game-builder-crew"> 파이썬 게임을 설계·구축하는 멀티 에이전트 팀. </Card> <Card title="리크루팅" icon="user-group" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/recruitment"> 후보자 소싱 및 평가. </Card> <Card title="모든 Crews 보기" icon="users" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews"> 전체 crew 예시 목록. </Card> </CardGroup> ## Flows <CardGroup cols={3}> <Card title="Content Creator Flow" icon="pen" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/content_creator_flow"> 라우팅 기반 콘텐츠 생성. </Card> <Card title="이메일 자동 응답" icon="envelope" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/email_auto_responder_flow"> 이메일 모니터링과 자동 응답. </Card> <Card title="리드 점수 Flow" icon="chart-line" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/lead_score_flow"> 휴먼‑인‑더‑루프 리드 평가. </Card> <Card title="미팅 어시스턴트 Flow" icon="calendar" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/meeting_assistant_flow"> 노트 처리 및 연동. </Card> <Card title="Self Evaluation Loop" icon="rotate" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/self_evaluation_loop_flow"> 반복적 자가 개선 워크플로우. </Card> <Card title="책 쓰기 (Flows)" icon="book" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/write_a_book_with_flows"> 병렬 챕터 생성. </Card> <Card title="모든 Flows 보기" icon="diagram-project" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows"> 전체 flow 예시 목록. </Card> </CardGroup> ## 통합 (Integrations) <CardGroup cols={3}> <Card title="CrewAI ↔ LangGraph" icon="link" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/crewai-langgraph"> LangGraph 프레임워크 연동. </Card> <Card title="Azure OpenAI" icon="cloud" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/azure_model"> Azure OpenAI와 함께 사용. </Card> <Card title="NVIDIA 모델" icon="microchip" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/nvidia_models"> NVIDIA 생태계 연동. </Card> <Card title="모든 통합 보기" icon="puzzle-piece" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations"> 전체 통합 예시. </Card> </CardGroup> ## 노트북 (Notebooks) <CardGroup cols={2}> <Card title="Simple QA Crew + Flow" icon="book" href="https://github.com/crewAIInc/crewAI-examples/tree/main/Notebooks/Simple%20QA%20Crew%20%2B%20Flow"> Simple QA Crew + Flow. </Card> <Card title="모든 노트북" icon="book" href="https://github.com/crewAIInc/crewAI-examples/tree/main/Notebooks"> 학습과 실험을 위한 인터랙티브 예시 모음. </Card> </CardGroup>