mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
docs: Fix API Reference, add RBAC, revamp Examples/Cookbooks (EN/PT-BR/KO) (#3314)
* docs: add RBAC docs and other chores * docs: fix API Reference rendering; per-locale OpenAPI; add Enterprise RBAC; restructure Examples (EN/PT-BR/KO) + Cookbooks; update nav and links * docs(i18n): add RBAC docs for pt-BR and ko; update Enterprise Features nav
This commit is contained in:
@@ -346,7 +346,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Endpoints",
|
"group": "Endpoints",
|
||||||
"openapi": "enterprise-api.en.yaml"
|
"openapi": "https://raw.githubusercontent.com/crewAIInc/crewAI/main/docs/enterprise-api.en.yaml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -621,6 +621,7 @@
|
|||||||
{
|
{
|
||||||
"group": "Funcionalidades",
|
"group": "Funcionalidades",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
"pt-BR/enterprise/features/rbac",
|
||||||
"pt-BR/enterprise/features/tool-repository",
|
"pt-BR/enterprise/features/tool-repository",
|
||||||
"pt-BR/enterprise/features/webhook-streaming",
|
"pt-BR/enterprise/features/webhook-streaming",
|
||||||
"pt-BR/enterprise/features/traces",
|
"pt-BR/enterprise/features/traces",
|
||||||
@@ -685,7 +686,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Endpoints",
|
"group": "Endpoints",
|
||||||
"openapi": "enterprise-api.pt-BR.yaml"
|
"openapi": "https://raw.githubusercontent.com/crewAIInc/crewAI/main/docs/enterprise-api.pt-BR.yaml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -694,7 +695,7 @@
|
|||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"group": "Exemplos",
|
"group": "Exemplos",
|
||||||
"pages": ["pt-BR/examples/example"]
|
"pages": ["pt-BR/examples/example", "pt-BR/examples/cookbooks"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -968,6 +969,7 @@
|
|||||||
{
|
{
|
||||||
"group": "특징",
|
"group": "특징",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
"ko/enterprise/features/rbac",
|
||||||
"ko/enterprise/features/tool-repository",
|
"ko/enterprise/features/tool-repository",
|
||||||
"ko/enterprise/features/webhook-streaming",
|
"ko/enterprise/features/webhook-streaming",
|
||||||
"ko/enterprise/features/traces",
|
"ko/enterprise/features/traces",
|
||||||
@@ -1031,7 +1033,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Endpoints",
|
"group": "Endpoints",
|
||||||
"openapi": "enterprise-api.ko.yaml"
|
"openapi": "https://raw.githubusercontent.com/crewAIInc/crewAI/main/docs/enterprise-api.ko.yaml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -1040,7 +1042,7 @@
|
|||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"group": "예시",
|
"group": "예시",
|
||||||
"pages": ["ko/examples/example"]
|
"pages": ["ko/examples/example", "ko/examples/cookbooks"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
103
docs/ko/enterprise/features/rbac.mdx
Normal file
103
docs/ko/enterprise/features/rbac.mdx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
---
|
||||||
|
title: "역할 기반 접근 제어 (RBAC)"
|
||||||
|
description: "역할과 자동화별 가시성으로 crews, 도구, 데이터 접근을 제어합니다."
|
||||||
|
icon: "shield"
|
||||||
|
---
|
||||||
|
|
||||||
|
## 개요
|
||||||
|
|
||||||
|
CrewAI Enterprise의 RBAC는 **조직 수준 역할**과 **자동화(Automation) 수준 가시성**을 결합하여 안전하고 확장 가능한 접근 제어를 제공합니다.
|
||||||
|
|
||||||
|
<Frame>
|
||||||
|
<img src="/images/enterprise/users_and_roles.png" alt="CrewAI Enterprise RBAC 개요" />
|
||||||
|
|
||||||
|
</Frame>
|
||||||
|
|
||||||
|
## 사용자와 역할
|
||||||
|
|
||||||
|
워크스페이스의 각 구성원은 역할이 있으며, 이는 기능 접근 범위를 결정합니다.
|
||||||
|
|
||||||
|
가능한 작업:
|
||||||
|
|
||||||
|
- 사전 정의된 역할 사용 (Owner, Member)
|
||||||
|
- 권한을 세분화한 커스텀 역할 생성
|
||||||
|
- 설정 화면에서 언제든 역할 할당/변경
|
||||||
|
|
||||||
|
설정 위치: Settings → Roles
|
||||||
|
|
||||||
|
<Steps>
|
||||||
|
<Step title="Roles 열기">
|
||||||
|
<b>Settings → Roles</b>로 이동합니다.
|
||||||
|
</Step>
|
||||||
|
<Step title="역할 선택">
|
||||||
|
<b>Owner</b> 또는 <b>Member</b>를 사용하거나 <b>Create role</b>로 커스텀 역할을 만듭니다.
|
||||||
|
</Step>
|
||||||
|
<Step title="멤버에 할당">
|
||||||
|
사용자들을 선택하여 역할을 지정합니다. 언제든 변경할 수 있습니다.
|
||||||
|
</Step>
|
||||||
|
</Steps>
|
||||||
|
|
||||||
|
### 구성 요약
|
||||||
|
|
||||||
|
| 영역 | 위치 | 옵션 |
|
||||||
|
|:---|:---|:---|
|
||||||
|
| 사용자 & 역할 | Settings → Roles | Owner, Member; 커스텀 역할 |
|
||||||
|
| 자동화 가시성 | Automation → Settings → Visibility | Private; 사용자/역할 화이트리스트 |
|
||||||
|
|
||||||
|
## 자동화 수준 접근 제어
|
||||||
|
|
||||||
|
조직 역할과 별개로, **Automations**는 사용자/역할별로 특정 자동화 접근을 제한하는 가시성 설정을 제공합니다.
|
||||||
|
|
||||||
|
유용한 경우:
|
||||||
|
|
||||||
|
- 민감/실험 자동화를 비공개로 유지
|
||||||
|
- 대규모 팀/외부 협업에서 가시성 관리
|
||||||
|
- 격리된 컨텍스트에서 자동화 테스트
|
||||||
|
|
||||||
|
Private 모드에서는 화이트리스트에 포함된 사용자/역할만 다음 작업이 가능합니다:
|
||||||
|
|
||||||
|
- 자동화 보기
|
||||||
|
- 실행/API 사용
|
||||||
|
- 로그, 메트릭, 설정 접근
|
||||||
|
|
||||||
|
조직 Owner는 항상 접근 가능하며, 가시성 설정에 영향을 받지 않습니다.
|
||||||
|
|
||||||
|
설정 위치: Automation → Settings → Visibility
|
||||||
|
|
||||||
|
<Steps>
|
||||||
|
<Step title="Visibility 탭 열기">
|
||||||
|
<b>Automation → Settings → Visibility</b>로 이동합니다.
|
||||||
|
</Step>
|
||||||
|
<Step title="가시성 설정">
|
||||||
|
<b>Private</b>를 선택합니다. Owner는 항상 접근 가능합니다.
|
||||||
|
</Step>
|
||||||
|
<Step title="허용 대상 추가">
|
||||||
|
보기/실행/로그·메트릭·설정 접근이 가능한 사용자/역할을 추가합니다.
|
||||||
|
</Step>
|
||||||
|
<Step title="저장 및 확인">
|
||||||
|
저장 후, 목록에 없는 사용자가 보거나 실행할 수 없는지 확인합니다.
|
||||||
|
</Step>
|
||||||
|
</Steps>
|
||||||
|
|
||||||
|
### Private 모드 접근 결과
|
||||||
|
|
||||||
|
| 동작 | Owner | 화이트리스트 사용자/역할 | 비포함 |
|
||||||
|
|:---|:---|:---|:---|
|
||||||
|
| 자동화 보기 | ✓ | ✓ | ✗ |
|
||||||
|
| 실행/API | ✓ | ✓ | ✗ |
|
||||||
|
| 로그/메트릭/설정 | ✓ | ✓ | ✗ |
|
||||||
|
|
||||||
|
<Tip>
|
||||||
|
Owner는 항상 접근 가능하며, Private 모드에서는 화이트리스트에 포함된 사용자/역할만 권한이 부여됩니다.
|
||||||
|
</Tip>
|
||||||
|
|
||||||
|
<Frame>
|
||||||
|
<img src="/images/enterprise/visibility.png" alt="CrewAI Enterprise 가시성 설정" />
|
||||||
|
|
||||||
|
</Frame>
|
||||||
|
|
||||||
|
<Card title="도움이 필요하신가요?" icon="headset" href="mailto:support@crewai.com">
|
||||||
|
RBAC 구성과 점검에 대한 지원이 필요하면 연락해 주세요.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
|
||||||
22
docs/ko/examples/cookbooks.mdx
Normal file
22
docs/ko/examples/cookbooks.mdx
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: CrewAI Cookbooks
|
||||||
|
description: 패턴을 빠르게 익히기 위한 기능 중심 Quickstarts와 노트북.
|
||||||
|
icon: book
|
||||||
|
---
|
||||||
|
|
||||||
|
## Quickstarts & Demos
|
||||||
|
|
||||||
|
<CardGroup cols={2}>
|
||||||
|
<Card title="Quickstarts 저장소" icon="bolt" href="https://github.com/crewAIInc/crewAI-quickstarts">
|
||||||
|
특정 CrewAI 기능을 보여주는 데모와 소규모 프로젝트.
|
||||||
|
</Card>
|
||||||
|
<Card title="예시의 노트북" icon="book-open" href="https://github.com/crewAIInc/crewAI-examples/tree/main/Notebooks">
|
||||||
|
실습을 위한 인터랙티브 노트북.
|
||||||
|
</Card>
|
||||||
|
</CardGroup>
|
||||||
|
|
||||||
|
<Tip>
|
||||||
|
Cookbooks로 패턴을 빠르게 익힌 뒤, 프로덕션급 구현은 Full Examples에서 확인하세요.
|
||||||
|
</Tip>
|
||||||
|
|
||||||
|
|
||||||
@@ -1,62 +1,85 @@
|
|||||||
---
|
---
|
||||||
title: CrewAI 예시
|
title: CrewAI 예시
|
||||||
description: CrewAI 프레임워크를 사용하여 워크플로우를 자동화하는 방법을 보여주는 예시 모음입니다.
|
description: Crews, Flows, 통합, Notebooks로 구성된 예시 모음입니다.
|
||||||
icon: rocket-launch
|
icon: rocket-launch
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Crews
|
||||||
|
|
||||||
<CardGroup cols={3}>
|
<CardGroup cols={3}>
|
||||||
<Card
|
<Card title="마케팅 전략" icon="bullhorn" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/marketing_strategy">
|
||||||
title="마케팅 전략"
|
다중 에이전트 마케팅 캠페인 기획.
|
||||||
color="#F3A78B"
|
</Card>
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/marketing_strategy"
|
<Card title="깜짝 여행" icon="plane" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/surprise_trip">
|
||||||
icon="bullhorn"
|
개인화된 여행 계획.
|
||||||
iconType="solid"
|
</Card>
|
||||||
>
|
<Card title="프로필-포지션 매칭" icon="id-card" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/match_profile_to_positions">
|
||||||
CrewAI로 마케팅 전략 생성을 자동화하세요.
|
벡터 검색 기반 이력서 매칭.
|
||||||
|
</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>
|
</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>
|
</CardGroup>
|
||||||
103
docs/pt-BR/enterprise/features/rbac.mdx
Normal file
103
docs/pt-BR/enterprise/features/rbac.mdx
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
---
|
||||||
|
title: "Controle de Acesso Baseado em Funções (RBAC)"
|
||||||
|
description: "Controle o acesso a crews, ferramentas e dados com funções e visibilidade por automação."
|
||||||
|
icon: "shield"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Visão Geral
|
||||||
|
|
||||||
|
O RBAC no CrewAI Enterprise permite gerenciar acesso de forma segura e escalável combinando **funções em nível de organização** com **controles de visibilidade em nível de automação**.
|
||||||
|
|
||||||
|
<Frame>
|
||||||
|
<img src="/images/enterprise/users_and_roles.png" alt="Visão geral de RBAC no CrewAI Enterprise" />
|
||||||
|
|
||||||
|
</Frame>
|
||||||
|
|
||||||
|
## Usuários e Funções
|
||||||
|
|
||||||
|
Cada membro da sua workspace possui uma função, que determina o acesso aos recursos.
|
||||||
|
|
||||||
|
Você pode:
|
||||||
|
|
||||||
|
- Usar funções pré-definidas (Owner, Member)
|
||||||
|
- Criar funções personalizadas com permissões específicas
|
||||||
|
- Atribuir funções a qualquer momento no painel de configurações
|
||||||
|
|
||||||
|
A configuração de usuários e funções é feita em Settings → Roles.
|
||||||
|
|
||||||
|
<Steps>
|
||||||
|
<Step title="Abrir Roles">
|
||||||
|
Vá em <b>Settings → Roles</b> no CrewAI Enterprise.
|
||||||
|
</Step>
|
||||||
|
<Step title="Escolher a função">
|
||||||
|
Use <b>Owner</b> ou <b>Member</b>, ou clique em <b>Create role</b> para criar uma função personalizada.
|
||||||
|
</Step>
|
||||||
|
<Step title="Atribuir aos membros">
|
||||||
|
Selecione os usuários e atribua a função. Você pode alterar depois.
|
||||||
|
</Step>
|
||||||
|
</Steps>
|
||||||
|
|
||||||
|
### Resumo de configuração
|
||||||
|
|
||||||
|
| Área | Onde configurar | Opções |
|
||||||
|
|:---|:---|:---|
|
||||||
|
| Usuários & Funções | Settings → Roles | Pré-definidas: Owner, Member; Funções personalizadas |
|
||||||
|
| Visibilidade da automação | Automation → Settings → Visibility | Private; Lista de usuários/funções |
|
||||||
|
|
||||||
|
## Controle de Acesso em Nível de Automação
|
||||||
|
|
||||||
|
Além das funções na organização, as **Automations** suportam visibilidade refinada para restringir acesso por usuário ou função.
|
||||||
|
|
||||||
|
Útil para:
|
||||||
|
|
||||||
|
- Manter automações sensíveis/experimentais privadas
|
||||||
|
- Gerenciar visibilidade em equipes grandes ou colaboradores externos
|
||||||
|
- Testar automações em contexto isolado
|
||||||
|
|
||||||
|
Em modo privado, somente usuários/funções na whitelist poderão:
|
||||||
|
|
||||||
|
- Ver a automação
|
||||||
|
- Executar/usar a API
|
||||||
|
- Acessar logs, métricas e configurações
|
||||||
|
|
||||||
|
O owner da organização sempre tem acesso, independente da visibilidade.
|
||||||
|
|
||||||
|
Configure em Automation → Settings → Visibility.
|
||||||
|
|
||||||
|
<Steps>
|
||||||
|
<Step title="Abrir a aba Visibility">
|
||||||
|
Acesse <b>Automation → Settings → Visibility</b>.
|
||||||
|
</Step>
|
||||||
|
<Step title="Definir visibilidade">
|
||||||
|
Selecione <b>Private</b> para restringir o acesso. O owner mantém acesso.
|
||||||
|
</Step>
|
||||||
|
<Step title="Permitir acesso">
|
||||||
|
Adicione usuários e funções que poderão ver/executar e acessar logs/métricas/configurações.
|
||||||
|
</Step>
|
||||||
|
<Step title="Salvar e verificar">
|
||||||
|
Salve e confirme que não listados não conseguem ver ou executar a automação.
|
||||||
|
</Step>
|
||||||
|
</Steps>
|
||||||
|
|
||||||
|
### Resultado de acesso no modo Private
|
||||||
|
|
||||||
|
| Ação | Owner | Usuário/função na whitelist | Não listado |
|
||||||
|
|:---|:---|:---|:---|
|
||||||
|
| Ver automação | ✓ | ✓ | ✗ |
|
||||||
|
| Executar/API | ✓ | ✓ | ✗ |
|
||||||
|
| Logs/métricas/configurações | ✓ | ✓ | ✗ |
|
||||||
|
|
||||||
|
<Tip>
|
||||||
|
O owner sempre possui acesso. Em modo privado, somente usuários/funções na whitelist têm permissão.
|
||||||
|
</Tip>
|
||||||
|
|
||||||
|
<Frame>
|
||||||
|
<img src="/images/enterprise/visibility.png" alt="Configuração de visibilidade no CrewAI Enterprise" />
|
||||||
|
|
||||||
|
</Frame>
|
||||||
|
|
||||||
|
<Card title="Precisa de Ajuda?" icon="headset" href="mailto:support@crewai.com">
|
||||||
|
Fale com o nosso time para suporte em configuração e auditoria de RBAC.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
|
||||||
22
docs/pt-BR/examples/cookbooks.mdx
Normal file
22
docs/pt-BR/examples/cookbooks.mdx
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: CrewAI Cookbooks
|
||||||
|
description: Quickstarts e notebooks focados em recursos para aprender padrões rapidamente.
|
||||||
|
icon: book
|
||||||
|
---
|
||||||
|
|
||||||
|
## Quickstarts & Demos
|
||||||
|
|
||||||
|
<CardGroup cols={2}>
|
||||||
|
<Card title="Repositório de Quickstarts" icon="bolt" href="https://github.com/crewAIInc/crewAI-quickstarts">
|
||||||
|
Demos e projetos pequenos que mostram capacidades específicas do CrewAI.
|
||||||
|
</Card>
|
||||||
|
<Card title="Notebooks nos Exemplos" icon="book-open" href="https://github.com/crewAIInc/crewAI-examples/tree/main/Notebooks">
|
||||||
|
Notebooks interativos para aprendizado prático.
|
||||||
|
</Card>
|
||||||
|
</CardGroup>
|
||||||
|
|
||||||
|
<Tip>
|
||||||
|
Use Cookbooks para aprender um padrão rapidamente e, em seguida, avance para os Exemplos completos para implementações de produção.
|
||||||
|
</Tip>
|
||||||
|
|
||||||
|
|
||||||
@@ -1,62 +1,85 @@
|
|||||||
---
|
---
|
||||||
title: Exemplos CrewAI
|
title: Exemplos CrewAI
|
||||||
description: Uma coleção de exemplos que mostram como usar o framework CrewAI para automatizar fluxos de trabalho.
|
description: Explore exemplos organizados por Crews, Flows, Integrações e Notebooks.
|
||||||
icon: rocket-launch
|
icon: rocket-launch
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Crews
|
||||||
|
|
||||||
<CardGroup cols={3}>
|
<CardGroup cols={3}>
|
||||||
<Card
|
<Card title="Estratégia de Marketing" icon="bullhorn" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/marketing_strategy">
|
||||||
title="Estratégia de Marketing"
|
Planejamento de campanhas com múltiplos agentes.
|
||||||
color="#F3A78B"
|
</Card>
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/marketing_strategy"
|
<Card title="Viagem Surpresa" icon="plane" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/surprise_trip">
|
||||||
icon="bullhorn"
|
Planejamento de viagens personalizadas.
|
||||||
iconType="solid"
|
</Card>
|
||||||
>
|
<Card title="Relacionar Perfil a Posições" icon="id-card" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/match_profile_to_positions">
|
||||||
Automatize a criação de estratégias de marketing com CrewAI.
|
Correspondência de CV para vagas com busca vetorial.
|
||||||
|
</Card>
|
||||||
|
<Card title="Criar Vaga" icon="newspaper" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/job-posting">
|
||||||
|
Criação automatizada de descrições de vagas.
|
||||||
|
</Card>
|
||||||
|
<Card title="Crew Construtor de Jogos" icon="gamepad" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/game-builder-crew">
|
||||||
|
Equipe multiagente que projeta e constrói jogos em Python.
|
||||||
|
</Card>
|
||||||
|
<Card title="Recrutamento" icon="user-group" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews/recruitment">
|
||||||
|
Prospecção e avaliação de candidatos.
|
||||||
|
</Card>
|
||||||
|
<Card title="Ver todos os Crews" icon="users" href="https://github.com/crewAIInc/crewAI-examples/tree/main/crews">
|
||||||
|
Lista completa de exemplos de crews.
|
||||||
|
</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">
|
||||||
|
Geração de conteúdo com roteamento.
|
||||||
|
</Card>
|
||||||
|
<Card title="Email Auto Responder" icon="envelope" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/email_auto_responder_flow">
|
||||||
|
Monitoramento e respostas de e‑mail.
|
||||||
|
</Card>
|
||||||
|
<Card title="Lead Score Flow" icon="chart-line" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/lead_score_flow">
|
||||||
|
Qualificação de leads com revisão humana.
|
||||||
|
</Card>
|
||||||
|
<Card title="Meeting Assistant Flow" icon="calendar" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/meeting_assistant_flow">
|
||||||
|
Processamento de notas com integrações.
|
||||||
|
</Card>
|
||||||
|
<Card title="Self Evaluation Loop" icon="rotate" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/self_evaluation_loop_flow">
|
||||||
|
Fluxos de autoaperfeiçoamento iterativo.
|
||||||
|
</Card>
|
||||||
|
<Card title="Escrever um Livro (Flows)" icon="book" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows/write_a_book_with_flows">
|
||||||
|
Geração paralela de capítulos.
|
||||||
|
</Card>
|
||||||
|
<Card title="Ver todos os Flows" icon="diagram-project" href="https://github.com/crewAIInc/crewAI-examples/tree/main/flows">
|
||||||
|
Lista completa de exemplos de flows.
|
||||||
|
</Card>
|
||||||
|
</CardGroup>
|
||||||
|
|
||||||
|
## Integrações
|
||||||
|
|
||||||
|
<CardGroup cols={3}>
|
||||||
|
<Card title="CrewAI ↔ LangGraph" icon="link" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/crewai-langgraph">
|
||||||
|
Integração com o framework LangGraph.
|
||||||
|
</Card>
|
||||||
|
<Card title="Azure OpenAI" icon="cloud" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/azure_model">
|
||||||
|
Usando CrewAI com Azure OpenAI.
|
||||||
|
</Card>
|
||||||
|
<Card title="Modelos NVIDIA" icon="microchip" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations/nvidia_models">
|
||||||
|
Integrações com o ecossistema NVIDIA.
|
||||||
|
</Card>
|
||||||
|
<Card title="Ver todas as Integrações" icon="puzzle-piece" href="https://github.com/crewAIInc/crewAI-examples/tree/main/integrations">
|
||||||
|
Todos os exemplos de integrações.
|
||||||
|
</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="Todos os Notebooks" icon="book" href="https://github.com/crewAIInc/crewAI-examples/tree/main/Notebooks">
|
||||||
|
Exemplos interativos para aprendizado e experimentação.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
|
||||||
title="Viagem Surpresa"
|
|
||||||
color="#F3A78B"
|
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/surprise_trip"
|
|
||||||
icon="plane"
|
|
||||||
iconType="duotone"
|
|
||||||
>
|
|
||||||
Crie um roteiro de viagem surpresa com CrewAI.
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title="Relacionar Perfil a Posições"
|
|
||||||
color="#F3A78B"
|
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/match_profile_to_positions"
|
|
||||||
icon="linkedin"
|
|
||||||
iconType="duotone"
|
|
||||||
>
|
|
||||||
Relacione um perfil a vagas de emprego com CrewAI.
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title="Criar Vaga"
|
|
||||||
color="#F3A78B"
|
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/job-posting"
|
|
||||||
icon="newspaper"
|
|
||||||
iconType="duotone"
|
|
||||||
>
|
|
||||||
Crie uma vaga de emprego com CrewAI.
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title="Gerador de Jogos"
|
|
||||||
color="#F3A78B"
|
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/game-builder-crew"
|
|
||||||
icon="gamepad"
|
|
||||||
iconType="duotone"
|
|
||||||
>
|
|
||||||
Crie um jogo com CrewAI.
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title="Encontrar Candidatos"
|
|
||||||
color="#F3A78B"
|
|
||||||
href="https://github.com/crewAIInc/crewAI-examples/tree/main/recruitment"
|
|
||||||
icon="user-group"
|
|
||||||
iconType="duotone"
|
|
||||||
>
|
|
||||||
Encontre candidatos a vagas com CrewAI.
|
|
||||||
</Card>
|
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
Reference in New Issue
Block a user