From 1a1bb0ca3dae825bf1c9915cd27b83dab9f31630 Mon Sep 17 00:00:00 2001 From: Tony Kipkemboi Date: Fri, 5 Sep 2025 17:40:11 -0400 Subject: [PATCH] docs: Docs updates (#3459) * docs(cli): document device-code login and config reset guidance; renumber sections * docs(cli): fix duplicate numbering (renumber Login/API Keys/Configuration sections) * docs: Fix webhook documentation to include meta dict in all webhook payloads - Add note explaining that meta objects from kickoff requests are included in all webhook payloads - Update webhook examples to show proper payload structure including meta field - Fix webhook examples to match actual API implementation - Apply changes to English, Korean, and Portuguese documentation Resolves the documentation gap where meta dict passing to webhooks was not documented despite being implemented in the API. * WIP: CrewAI docs theme, changelog, GEO, localization * docs(cli): fix merge markers; ensure mode: "wide"; convert ASCII tables to Markdown (en/pt-BR/ko) * docs: add group icons across locales; split Automation/Integrations; update tools overviews and links --- docs/docs.json | 182 +- docs/en/api-reference/inputs.mdx | 1 + docs/en/api-reference/introduction.mdx | 1 + docs/en/api-reference/kickoff.mdx | 1 + docs/en/api-reference/status.mdx | 1 + docs/en/changelog.mdx | 1763 +++++++++++++++ docs/en/concepts/agents.mdx | 1 + docs/en/concepts/cli.mdx | 29 +- docs/en/concepts/collaboration.mdx | 1 + docs/en/concepts/crews.mdx | 1 + docs/en/concepts/event-listener.mdx | 1 + docs/en/concepts/flows.mdx | 1 + docs/en/concepts/knowledge.mdx | 1 + docs/en/concepts/llms.mdx | 1 + docs/en/concepts/memory.mdx | 1 + docs/en/concepts/planning.mdx | 1 + docs/en/concepts/processes.mdx | 1 + docs/en/concepts/reasoning.mdx | 1 + docs/en/concepts/tasks.mdx | 1 + docs/en/concepts/testing.mdx | 1 + docs/en/concepts/tools.mdx | 1 + docs/en/concepts/training.mdx | 1 + .../features/agent-repositories.mdx | 1 + .../features/hallucination-guardrail.mdx | 1 + docs/en/enterprise/features/integrations.mdx | 1 + docs/en/enterprise/features/rbac.mdx | 1 + .../enterprise/features/tool-repository.mdx | 1 + docs/en/enterprise/features/traces.mdx | 1 + .../enterprise/features/webhook-streaming.mdx | 1 + .../enterprise/guides/automation-triggers.mdx | 1 + .../enterprise/guides/azure-openai-setup.mdx | 1 + docs/en/enterprise/guides/build-crew.mdx | 1 + docs/en/enterprise/guides/deploy-crew.mdx | 1 + .../enterprise/guides/enable-crew-studio.mdx | 1 + docs/en/enterprise/guides/hubspot-trigger.mdx | 1 + .../enterprise/guides/human-in-the-loop.mdx | 1 + docs/en/enterprise/guides/kickoff-crew.mdx | 1 + .../guides/react-component-export.mdx | 1 + .../enterprise/guides/salesforce-trigger.mdx | 1 + docs/en/enterprise/guides/slack-trigger.mdx | 1 + docs/en/enterprise/guides/team-management.mdx | 1 + docs/en/enterprise/guides/update-crew.mdx | 1 + .../enterprise/guides/webhook-automation.mdx | 46 +- docs/en/enterprise/guides/zapier-trigger.mdx | 1 + docs/en/enterprise/integrations/asana.mdx | 1 + docs/en/enterprise/integrations/box.mdx | 1 + docs/en/enterprise/integrations/clickup.mdx | 1 + docs/en/enterprise/integrations/github.mdx | 1 + docs/en/enterprise/integrations/gmail.mdx | 1 + .../integrations/google_calendar.mdx | 1 + .../enterprise/integrations/google_sheets.mdx | 1 + docs/en/enterprise/integrations/hubspot.mdx | 1 + docs/en/enterprise/integrations/jira.mdx | 1 + docs/en/enterprise/integrations/linear.mdx | 1 + docs/en/enterprise/integrations/notion.mdx | 1 + .../en/enterprise/integrations/salesforce.mdx | 1 + docs/en/enterprise/integrations/shopify.mdx | 1 + docs/en/enterprise/integrations/slack.mdx | 1 + docs/en/enterprise/integrations/stripe.mdx | 1 + docs/en/enterprise/integrations/zendesk.mdx | 1 + docs/en/enterprise/introduction.mdx | 1 + .../resources/frequently-asked-questions.mdx | 1 + docs/en/examples/cookbooks.mdx | 1 + docs/en/examples/example.mdx | 1 + .../guides/advanced/customizing-prompts.mdx | 1 + docs/en/guides/advanced/fingerprinting.mdx | 1 + .../agents/crafting-effective-agents.mdx | 1 + .../guides/concepts/evaluating-use-cases.mdx | 1 + docs/en/guides/crews/first-crew.mdx | 1 + docs/en/guides/flows/first-flow.mdx | 1 + docs/en/guides/flows/mastering-flow-state.mdx | 1 + docs/en/installation.mdx | 1 + docs/en/introduction.mdx | 1 + .../learn/before-and-after-kickoff-hooks.mdx | 1 + docs/en/learn/bring-your-own-agent.mdx | 1 + docs/en/learn/coding-agents.mdx | 1 + docs/en/learn/conditional-tasks.mdx | 1 + docs/en/learn/create-custom-tools.mdx | 1 + docs/en/learn/custom-llm.mdx | 1 + docs/en/learn/custom-manager-agent.mdx | 1 + docs/en/learn/customizing-agents.mdx | 1 + docs/en/learn/dalle-image-generation.mdx | 1 + docs/en/learn/force-tool-output-as-result.mdx | 1 + docs/en/learn/hierarchical-process.mdx | 1 + docs/en/learn/human-in-the-loop.mdx | 1 + docs/en/learn/human-input-on-execution.mdx | 1 + docs/en/learn/kickoff-async.mdx | 1 + docs/en/learn/kickoff-for-each.mdx | 1 + docs/en/learn/llm-connections.mdx | 1 + docs/en/learn/llm-selection-guide.mdx | 1 + docs/en/learn/multimodal-agents.mdx | 1 + docs/en/learn/overview.mdx | 1 + .../replay-tasks-from-latest-crew-kickoff.mdx | 1 + docs/en/learn/sequential-process.mdx | 1 + docs/en/learn/using-annotations.mdx | 1 + docs/en/mcp/multiple-servers.mdx | 1 + docs/en/mcp/overview.mdx | 1 + docs/en/mcp/security.mdx | 1 + docs/en/mcp/sse.mdx | 1 + docs/en/mcp/stdio.mdx | 1 + docs/en/mcp/streamable-http.mdx | 1 + docs/en/observability/arize-phoenix.mdx | 1 + docs/en/observability/langdb.mdx | 1 + docs/en/observability/langfuse.mdx | 1 + docs/en/observability/langtrace.mdx | 1 + docs/en/observability/maxim.mdx | 1 + docs/en/observability/mlflow.mdx | 1 + docs/en/observability/neatlogs.mdx | 1 + docs/en/observability/openlit.mdx | 1 + docs/en/observability/opik.mdx | 1 + docs/en/observability/overview.mdx | 1 + docs/en/observability/patronus-evaluation.mdx | 1 + docs/en/observability/portkey.mdx | 1 + docs/en/observability/truefoundry.mdx | 1 + docs/en/observability/weave.mdx | 1 + docs/en/quickstart.mdx | 1 + docs/en/telemetry.mdx | 1 + docs/en/tools/ai-ml/aimindtool.mdx | 1 + docs/en/tools/ai-ml/codeinterpretertool.mdx | 1 + docs/en/tools/ai-ml/dalletool.mdx | 1 + docs/en/tools/ai-ml/langchaintool.mdx | 1 + docs/en/tools/ai-ml/llamaindextool.mdx | 1 + docs/en/tools/ai-ml/overview.mdx | 1 + docs/en/tools/ai-ml/ragtool.mdx | 1 + docs/en/tools/ai-ml/visiontool.mdx | 1 + docs/en/tools/automation/apifyactorstool.mdx | 1 + docs/en/tools/automation/composiotool.mdx | 1 + docs/en/tools/automation/multiontool.mdx | 1 + docs/en/tools/automation/overview.mdx | 1 + .../en/tools/automation/zapieractionstool.mdx | 1 + .../cloud-storage/bedrockkbretriever.mdx | 1 + docs/en/tools/cloud-storage/overview.mdx | 1 + docs/en/tools/cloud-storage/s3readertool.mdx | 1 + docs/en/tools/cloud-storage/s3writertool.mdx | 1 + .../database-data/mongodbvectorsearchtool.mdx | 1 + docs/en/tools/database-data/mysqltool.mdx | 1 + docs/en/tools/database-data/nl2sqltool.mdx | 1 + docs/en/tools/database-data/overview.mdx | 1 + docs/en/tools/database-data/pgsearchtool.mdx | 1 + .../database-data/qdrantvectorsearchtool.mdx | 1 + .../database-data/singlestoresearchtool.mdx | 1 + .../database-data/snowflakesearchtool.mdx | 1 + .../weaviatevectorsearchtool.mdx | 1 + docs/en/tools/file-document/csvsearchtool.mdx | 1 + .../tools/file-document/directoryreadtool.mdx | 1 + .../file-document/directorysearchtool.mdx | 1 + .../en/tools/file-document/docxsearchtool.mdx | 1 + docs/en/tools/file-document/filereadtool.mdx | 1 + docs/en/tools/file-document/filewritetool.mdx | 1 + .../en/tools/file-document/jsonsearchtool.mdx | 1 + docs/en/tools/file-document/mdxsearchtool.mdx | 1 + docs/en/tools/file-document/ocrtool.mdx | 1 + docs/en/tools/file-document/overview.mdx | 1 + .../file-document/pdf-text-writing-tool.mdx | 1 + docs/en/tools/file-document/pdfsearchtool.mdx | 1 + docs/en/tools/file-document/txtsearchtool.mdx | 1 + docs/en/tools/file-document/xmlsearchtool.mdx | 1 + .../integration/bedrockinvokeagenttool.mdx | 1 + docs/en/tools/overview.mdx | 16 +- .../tools/search-research/arxivpapertool.mdx | 1 + .../tools/search-research/bravesearchtool.mdx | 1 + .../search-research/codedocssearchtool.mdx | 1 + .../search-research/databricks-query-tool.mdx | 1 + .../tools/search-research/exasearchtool.mdx | 1 + .../search-research/githubsearchtool.mdx | 1 + .../search-research/linkupsearchtool.mdx | 1 + docs/en/tools/search-research/overview.mdx | 1 + .../serpapi-googlesearchtool.mdx | 1 + .../serpapi-googleshoppingtool.mdx | 1 + .../tools/search-research/serperdevtool.mdx | 1 + .../search-research/tavilyextractortool.mdx | 1 + .../search-research/tavilysearchtool.mdx | 1 + .../search-research/websitesearchtool.mdx | 1 + .../youtubechannelsearchtool.mdx | 1 + .../youtubevideosearchtool.mdx | 1 + docs/en/tools/tool-integrations/overview.mdx | 31 + .../tools/web-scraping/brightdata-tools.mdx | 1 + .../web-scraping/browserbaseloadtool.mdx | 1 + .../firecrawlcrawlwebsitetool.mdx | 1 + .../firecrawlscrapewebsitetool.mdx | 1 + .../web-scraping/firecrawlsearchtool.mdx | 1 + .../web-scraping/hyperbrowserloadtool.mdx | 1 + docs/en/tools/web-scraping/overview.mdx | 1 + .../web-scraping/oxylabsscraperstool.mdx | 1 + .../scrapeelementfromwebsitetool.mdx | 1 + .../web-scraping/scrapegraphscrapetool.mdx | 1 + .../tools/web-scraping/scrapewebsitetool.mdx | 1 + .../tools/web-scraping/scrapflyscrapetool.mdx | 1 + .../web-scraping/seleniumscrapingtool.mdx | 1 + .../web-scraping/serperscrapewebsitetool.mdx | 1 + docs/en/tools/web-scraping/spidertool.mdx | 1 + docs/en/tools/web-scraping/stagehandtool.mdx | 1 + docs/index.mdx | 96 + docs/ko/api-reference/inputs.mdx | 1 + docs/ko/api-reference/introduction.mdx | 1 + docs/ko/api-reference/kickoff.mdx | 1 + docs/ko/api-reference/status.mdx | 1 + docs/ko/changelog.mdx | 1855 ++++++++++++++++ docs/ko/concepts/agents.mdx | 1 + docs/ko/concepts/cli.mdx | 24 +- docs/ko/concepts/collaboration.mdx | 1 + docs/ko/concepts/crews.mdx | 1 + docs/ko/concepts/event-listener.mdx | 1 + docs/ko/concepts/flows.mdx | 1 + docs/ko/concepts/knowledge.mdx | 1 + docs/ko/concepts/llms.mdx | 1 + docs/ko/concepts/memory.mdx | 1 + docs/ko/concepts/planning.mdx | 1 + docs/ko/concepts/processes.mdx | 1 + docs/ko/concepts/reasoning.mdx | 1 + docs/ko/concepts/tasks.mdx | 1 + docs/ko/concepts/testing.mdx | 1 + docs/ko/concepts/tools.mdx | 1 + docs/ko/concepts/training.mdx | 1 + .../features/agent-repositories.mdx | 1 + .../features/hallucination-guardrail.mdx | 1 + docs/ko/enterprise/features/integrations.mdx | 1 + docs/ko/enterprise/features/rbac.mdx | 1 + .../enterprise/features/tool-repository.mdx | 1 + docs/ko/enterprise/features/traces.mdx | 1 + .../enterprise/features/webhook-streaming.mdx | 1 + .../enterprise/guides/automation-triggers.mdx | 1 + .../enterprise/guides/azure-openai-setup.mdx | 1 + docs/ko/enterprise/guides/build-crew.mdx | 1 + docs/ko/enterprise/guides/deploy-crew.mdx | 1 + .../enterprise/guides/enable-crew-studio.mdx | 1 + docs/ko/enterprise/guides/hubspot-trigger.mdx | 1 + .../enterprise/guides/human-in-the-loop.mdx | 1 + docs/ko/enterprise/guides/kickoff-crew.mdx | 1 + .../guides/react-component-export.mdx | 1 + .../enterprise/guides/salesforce-trigger.mdx | 1 + docs/ko/enterprise/guides/slack-trigger.mdx | 1 + docs/ko/enterprise/guides/team-management.mdx | 1 + docs/ko/enterprise/guides/update-crew.mdx | 1 + .../enterprise/guides/webhook-automation.mdx | 3 + docs/ko/enterprise/guides/zapier-trigger.mdx | 1 + docs/ko/enterprise/integrations/asana.mdx | 1 + docs/ko/enterprise/integrations/box.mdx | 1 + docs/ko/enterprise/integrations/clickup.mdx | 1 + docs/ko/enterprise/integrations/github.mdx | 1 + docs/ko/enterprise/integrations/gmail.mdx | 1 + .../integrations/google_calendar.mdx | 1 + .../enterprise/integrations/google_sheets.mdx | 1 + docs/ko/enterprise/integrations/hubspot.mdx | 1 + docs/ko/enterprise/integrations/jira.mdx | 1 + docs/ko/enterprise/integrations/linear.mdx | 1 + docs/ko/enterprise/integrations/notion.mdx | 1 + .../ko/enterprise/integrations/salesforce.mdx | 1 + docs/ko/enterprise/integrations/shopify.mdx | 1 + docs/ko/enterprise/integrations/slack.mdx | 1 + docs/ko/enterprise/integrations/stripe.mdx | 1 + docs/ko/enterprise/integrations/zendesk.mdx | 1 + docs/ko/enterprise/introduction.mdx | 1 + .../resources/frequently-asked-questions.mdx | 1 + docs/ko/examples/cookbooks.mdx | 1 + docs/ko/examples/example.mdx | 1 + .../guides/advanced/customizing-prompts.mdx | 1 + docs/ko/guides/advanced/fingerprinting.mdx | 1 + .../agents/crafting-effective-agents.mdx | 1 + .../guides/concepts/evaluating-use-cases.mdx | 1 + docs/ko/guides/crews/first-crew.mdx | 1 + docs/ko/guides/flows/first-flow.mdx | 1 + docs/ko/guides/flows/mastering-flow-state.mdx | 1 + docs/ko/installation.mdx | 1 + docs/ko/introduction.mdx | 1 + .../learn/before-and-after-kickoff-hooks.mdx | 1 + docs/ko/learn/bring-your-own-agent.mdx | 1 + docs/ko/learn/coding-agents.mdx | 1 + docs/ko/learn/conditional-tasks.mdx | 1 + docs/ko/learn/create-custom-tools.mdx | 1 + docs/ko/learn/custom-llm.mdx | 1 + docs/ko/learn/custom-manager-agent.mdx | 1 + docs/ko/learn/customizing-agents.mdx | 1 + docs/ko/learn/dalle-image-generation.mdx | 1 + docs/ko/learn/force-tool-output-as-result.mdx | 1 + docs/ko/learn/hierarchical-process.mdx | 1 + docs/ko/learn/human-in-the-loop.mdx | 1 + docs/ko/learn/human-input-on-execution.mdx | 1 + docs/ko/learn/kickoff-async.mdx | 1 + docs/ko/learn/kickoff-for-each.mdx | 1 + docs/ko/learn/llm-connections.mdx | 1 + docs/ko/learn/llm-selection-guide.mdx | 1 + docs/ko/learn/multimodal-agents.mdx | 1 + docs/ko/learn/overview.mdx | 1 + .../replay-tasks-from-latest-crew-kickoff.mdx | 1 + docs/ko/learn/sequential-process.mdx | 1 + docs/ko/learn/using-annotations.mdx | 1 + docs/ko/mcp/multiple-servers.mdx | 1 + docs/ko/mcp/overview.mdx | 1 + docs/ko/mcp/security.mdx | 1 + docs/ko/mcp/sse.mdx | 1 + docs/ko/mcp/stdio.mdx | 1 + docs/ko/mcp/streamable-http.mdx | 1 + docs/ko/observability/arize-phoenix.mdx | 1 + docs/ko/observability/langdb.mdx | 1 + docs/ko/observability/langfuse.mdx | 1 + docs/ko/observability/langtrace.mdx | 1 + docs/ko/observability/maxim.mdx | 1 + docs/ko/observability/mlflow.mdx | 1 + docs/ko/observability/neatlogs.mdx | 1 + docs/ko/observability/openlit.mdx | 1 + docs/ko/observability/opik.mdx | 1 + docs/ko/observability/overview.mdx | 1 + docs/ko/observability/patronus-evaluation.mdx | 1 + docs/ko/observability/portkey.mdx | 1 + docs/ko/observability/weave.mdx | 1 + docs/ko/quickstart.mdx | 1 + docs/ko/telemetry.mdx | 1 + docs/ko/tools/ai-ml/aimindtool.mdx | 1 + docs/ko/tools/ai-ml/codeinterpretertool.mdx | 1 + docs/ko/tools/ai-ml/dalletool.mdx | 1 + docs/ko/tools/ai-ml/langchaintool.mdx | 1 + docs/ko/tools/ai-ml/llamaindextool.mdx | 1 + docs/ko/tools/ai-ml/overview.mdx | 1 + docs/ko/tools/ai-ml/ragtool.mdx | 1 + docs/ko/tools/ai-ml/visiontool.mdx | 1 + docs/ko/tools/automation/apifyactorstool.mdx | 1 + docs/ko/tools/automation/composiotool.mdx | 1 + docs/ko/tools/automation/multiontool.mdx | 1 + docs/ko/tools/automation/overview.mdx | 1 + .../ko/tools/automation/zapieractionstool.mdx | 1 + .../cloud-storage/bedrockinvokeagenttool.mdx | 1 + .../cloud-storage/bedrockkbretriever.mdx | 1 + docs/ko/tools/cloud-storage/overview.mdx | 1 + docs/ko/tools/cloud-storage/s3readertool.mdx | 1 + docs/ko/tools/cloud-storage/s3writertool.mdx | 1 + .../database-data/mongodbvectorsearchtool.mdx | 1 + docs/ko/tools/database-data/mysqltool.mdx | 1 + docs/ko/tools/database-data/nl2sqltool.mdx | 1 + docs/ko/tools/database-data/overview.mdx | 1 + docs/ko/tools/database-data/pgsearchtool.mdx | 1 + .../database-data/qdrantvectorsearchtool.mdx | 1 + .../database-data/singlestoresearchtool.mdx | 1 + .../database-data/snowflakesearchtool.mdx | 1 + .../weaviatevectorsearchtool.mdx | 1 + docs/ko/tools/file-document/csvsearchtool.mdx | 1 + .../tools/file-document/directoryreadtool.mdx | 1 + .../file-document/directorysearchtool.mdx | 1 + .../ko/tools/file-document/docxsearchtool.mdx | 1 + docs/ko/tools/file-document/filereadtool.mdx | 1 + docs/ko/tools/file-document/filewritetool.mdx | 1 + .../ko/tools/file-document/jsonsearchtool.mdx | 1 + docs/ko/tools/file-document/mdxsearchtool.mdx | 1 + docs/ko/tools/file-document/ocrtool.mdx | 1 + docs/ko/tools/file-document/overview.mdx | 1 + .../file-document/pdf-text-writing-tool.mdx | 1 + docs/ko/tools/file-document/pdfsearchtool.mdx | 1 + docs/ko/tools/file-document/txtsearchtool.mdx | 1 + docs/ko/tools/file-document/xmlsearchtool.mdx | 1 + docs/ko/tools/overview.mdx | 16 +- .../tools/search-research/arxivpapertool.mdx | 1 + .../tools/search-research/bravesearchtool.mdx | 1 + .../search-research/codedocssearchtool.mdx | 1 + .../search-research/databricks-query-tool.mdx | 1 + .../tools/search-research/exasearchtool.mdx | 1 + .../search-research/githubsearchtool.mdx | 1 + .../search-research/linkupsearchtool.mdx | 1 + docs/ko/tools/search-research/overview.mdx | 1 + .../serpapi-googlesearchtool.mdx | 1 + .../serpapi-googleshoppingtool.mdx | 1 + .../tools/search-research/serperdevtool.mdx | 1 + .../search-research/tavilyextractortool.mdx | 1 + .../search-research/tavilysearchtool.mdx | 1 + .../search-research/websitesearchtool.mdx | 1 + .../youtubechannelsearchtool.mdx | 1 + .../youtubevideosearchtool.mdx | 1 + .../tools/web-scraping/brightdata-tools.mdx | 1 + .../web-scraping/browserbaseloadtool.mdx | 1 + .../firecrawlcrawlwebsitetool.mdx | 1 + .../firecrawlscrapewebsitetool.mdx | 1 + .../web-scraping/firecrawlsearchtool.mdx | 1 + .../web-scraping/hyperbrowserloadtool.mdx | 1 + docs/ko/tools/web-scraping/overview.mdx | 1 + .../web-scraping/oxylabsscraperstool.mdx | 1 + .../scrapeelementfromwebsitetool.mdx | 1 + .../web-scraping/scrapegraphscrapetool.mdx | 1 + .../tools/web-scraping/scrapewebsitetool.mdx | 1 + .../tools/web-scraping/scrapflyscrapetool.mdx | 1 + .../web-scraping/seleniumscrapingtool.mdx | 1 + .../web-scraping/serperscrapewebsitetool.mdx | 1 + docs/ko/tools/web-scraping/spidertool.mdx | 1 + docs/ko/tools/web-scraping/stagehandtool.mdx | 1 + docs/pt-BR/api-reference/inputs.mdx | 1 + docs/pt-BR/api-reference/introduction.mdx | 1 + docs/pt-BR/api-reference/kickoff.mdx | 1 + docs/pt-BR/api-reference/status.mdx | 1 + docs/pt-BR/changelog.mdx | 1888 +++++++++++++++++ docs/pt-BR/concepts/agents.mdx | 1 + docs/pt-BR/concepts/cli.mdx | 24 +- docs/pt-BR/concepts/collaboration.mdx | 1 + docs/pt-BR/concepts/crews.mdx | 1 + docs/pt-BR/concepts/event-listener.mdx | 1 + docs/pt-BR/concepts/flows.mdx | 1 + docs/pt-BR/concepts/knowledge.mdx | 1 + docs/pt-BR/concepts/llms.mdx | 1 + docs/pt-BR/concepts/memory.mdx | 1 + docs/pt-BR/concepts/planning.mdx | 1 + docs/pt-BR/concepts/processes.mdx | 1 + docs/pt-BR/concepts/reasoning.mdx | 1 + docs/pt-BR/concepts/tasks.mdx | 1 + docs/pt-BR/concepts/testing.mdx | 1 + docs/pt-BR/concepts/tools.mdx | 1 + docs/pt-BR/concepts/training.mdx | 1 + .../features/hallucination-guardrail.mdx | 1 + .../enterprise/features/integrations.mdx | 1 + docs/pt-BR/enterprise/features/rbac.mdx | 1 + .../enterprise/features/tool-repository.mdx | 1 + docs/pt-BR/enterprise/features/traces.mdx | 1 + .../enterprise/features/webhook-streaming.mdx | 1 + .../enterprise/guides/automation-triggers.mdx | 1 + .../enterprise/guides/azure-openai-setup.mdx | 1 + docs/pt-BR/enterprise/guides/build-crew.mdx | 1 + docs/pt-BR/enterprise/guides/deploy-crew.mdx | 1 + .../enterprise/guides/enable-crew-studio.mdx | 1 + .../enterprise/guides/hubspot-trigger.mdx | 1 + .../enterprise/guides/human-in-the-loop.mdx | 1 + docs/pt-BR/enterprise/guides/kickoff-crew.mdx | 1 + .../guides/react-component-export.mdx | 1 + .../enterprise/guides/salesforce-trigger.mdx | 1 + .../pt-BR/enterprise/guides/slack-trigger.mdx | 1 + .../enterprise/guides/team-management.mdx | 1 + docs/pt-BR/enterprise/guides/update-crew.mdx | 1 + .../enterprise/guides/webhook-automation.mdx | 3 + .../enterprise/guides/zapier-trigger.mdx | 1 + docs/pt-BR/enterprise/integrations/asana.mdx | 1 + docs/pt-BR/enterprise/integrations/box.mdx | 1 + .../pt-BR/enterprise/integrations/clickup.mdx | 1 + docs/pt-BR/enterprise/integrations/github.mdx | 1 + docs/pt-BR/enterprise/integrations/gmail.mdx | 1 + .../integrations/google_calendar.mdx | 1 + .../enterprise/integrations/google_sheets.mdx | 1 + .../pt-BR/enterprise/integrations/hubspot.mdx | 1 + docs/pt-BR/enterprise/integrations/jira.mdx | 1 + docs/pt-BR/enterprise/integrations/linear.mdx | 1 + docs/pt-BR/enterprise/integrations/notion.mdx | 1 + .../enterprise/integrations/salesforce.mdx | 1 + .../pt-BR/enterprise/integrations/shopify.mdx | 1 + docs/pt-BR/enterprise/integrations/slack.mdx | 1 + docs/pt-BR/enterprise/integrations/stripe.mdx | 1 + .../pt-BR/enterprise/integrations/zendesk.mdx | 1 + docs/pt-BR/enterprise/introduction.mdx | 1 + .../resources/frequently-asked-questions.mdx | 1 + docs/pt-BR/examples/cookbooks.mdx | 1 + docs/pt-BR/examples/example.mdx | 1 + .../guides/advanced/customizing-prompts.mdx | 1 + docs/pt-BR/guides/advanced/fingerprinting.mdx | 1 + .../agents/crafting-effective-agents.mdx | 1 + .../guides/concepts/evaluating-use-cases.mdx | 1 + docs/pt-BR/guides/crews/first-crew.mdx | 1 + docs/pt-BR/guides/flows/first-flow.mdx | 1 + .../guides/flows/mastering-flow-state.mdx | 1 + docs/pt-BR/installation.mdx | 1 + docs/pt-BR/introduction.mdx | 1 + .../learn/before-and-after-kickoff-hooks.mdx | 1 + docs/pt-BR/learn/bring-your-own-agent.mdx | 1 + docs/pt-BR/learn/coding-agents.mdx | 1 + docs/pt-BR/learn/conditional-tasks.mdx | 1 + docs/pt-BR/learn/create-custom-tools.mdx | 1 + docs/pt-BR/learn/custom-llm.mdx | 1 + docs/pt-BR/learn/custom-manager-agent.mdx | 1 + docs/pt-BR/learn/customizing-agents.mdx | 1 + docs/pt-BR/learn/dalle-image-generation.mdx | 1 + .../learn/force-tool-output-as-result.mdx | 1 + docs/pt-BR/learn/hierarchical-process.mdx | 1 + docs/pt-BR/learn/human-in-the-loop.mdx | 1 + docs/pt-BR/learn/human-input-on-execution.mdx | 1 + docs/pt-BR/learn/kickoff-async.mdx | 1 + docs/pt-BR/learn/kickoff-for-each.mdx | 1 + docs/pt-BR/learn/llm-connections.mdx | 1 + docs/pt-BR/learn/llm-selection-guide.mdx | 1 + docs/pt-BR/learn/multimodal-agents.mdx | 1 + docs/pt-BR/learn/overview.mdx | 1 + .../replay-tasks-from-latest-crew-kickoff.mdx | 1 + docs/pt-BR/learn/sequential-process.mdx | 1 + docs/pt-BR/learn/using-annotations.mdx | 1 + docs/pt-BR/mcp/multiple-servers.mdx | 1 + docs/pt-BR/mcp/overview.mdx | 1 + docs/pt-BR/mcp/security.mdx | 1 + docs/pt-BR/mcp/sse.mdx | 1 + docs/pt-BR/mcp/stdio.mdx | 1 + docs/pt-BR/mcp/streamable-http.mdx | 1 + docs/pt-BR/observability/arize-phoenix.mdx | 1 + docs/pt-BR/observability/langdb.mdx | 1 + docs/pt-BR/observability/langfuse.mdx | 1 + docs/pt-BR/observability/langtrace.mdx | 1 + docs/pt-BR/observability/maxim.mdx | 1 + docs/pt-BR/observability/mlflow.mdx | 1 + docs/pt-BR/observability/openlit.mdx | 1 + docs/pt-BR/observability/opik.mdx | 1 + docs/pt-BR/observability/overview.mdx | 1 + .../observability/patronus-evaluation.mdx | 1 + docs/pt-BR/observability/portkey.mdx | 1 + docs/pt-BR/observability/truefoundry.mdx | 1 + docs/pt-BR/observability/weave.mdx | 1 + docs/pt-BR/quickstart.mdx | 1 + docs/pt-BR/telemetry.mdx | 1 + docs/pt-BR/tools/ai-ml/aimindtool.mdx | 1 + .../pt-BR/tools/ai-ml/codeinterpretertool.mdx | 1 + docs/pt-BR/tools/ai-ml/dalletool.mdx | 1 + docs/pt-BR/tools/ai-ml/langchaintool.mdx | 1 + docs/pt-BR/tools/ai-ml/llamaindextool.mdx | 1 + docs/pt-BR/tools/ai-ml/overview.mdx | 1 + docs/pt-BR/tools/ai-ml/ragtool.mdx | 1 + docs/pt-BR/tools/ai-ml/visiontool.mdx | 1 + .../tools/automation/apifyactorstool.mdx | 1 + docs/pt-BR/tools/automation/composiotool.mdx | 1 + docs/pt-BR/tools/automation/multiontool.mdx | 1 + docs/pt-BR/tools/automation/overview.mdx | 1 + .../cloud-storage/bedrockinvokeagenttool.mdx | 1 + .../cloud-storage/bedrockkbretriever.mdx | 1 + docs/pt-BR/tools/cloud-storage/overview.mdx | 1 + .../tools/cloud-storage/s3readertool.mdx | 1 + .../tools/cloud-storage/s3writertool.mdx | 1 + docs/pt-BR/tools/database-data/mysqltool.mdx | 1 + docs/pt-BR/tools/database-data/nl2sqltool.mdx | 1 + docs/pt-BR/tools/database-data/overview.mdx | 1 + .../tools/database-data/pgsearchtool.mdx | 1 + .../database-data/qdrantvectorsearchtool.mdx | 1 + .../database-data/snowflakesearchtool.mdx | 1 + .../weaviatevectorsearchtool.mdx | 1 + .../tools/file-document/csvsearchtool.mdx | 1 + .../tools/file-document/directoryreadtool.mdx | 1 + .../file-document/directorysearchtool.mdx | 1 + .../tools/file-document/docxsearchtool.mdx | 1 + .../tools/file-document/filereadtool.mdx | 1 + .../tools/file-document/filewritetool.mdx | 1 + .../tools/file-document/jsonsearchtool.mdx | 1 + .../tools/file-document/mdxsearchtool.mdx | 1 + docs/pt-BR/tools/file-document/overview.mdx | 1 + .../tools/file-document/pdfsearchtool.mdx | 1 + .../tools/file-document/txtsearchtool.mdx | 1 + .../tools/file-document/xmlsearchtool.mdx | 1 + docs/pt-BR/tools/overview.mdx | 16 +- .../tools/search-research/bravesearchtool.mdx | 1 + .../search-research/codedocssearchtool.mdx | 1 + .../tools/search-research/exasearchtool.mdx | 1 + .../search-research/githubsearchtool.mdx | 1 + .../search-research/linkupsearchtool.mdx | 1 + docs/pt-BR/tools/search-research/overview.mdx | 1 + .../tools/search-research/serperdevtool.mdx | 1 + .../search-research/websitesearchtool.mdx | 1 + .../youtubechannelsearchtool.mdx | 1 + .../youtubevideosearchtool.mdx | 1 + .../web-scraping/browserbaseloadtool.mdx | 1 + .../firecrawlcrawlwebsitetool.mdx | 1 + .../firecrawlscrapewebsitetool.mdx | 1 + .../web-scraping/firecrawlsearchtool.mdx | 1 + .../web-scraping/hyperbrowserloadtool.mdx | 1 + docs/pt-BR/tools/web-scraping/overview.mdx | 1 + .../web-scraping/oxylabsscraperstool.mdx | 1 + .../scrapeelementfromwebsitetool.mdx | 1 + .../web-scraping/scrapegraphscrapetool.mdx | 1 + .../tools/web-scraping/scrapewebsitetool.mdx | 1 + .../tools/web-scraping/scrapflyscrapetool.mdx | 1 + .../web-scraping/seleniumscrapingtool.mdx | 1 + docs/pt-BR/tools/web-scraping/spidertool.mdx | 1 + .../tools/web-scraping/stagehandtool.mdx | 1 + 557 files changed, 6448 insertions(+), 86 deletions(-) create mode 100644 docs/en/changelog.mdx create mode 100644 docs/en/tools/tool-integrations/overview.mdx create mode 100644 docs/index.mdx create mode 100644 docs/ko/changelog.mdx create mode 100644 docs/pt-BR/changelog.mdx diff --git a/docs/docs.json b/docs/docs.json index e9b4c60bc..b6c641b15 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1,6 +1,6 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "mint", + "theme": "aspen", "name": "CrewAI", "colors": { "primary": "#EB6658", @@ -28,20 +28,21 @@ "icon": "discourse" }, { - "anchor": "Crew GPT", - "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", - "icon": "robot" + "anchor": "Blog", + "href": "https://blog.crewai.com", + "icon": "newspaper" }, { - "anchor": "Releases", - "href": "https://github.com/crewAIInc/crewAI/releases", - "icon": "tag" + "anchor": "CrewGPT", + "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", + "icon": "robot" } ] }, "tabs": [ { "tab": "Documentation", + "icon": "book-open", "groups": [ { "group": "Get Started", @@ -52,18 +53,22 @@ "pages": [ { "group": "Strategy", + "icon": "compass", "pages": ["en/guides/concepts/evaluating-use-cases"] }, { "group": "Agents", + "icon": "user", "pages": ["en/guides/agents/crafting-effective-agents"] }, { "group": "Crews", + "icon": "users", "pages": ["en/guides/crews/first-crew"] }, { "group": "Flows", + "icon": "code-branch", "pages": [ "en/guides/flows/first-flow", "en/guides/flows/mastering-flow-state" @@ -71,6 +76,7 @@ }, { "group": "Advanced", + "icon": "gear", "pages": [ "en/guides/advanced/customizing-prompts", "en/guides/advanced/fingerprinting" @@ -116,6 +122,7 @@ "en/tools/overview", { "group": "File & Document", + "icon": "folder-open", "pages": [ "en/tools/file-document/overview", "en/tools/file-document/filereadtool", @@ -135,6 +142,7 @@ }, { "group": "Web Scraping & Browsing", + "icon": "globe", "pages": [ "en/tools/web-scraping/overview", "en/tools/web-scraping/scrapewebsitetool", @@ -154,6 +162,7 @@ }, { "group": "Search & Research", + "icon": "magnifying-glass", "pages": [ "en/tools/search-research/overview", "en/tools/search-research/serperdevtool", @@ -175,6 +184,7 @@ }, { "group": "Database & Data", + "icon": "database", "pages": [ "en/tools/database-data/overview", "en/tools/database-data/mysqltool", @@ -189,6 +199,7 @@ }, { "group": "AI & Machine Learning", + "icon": "brain", "pages": [ "en/tools/ai-ml/overview", "en/tools/ai-ml/dalletool", @@ -202,16 +213,26 @@ }, { "group": "Cloud & Storage", + "icon": "cloud", "pages": [ "en/tools/cloud-storage/overview", "en/tools/cloud-storage/s3readertool", "en/tools/cloud-storage/s3writertool", - "en/tools/cloud-storage/bedrockinvokeagenttool", "en/tools/cloud-storage/bedrockkbretriever" ] }, { - "group": "Automation & Integration", + "group": "Integrations", + "icon": "plug", + "pages": [ + "en/tools/tool-integrations/overview", + "en/tools/tool-integrations/bedrockinvokeagenttool", + "en/tools/tool-integrations/crewaiautomationtool" + ] + }, + { + "group": "Automation", + "icon": "bolt", "pages": [ "en/tools/automation/overview", "en/tools/automation/apifyactorstool", @@ -273,6 +294,7 @@ }, { "tab": "Enterprise", + "icon": "briefcase", "groups": [ { "group": "Getting Started", @@ -339,6 +361,7 @@ }, { "tab": "API Reference", + "icon": "magnifying-glass", "groups": [ { "group": "Getting Started", @@ -353,12 +376,23 @@ }, { "tab": "Examples", + "icon": "code", "groups": [ { "group": "Examples", "pages": ["en/examples/example", "en/examples/cookbooks"] } ] + }, + { + "tab": "Changelog", + "icon": "clock", + "groups": [ + { + "group": "Release Notes", + "pages": ["en/changelog"] + } + ] } ] }, @@ -377,20 +411,21 @@ "icon": "discourse" }, { - "anchor": "Crew GPT", - "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", - "icon": "robot" + "anchor": "Blog", + "href": "https://blog.crewai.com", + "icon": "newspaper" }, { - "anchor": "Lançamentos", - "href": "https://github.com/crewAIInc/crewAI/releases", - "icon": "tag" + "anchor": "CrewGPT", + "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", + "icon": "robot" } ] }, "tabs": [ { "tab": "Documentação", + "icon": "book-open", "groups": [ { "group": "Começando", @@ -405,18 +440,22 @@ "pages": [ { "group": "Estratégia", + "icon": "compass", "pages": ["pt-BR/guides/concepts/evaluating-use-cases"] }, { "group": "Agentes", + "icon": "user", "pages": ["pt-BR/guides/agents/crafting-effective-agents"] }, { "group": "Crews", + "icon": "users", "pages": ["pt-BR/guides/crews/first-crew"] }, { "group": "Flows", + "icon": "code-branch", "pages": [ "pt-BR/guides/flows/first-flow", "pt-BR/guides/flows/mastering-flow-state" @@ -424,6 +463,7 @@ }, { "group": "Avançado", + "icon": "gear", "pages": [ "pt-BR/guides/advanced/customizing-prompts", "pt-BR/guides/advanced/fingerprinting" @@ -469,6 +509,7 @@ "pt-BR/tools/overview", { "group": "Arquivo & Documento", + "icon": "folder-open", "pages": [ "pt-BR/tools/file-document/overview", "pt-BR/tools/file-document/filereadtool", @@ -486,6 +527,7 @@ }, { "group": "Web Scraping & Navegação", + "icon": "globe", "pages": [ "pt-BR/tools/web-scraping/overview", "pt-BR/tools/web-scraping/scrapewebsitetool", @@ -504,6 +546,7 @@ }, { "group": "Pesquisa", + "icon": "magnifying-glass", "pages": [ "pt-BR/tools/search-research/overview", "pt-BR/tools/search-research/serperdevtool", @@ -519,6 +562,7 @@ }, { "group": "Dados", + "icon": "database", "pages": [ "pt-BR/tools/database-data/overview", "pt-BR/tools/database-data/mysqltool", @@ -531,6 +575,7 @@ }, { "group": "IA & Machine Learning", + "icon": "brain", "pages": [ "pt-BR/tools/ai-ml/overview", "pt-BR/tools/ai-ml/dalletool", @@ -544,16 +589,26 @@ }, { "group": "Cloud & Armazenamento", + "icon": "cloud", "pages": [ "pt-BR/tools/cloud-storage/overview", "pt-BR/tools/cloud-storage/s3readertool", "pt-BR/tools/cloud-storage/s3writertool", - "pt-BR/tools/cloud-storage/bedrockinvokeagenttool", "pt-BR/tools/cloud-storage/bedrockkbretriever" ] }, { - "group": "Automação & Integração", + "group": "Integrações", + "icon": "plug", + "pages": [ + "pt-BR/tools/tool-integrations/overview", + "pt-BR/tools/tool-integrations/bedrockinvokeagenttool", + "pt-BR/tools/tool-integrations/crewaiautomationtool" + ] + }, + { + "group": "Automação", + "icon": "bolt", "pages": [ "pt-BR/tools/automation/overview", "pt-BR/tools/automation/apifyactorstool", @@ -613,6 +668,7 @@ }, { "tab": "Enterprise", + "icon": "briefcase", "groups": [ { "group": "Começando", @@ -680,6 +736,7 @@ }, { "tab": "Referência da API", + "icon": "magnifying-glass", "groups": [ { "group": "Começando", @@ -694,12 +751,23 @@ }, { "tab": "Exemplos", + "icon": "code", "groups": [ { "group": "Exemplos", "pages": ["pt-BR/examples/example", "pt-BR/examples/cookbooks"] } ] + }, + { + "tab": "Notas de Versão", + "icon": "clock", + "groups": [ + { + "group": "Notas de Versão", + "pages": ["pt-BR/changelog"] + } + ] } ] }, @@ -718,20 +786,21 @@ "icon": "discourse" }, { - "anchor": "Crew GPT", - "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", - "icon": "robot" + "anchor": "블로그", + "href": "https://blog.crewai.com", + "icon": "newspaper" }, { - "anchor": "릴리스", - "href": "https://github.com/crewAIInc/crewAI/releases", - "icon": "tag" + "anchor": "CrewGPT", + "href": "https://chatgpt.com/g/g-qqTuUWsBY-crewai-assistant", + "icon": "robot" } ] }, "tabs": [ { "tab": "기술 문서", + "icon": "book-open", "groups": [ { "group": "시작 안내", @@ -742,18 +811,22 @@ "pages": [ { "group": "전략", + "icon": "compass", "pages": ["ko/guides/concepts/evaluating-use-cases"] }, { "group": "에이전트 (Agents)", + "icon": "user", "pages": ["ko/guides/agents/crafting-effective-agents"] }, { "group": "크루 (Crews)", + "icon": "users", "pages": ["ko/guides/crews/first-crew"] }, { "group": "플로우 (Flows)", + "icon": "code-branch", "pages": [ "ko/guides/flows/first-flow", "ko/guides/flows/mastering-flow-state" @@ -761,6 +834,7 @@ }, { "group": "고급", + "icon": "gear", "pages": [ "ko/guides/advanced/customizing-prompts", "ko/guides/advanced/fingerprinting" @@ -806,6 +880,7 @@ "ko/tools/overview", { "group": "파일 & 문서", + "icon": "folder-open", "pages": [ "ko/tools/file-document/overview", "ko/tools/file-document/filereadtool", @@ -825,6 +900,7 @@ }, { "group": "웹 스크래핑 & 브라우징", + "icon": "globe", "pages": [ "ko/tools/web-scraping/overview", "ko/tools/web-scraping/scrapewebsitetool", @@ -844,6 +920,7 @@ }, { "group": "검색 및 연구", + "icon": "magnifying-glass", "pages": [ "ko/tools/search-research/overview", "ko/tools/search-research/serperdevtool", @@ -865,6 +942,7 @@ }, { "group": "데이터베이스 & 데이터", + "icon": "database", "pages": [ "ko/tools/database-data/overview", "ko/tools/database-data/mysqltool", @@ -879,6 +957,7 @@ }, { "group": "인공지능 & 머신러닝", + "icon": "brain", "pages": [ "ko/tools/ai-ml/overview", "ko/tools/ai-ml/dalletool", @@ -892,6 +971,7 @@ }, { "group": "클라우드 & 스토리지", + "icon": "cloud", "pages": [ "ko/tools/cloud-storage/overview", "ko/tools/cloud-storage/s3readertool", @@ -901,7 +981,17 @@ ] }, { - "group": "자동화 & 통합", + "group": "통합", + "icon": "plug", + "pages": [ + "ko/tools/tool-integrations/overview", + "ko/tools/tool-integrations/bedrockinvokeagenttool", + "ko/tools/tool-integrations/crewaiautomationtool" + ] + }, + { + "group": "자동화", + "icon": "bolt", "pages": [ "ko/tools/automation/overview", "ko/tools/automation/apifyactorstool", @@ -962,6 +1052,7 @@ }, { "tab": "엔터프라이즈", + "icon": "briefcase", "groups": [ { "group": "시작 안내", @@ -1028,6 +1119,7 @@ }, { "tab": "API 레퍼런스", + "icon": "magnifying-glass", "groups": [ { "group": "시작 안내", @@ -1042,12 +1134,23 @@ }, { "tab": "예시", + "icon": "code", "groups": [ { "group": "예시", "pages": ["ko/examples/example", "ko/examples/cookbooks"] } ] + }, + { + "tab": "변경 로그", + "icon": "clock", + "groups": [ + { + "group": "릴리스 노트", + "pages": ["ko/changelog"] + } + ] } ] } @@ -1057,15 +1160,23 @@ "light": "/images/crew_only_logo.png", "dark": "/images/crew_only_logo.png" }, + "fonts": { + "family": "Inter" + }, "appearance": { - "default": "dark", - "strict": false + "default": "system", + "strict": false, + "layout": "sidenav" + }, + "background": { + "decoration": "grid" }, "navbar": { "links": [ { "label": "Start Cloud Trial", - "href": "https://app.crewai.com" + "href": "https://app.crewai.com", + "icon": "arrow-up-right-from-square" } ], "primary": { @@ -1084,7 +1195,20 @@ } }, "seo": { - "indexing": "all" + "indexing": "all", + "metatags": { + "og:type": "website", + "og:site_name": "CrewAI Documentation", + "og:image": "https://docs.crewai.com/images/crew_only_logo.png", + "twitter:card": "summary_large_image", + "twitter:site": "@crewAIInc", + "keywords": "AI agents, multi-agent systems, CrewAI, artificial intelligence, automation, Python framework, agent collaboration, AI workflows" + } + }, + "feedback": { + "enabled": true, + "thumbsRating": true, + "suggestEdit": true }, "redirects": [ { @@ -1105,7 +1229,7 @@ }, { "source": "/changelog", - "destination": "https://github.com/crewAIInc/crewAI/releases" + "destination": "/en/changelog" }, { "source": "/telemetry", diff --git a/docs/en/api-reference/inputs.mdx b/docs/en/api-reference/inputs.mdx index 0f177e5ad..9e0edd70f 100644 --- a/docs/en/api-reference/inputs.mdx +++ b/docs/en/api-reference/inputs.mdx @@ -2,6 +2,7 @@ title: "GET /inputs" description: "Get required inputs for your crew" openapi: "/enterprise-api.en.yaml GET /inputs" +mode: "wide" --- diff --git a/docs/en/api-reference/introduction.mdx b/docs/en/api-reference/introduction.mdx index af54d14b2..3ee25b14a 100644 --- a/docs/en/api-reference/introduction.mdx +++ b/docs/en/api-reference/introduction.mdx @@ -2,6 +2,7 @@ title: "Introduction" description: "Complete reference for the CrewAI Enterprise REST API" icon: "code" +mode: "wide" --- # CrewAI Enterprise API diff --git a/docs/en/api-reference/kickoff.mdx b/docs/en/api-reference/kickoff.mdx index 1a879f7df..103758d29 100644 --- a/docs/en/api-reference/kickoff.mdx +++ b/docs/en/api-reference/kickoff.mdx @@ -2,6 +2,7 @@ title: "POST /kickoff" description: "Start a crew execution" openapi: "/enterprise-api.en.yaml POST /kickoff" +mode: "wide" --- diff --git a/docs/en/api-reference/status.mdx b/docs/en/api-reference/status.mdx index a07894346..3110104a9 100644 --- a/docs/en/api-reference/status.mdx +++ b/docs/en/api-reference/status.mdx @@ -2,6 +2,7 @@ title: "GET /status/{kickoff_id}" description: "Get execution status" openapi: "/enterprise-api.en.yaml GET /status/{kickoff_id}" +mode: "wide" --- diff --git a/docs/en/changelog.mdx b/docs/en/changelog.mdx new file mode 100644 index 000000000..c86915f28 --- /dev/null +++ b/docs/en/changelog.mdx @@ -0,0 +1,1763 @@ +--- +title: "Changelog" +description: "Product updates, improvements, and bug fixes for CrewAI" +icon: "clock" +mode: "wide" +--- + + + ## v0.177.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.177.0) + + + ## Core Improvements & Fixes + + - Achieved parity between `rag` package and current implementation + - Enhanced LLM event handling with task and agent metadata + - Fixed mutable default arguments by replacing them with `None` + - Suppressed Pydantic deprecation warnings during initialization + - Fixed broken example link in `README.md` + - Removed Python 3.12+ only Ruff rules for compatibility + - Migrated CI workflows to use `uv` and updated dev tooling + + ## New Features & Enhancements + + - Added tracing improvements and cleanup + - Centralized event logic by moving `events` module to `crewai.events` + + ## Documentation & Guides + + - Updated Enterprise Action Auth Token section documentation + - Published documentation updates for `v0.175.0` release + + ## Cleanup & Refactoring + + - Refactored parser into modular functions for better structure + + + + + ## v0.175.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.175.0) + + + ## Core Improvements & Fixes + + - Fixed migration of the `tool` section during `crewai update` + - Reverted OpenAI pin: now requires `openai >=1.13.3` due to fixed import issues + - Fixed flaky tests and improved test stability + - Improved `Flow` listener resumability for HITL and cyclic flows + - Enhanced timeout handling in `PlusAPI` and `TraceBatchManager` + - Batched entity memory items to reduce redundant operations + + ## New Features & Enhancements + + - Added support for additional parameters in `Flow.start()` methods + - Displayed task names in verbose CLI output + - Added centralized embedding types and introduced a base embedding client + - Introduced generic clients for ChromaDB and Qdrant + - Added support for `crewai config reset` to clear tokens + - Enabled `crewai_trigger_payload` auto-injection + - Simplified RAG client initialization and introduced RAG configuration system + - Added Qdrant RAG provider support + - Improved tracing with better event data + - Added support to remove Auth0 and email entry on `crewai login` + + ## Documentation & Guides + + - Added documentation for automation triggers + - Fixed API Reference OpenAPI sources and redirects + - Added hybrid search alpha parameter to the docs + + ## Cleanup & Deprecations + + - Added deprecation notice for `Task.max_retries` + - Removed Auth0 dependency from login flow + + + + + ## v0.165.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.165.1) + + + ## Core Improvements & Fixes + + - Fixed compatibility in `XMLSearchTool` by converting config values to strings for `configparser` + - Fixed flaky Pytest test involving `PytestUnraisableExceptionWarning` + - Mocked telemetry in test suite for more stable CI runs + - Moved Chroma lockfile handling to `db_storage_path` + - Ignored deprecation warnings from `chromadb` + - Pinned OpenAI version `<1.100.0` due to `ResponseTextConfigParam` import issue + + ## New Features & Enhancements + + - Included exchanged agent messages into `ExternalMemory` metadata + - Automatically injected `crewai_trigger_payload` + - Renamed internal flag `inject_trigger_input` to `allow_crewai_trigger_context` + - Continued tracing improvements and ephemeral tracing logic + - Consolidated tracing logic conditions + - Added support for `agent_id`-linked memory entries in `Mem0` + + ## Documentation & Guides + + - Added example to Tool Repository docs + - Updated Mem0 documentation for Short-Term and Entity Memory integration + - Revised Korean translations and improved sentence structures + + ## Cleanup & Chores + + - Removed deprecated AgentOps integration + + + + + ## v0.165.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.165.0) + + + ## Core Improvements & Fixes + + - Fixed compatibility in `XMLSearchTool` by converting config values to strings for `configparser` + - Fixed flaky Pytest test involving `PytestUnraisableExceptionWarning` + - Mocked telemetry in test suite for more stable CI runs + - Moved Chroma lockfile handling to `db_storage_path` + - Ignored deprecation warnings from `chromadb` + - Pinned OpenAI version `<1.100.0` due to `ResponseTextConfigParam` import issue + + ## New Features & Enhancements + + - Included exchanged agent messages into `ExternalMemory` metadata + - Automatically injected `crewai_trigger_payload` + - Renamed internal flag `inject_trigger_input` to `allow_crewai_trigger_context` + - Continued tracing improvements and ephemeral tracing logic + - Consolidated tracing logic conditions + - Added support for `agent_id`-linked memory entries in `Mem0` + + ## Documentation & Guides + + - Added example to Tool Repository docs + - Updated Mem0 documentation for Short-Term and Entity Memory integration + - Revised Korean translations and improved sentence structures + + ## Cleanup & Chores + + - Removed deprecated AgentOps integration + + + + + ## v0.159.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.159.0) + + + ## Core Improvements & Fixes + + - Improved LLM message formatting performance for better runtime efficiency + - Fixed use of incorrect endpoint in enterprise configuration auth/parameters + - Commented out listener resumability check for stability during partial flow resumption + + ## New Features & Enhancements + + - Added `enterprise configure` command to CLI for streamlined enterprise setup + - Introduced partial flow resumability support + + ## Documentation & Guides + + - Added documentation for new tools + - Added Korean translations + - Updated documentation with TrueFoundry integration details + - Added RBAC documentation and general cleanup + - Fixed API reference and revamped examples/cookbooks across EN, PT-BR, and KO + + + + + ## v0.157.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.157.0) + + ## v0.157.0 What's Changed + + ## Core Improvements & Fixes + + - Enabled word wrapping for long input tool + - Allowed persisting Flow state with `BaseModel` entries + - Optimized string operations using `partition()` for performance + - Dropped support for deprecated User Memory system + - Bumped LiteLLM version to `1.74.9` + - Fixed CLI to show missing modules more clearly during import + - Supported device authorization with Okta + + ## New Features & Enhancements + + - Added `crewai config` CLI command group with tests + - Added default value support for `crew.name` + - Introduced initial tracing capabilities + - Added support for LangDB integration + - Added support for CLI configuration documentation + + ## Documentation & Guides + + - Updated MCP documentation with `connect_timeout` attribute + - Added LangDB integration documentation + - Added CLI config documentation + - General feature doc updates and cleanup + + + + + ## v0.152.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.152.0) + + + ## Core Improvements & Fixes + + - Removed `crewai signup` references and replaced them with `crewai login` + - Fixed support for adding memories to Mem0 using `agent_id` + - Changed the default value in Mem0 configuration + - Updated import error to show missing module files clearly + - Added timezone support to event timestamps + + ## New Features & Enhancements + + - Enhanced `Flow` class to support custom flow names + - Refactored RAG components into a dedicated top-level module + + ## Documentation & Guides + + - Fixed incorrect model naming in Google Vertex AI documentation + + + + + ## v0.150.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.150.0) + + + ## Core Improvements & Fixes + + - Used file lock around Chroma client initialization + - Removed workaround related to SQLite without FTS5 + - Dropped unsupported `stop` parameter for LLM models automatically + - Fixed `save` method and updated related test cases + - Fixed message handling for Ollama models when last message is from assistant + - Removed duplicate print on LLM call error + - Added deprecation notice to `UserMemory` + - Upgraded LiteLLM to version 1.74.3 + + ## New Features & Enhancements + + - Added support for ad-hoc tool calling via internal LLM class + - Updated Mem0 Storage from v1.1 to v2 + + ## Documentation & Guides + + - Fixed neatlogs documentation + - Added Tavily Search & Extractor tools to the Search-Research suite + - Added documentation for `SerperScrapeWebsiteTool` and reorganized Serper section + - General documentation updates and improvements + + ## crewai-tools v0.58.0 + ### New Tools / Enhancements + - **SerperScrapeWebsiteTool**: Added a tool for extracting clean content from URLs + - **Bedrock AgentCore**: Integrated browser and code interpreter toolkits for Bedrock agents + - **Stagehand Update**: Refactored and updated Stagehand integration + + ### Fixes & Cleanup + - **FTS5 Support**: Enabled SQLite FTS5 for improved text search in test workflows + - **Test Speedups**: Parallelized GitHub Actions test suite for faster CI runs + - **Cleanup**: Removed SQLite workaround due to FTS5 support being available + **MongoDBVectorSearchTool**: Fixed serialization and schema handling + + + + + ## v0.148.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.148.0) + + + ## Core Improvements & Fixes + + - Used production WorkOS environment ID + - Added SQLite FTS5 support to test workflow + - Fixed agent knowledge handling + - Compared using `BaseLLM` class instead of `LLM` + - Fixed missing `create_directory` parameter in `Task` class + + ## New Features & Enhancements + + - Introduced Agent evaluation functionality + - Added Evaluator experiment and regression testing methods + - Implemented thread-safe `AgentEvaluator` + - Enabled event emission for Agent evaluation + - Supported evaluation of single `Agent` and `LiteAgent` + - Added integration with `neatlogs` + - Added crew context tracking for LLM guardrail events + + ## Documentation & Guides + + - Added documentation for `guardrail` attributes and usage examples + - Added integration guide for `neatlogs` + - Updated documentation for Agent repository and `Agent.kickoff` usage + + + + + ## v0.141.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.141.0) + + + ## Core Improvements & Fixes + + - Sped up GitHub Actions tests through parallelization + + ## New Features & Enhancements + + - Added crew context tracking for LLM guardrail events + + ## Documentation & Guides + + - Added documentation for Agent repository usage + - Added documentation for `Agent.kickoff` method + + + + ## v0.140.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.140.0) + + + ## Core Improvements & Fixes + + - Fixed typo in test prompts + - Fixed project name normalization by stripping trailing slashes during crew creation + - Ensured environment variables are written in uppercase + - Updated LiteLLM dependency + - Refactored collection handling in `RAGStorage` + - Implemented PEP 621 dynamic versioning + + ## New Features & Enhancements + + - Added capability to track LLM calls by task and agent + - Introduced `MemoryEvents` to monitor memory usage + - Added console logging for memory system and LLM guardrail events + - Improved data training support for models up to 7B parameters + - Added Scarf and Reo.dev analytics tracking + - CLI workos login + + ## Documentation & Guides + + - Updated CLI LLM documentation + - Added Nebius integration to the docs + - Corrected typos in installation and pt-BR documentation + - Added docs about `MemoryEvents` + - Implemented docs redirects and included development tools + + + + ## v0.134.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.134.0) + + + ## Core Improvements & Fixes + + - Fixed tools parameter syntax + - Fixed type annotation in `Task` + - Fixed SSL error when retrieving LLM data from GitHub + - Ensured compatibility with Pydantic 2.7.x + - Removed `mkdocs` from project dependencies + - Upgraded Langfuse code examples to use Python SDK v3 + - Added sanitize role feature in `mem0` storage + - Improved Crew search during memory reset + - Improved console printer output + + ## New Features & Enhancements + + - Added support for initializing a tool from defined `Tool` attributes + - Added official way to use MCP Tools within a `CrewBase` + - Enhanced MCP tools support to allow selecting multiple tools per agent in `CrewBase` + - Added Oxylabs Web Scraping tools + + ## Documentation & Guides + + - Updated `quickstart.mdx` + - Added docs on `LLMGuardrail` events + - Updated documentation with comprehensive service integration details + - Updated recommendation filters for MCP and Enterprise tools + - Updated docs for Maxim observability + - Added pt-BR documentation translation + - General documentation improvements + + + + ## v0.130.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.130.0) + + + ## Core Improvements & Fixes + + - Removed duplicated message related to Tool result output + - Fixed missing `manager_agent` tokens in `usage_metrics` from kickoff + - Fixed telemetry singleton to respect dynamic environment variables + - Fixed issue where Flow status logs could hide human input + - Increased default X-axis spacing for flow plotting + + ## New Features & Enhancements + + - Added support for multi-org actions in the CLI + - Enabled async tool executions for more efficient workflows + - Introduced `LiteAgent` with Guardrail integration + - Upgraded `LiteLLM` to support latest OpenAI version + + ## Documentation & Guides + + - Documented minimum `UV` version for Tool repository + - Improved examples for Hallucination Guardrail + - Updated planning docs for LLM usage + - Added documentation for Maxim support in Agent observability + - Expanded integrations documentation with images for enterprise features + - Fixed guide on persistence + - Updated Python version support to support python 3.13.x + + + + ## v0.126.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.126.0) + + ### What’s Changed + + #### Core Improvements & Fixes + + - Added support for Python 3.13 + - Fixed agent knowledge sources issue + - Persisted available tools from a Tool repository + - Enabled tools to be loaded from Agent repository via their own module + - Logged usage of tools when called by an LLM + + #### New Features & Enhancements + + - Added streamable-http transport support in MCP integration + - Added support for community analytics + - Expanded OpenAI-compatible section with a Gemini example + - Introduced transparency features for prompts and memory systems + - Minor enhancements for Tool publishing + + #### Documentation & Guides + + - Major restructuring of docs for better navigation + - Expanded MCP integration documentation + - Updated memory docs and README visuals + - Fixed missing await keywords in async kickoff examples + - Updated Portkey and Azure embeddings documentation + - Added enterprise testing image to the LLM guide + - General updates to the README + + + + ## v0.121.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.121.1) + + Bug fixes and better docs + + + + ## v0.121.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.121.0) + + # What’s Changed + + ## Core Improvements & Fixes + + - Fixed encoding error when creating tools + - Fixed failing llama test + - Updated logging configuration for consistency + - Enhanced telemetry initialization and event handling + + ## New Features & Enhancements + + - Added markdown attribute to the Task class + - Added reasoning attribute to the Agent class + - Added inject_date flag to Agent for automatic date injection + - Implemented HallucinationGuardrail (no-op with test coverage) + + ## Documentation & Guides + + - Added documentation for StagehandTool and improved MDX structure + - Added documentation for MCP integration and updated enterprise docs + - Documented knowledge events and updated reasoning docs + - Added stop parameter documentation + - Fixed import references in doc examples (before_kickoff, after_kickoff) + - General docs updates and restructuring for clarity + + + + ## v0.120.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.120.1) + + ## Whats New + + * Fixes Interpolation with hyphens + + + + ## v0.120.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.120.0) + + + ### Core Improvements & Fixes + • Enabled full Ruff rule set by default for stricter linting + • Addressed race condition in FilteredStream using context managers + • Fixed agent knowledge reset issue + • Refactored agent fetching logic into utility module + + ### New Features & Enhancements + • Added support for loading an Agent directly from a repository + • Enabled setting an empty context for Task + • Enhanced Agent repository feedback and fixed Tool auto-import behavior + • Introduced direct initialization of knowledge (bypassing knowledge_sources) + + ### Documentation & Guides + • Updated security.md for current security practices + • Cleaned up Google setup section for clarity + • Added link to AI Studio when entering Gemini key + • Updated Arize Phoenix observability guide + • Refreshed flow documentation + + + + + ## v0.119.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.119.0) + + What’s Changed + + ## Core Improvements & Fixes + + - Improved test reliability by enhancing pytest handling for flaky tests + - Fixed memory reset crash when embedding dimensions mismatch + - Enabled parent flow identification for Crew and LiteAgent + - Prevented telemetry-related crashes when unavailable + - Upgraded LiteLLM version for better compatibility + - Fixed llama converter tests by removing skip_external_api + + ## New Features & Enhancements + + - Introduced knowledge retrieval prompt re-writting in Agent for improved tracking and debugging + - Made LLM setup and quickstart guides model-agnostic + + ## Documentation & Guides + + - Added advanced configuration docs for the RAG tool + - Updated Windows troubleshooting guide + - Refined documentation examples for better clarity + - Fixed typos across docs and config files + + + + ## v0.118.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.118.0) + + + ### Core Improvements & Fixes + + - Fixed issues with missing prompt or system templates. + - Removed global logging configuration to avoid unintended overrides. + - Renamed TaskGuardrail to LLMGuardrail for improved clarity. + - Downgraded litellm to version 1.167.1 for compatibility. + - Added missing __init__.py files to ensure proper module initialization. + + ### New Features & Enhancements + + - Added support for no-code Guardrail creation to simplify AI behavior controls. + + ### Documentation & Guides + + - Removed CrewStructuredTool from public documentation to reflect internal usage. + - Updated enterprise documentation and YouTube embed for improved onboarding experience. + + + + ## v0.117.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.117.1) + + * build: upgrade crewai-tools + * upgrade liteLLM to latest version + * Fix Mem0 OSS + + + + + ## v0.117.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.117.0) + + # What's Changed + + ## New Features & Enhancements + + - Added `result_as_answer` parameter support in `@tool` decorator. + - Introduced support for new language models: GPT-4.1, Gemini-2.0, and Gemini-2.5 Pro. + - Enhanced knowledge management capabilities. + - Added Huggingface provider option in CLI. + - Improved compatibility and CI support for Python 3.10+. + + ## Core Improvements & Fixes + + - Fixed issues with incorrect template parameters and missing inputs. + - Improved asynchronous flow handling with coroutine condition checks. + - Enhanced memory management with isolated configuration and correct memory object copying. + - Fixed initialization of lite agents with correct references. + - Addressed Python type hint issues and removed redundant imports. + - Updated event placement for improved tool usage tracking. + - Raised explicit exceptions when flows fail. + - Removed unused code and redundant comments from various modules. + - Updated GitHub App token action to v2. + + ## Documentation & Guides + + - Enhanced documentation structure, including enterprise deployment instructions. + - Automatically create output folders for documentation generation. + - Fixed broken link in `WeaviateVectorSearchTool` documentation. + - Fixed guardrail documentation usage and import paths for JSON search tools. + - Updated documentation for `CodeInterpreterTool`. + - Improved SEO, contextual navigation, and error handling for documentation pages. + + + + + ## v0.114.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.114.0) + + # What's Changed + + ## New Features & Enhancements + + - Agents as an atomic unit. (`Agent(...).kickoff()`) + - Support to Custom LLM implementations. + - Integrated External Memory and Opik observability. + - Enhanced YAML extraction. + - Multimodal agent validation. + - Added Secure fingerprints for agents and crews. + + ## Core Improvements & Fixes + + - Improved serialization, agent copying, and Python compatibility. + - Added wildcard support to emit() + - Added support for additional router calls and context window adjustments. + - Fixed typing issues, validation, and import statements. + - Improved method performance. + - Enhanced agent task handling, event emissions, and memory management. + - Fixed CLI issues, conditional tasks, cloning behavior, and tool outputs. + + ## Documentation & Guides + + - Improved documentation structure, theme, and organization. + - Added guides for Local NVIDIA NIM with WSL2, W&B Weave, and Arize Phoenix. + - Updated tool configuration examples, prompts, and observability docs. + - Guide on using singular agents within Flows + + + + ## v0.108.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.108.0) + + # Features + + - Converted tabs to spaces in crew.py template in PR #2190 + - Enhanced LLM Streaming Response Handling and Event System in PR #2266 + - Included model_name in PR #2310 + - Enhanced Event Listener with rich visualization and improved logging in PR #2321 + - Added fingerprints in PR #2332 + + # Bug Fixes + + - Fixed Mistral issues in PR #2308 + - Fixed a bug in documentation in PR #2370 + - Fixed type check error in fingerprint property in PR #2369 + + # Documentation Updates + + - Improved tool documentation in PR #2259 + - Updated installation guide for the uv tool package in PR #2196 + - Added instructions for upgrading crewAI with the uv tool in PR #2363 + - Added documentation for ApifyActorsTool in PR #2254 + + + + ## v0.105.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.105.0) + + **Core Improvements & Fixes** + - Fixed issues with missing template variables and user memory configuration. + - Improved async flow support and addressed agent response formatting. + - Enhanced memory reset functionality and fixed CLI memory commands. + - Fixed type issues, tool calling properties, and telemetry decoupling. + + **New Features & Enhancements** + - Added Flow state export and improved state utilities. + - Enhanced agent knowledge setup with optional crew embedder. + - Introduced event emitter for better observability and LLM call tracking. + - Added support for Python 3.10 and ChatOllama from langchain_ollama. + - Integrated context window size support for the o3-mini model. + - Added support for multiple router calls. + + **Documentation & Guides** + - Improved documentation layout and hierarchical structure. + - Added QdrantVectorSearchTool guide and clarified event listener usage. + - Fixed typos in prompts and updated Amazon Bedrock model listings. + + + + + ## v0.102.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.102.0) + + + ### Core Improvements & Fixes + + - Enhanced LLM Support: Improved structured LLM output, parameter handling, and formatting for Anthropic models. + - Crew & Agent Stability: Fixed issues with cloning agents/crews using knowledge sources, multiple task outputs in conditional tasks, and ignored Crew task callbacks. + - Memory & Storage Fixes: Fixed short-term memory handling with Bedrock, ensured correct embedder initialization, and added a reset memories function in the crew class. + - Training & Execution Reliability: Fixed broken training and interpolation issues with dict and list input types. + + ### New Features & Enhancements + + - Advanced Knowledge Management: Improved naming conventions and enhanced embedding configuration with custom embedder support. + - Expanded Logging & Observability: Added JSON format support for logging and integrated MLflow tracing documentation. + - Data Handling Improvements: Updated excel_knowledge_source.py to process multi-tab files. + - General Performance & Codebase Clean-Up: Streamlined enterprise code alignment and resolved linting issues. + - Adding new tool QdrantVectorSearchTool + + ### Documentation & Guides + + - Updated AI & Memory Docs: Improved Bedrock, Google AI, and long-term memory documentation. + - Task & Workflow Clarity: Added "Human Input" row to Task Attributes, Langfuse guide, and FileWriterTool documentation. + - Fixed Various Typos & Formatting Issues. + + ### Maintenance & Miscellaneous + + - Refined Google Docs integrations and task handling for the current year. + + + + + ## v0.100.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.100.0) + + * Feat: Add Composio docs + * Feat: Add SageMaker as a LLM provider + * Fix: Overall LLM connection issues + * Fix: Using safe accessors on training + * Fix: Add version check to crew_chat.py + * Docs: New docs for crewai chat + * Docs: Improve formatting and clarity in CLI and Composio Tool docs + + + + + ## v0.98.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.98.0) + + * Feat: Conversation crew v1 + * Feat: Add unique ID to flow states + * Feat: Add @persist decorator with FlowPersistence interface + * Integration: Add SambaNova integration + * Integration: Add NVIDIA NIM provider in cli + * Integration: Introducing VoyageAI + * Chore: Update date to current year in template + * Fix: Fix API Key Behavior and Entity Handling in Mem0 Integration + * Fix: Fixed core invoke loop logic and relevant tests + * Fix: Make tool inputs actual objects and not strings + * Fix: Add important missing parts to creating tools + * Fix: Drop litellm version to prevent windows issue + * Fix: Before kickoff if inputs are none + * Fix: TYPOS + * Fix: Nested pydantic model issue + * Fix: Docling issues + * Fix: union issue + * Docs updates + + + + + ## v0.95.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.95.0) + + * Feat: Adding Multimodal Abilities to Crew + * Feat: Programatic Guardrails + * Feat: HITL multiple rounds + * Feat: Gemini 2.0 Support + * Feat: CrewAI Flows Improvements + * Feat: Add Workflow Permissions + * Feat: Add support for langfuse with litellm + * Feat: Portkey Integration with CrewAI + * Feat: Add interpolate_only method and improve error handling + * Feat: Docling Support + * Feat: Weviate Support + * Fix: output_file not respecting system path + * Fix disk I/O error when resetting short-term memory. + * Fix: CrewJSONEncoder now accepts enums + * Fix: Python max version + * Fix: Interpolation for output_file in Task + * Fix: Handle coworker role name case/whitespace properly + * Fix: Add tiktoken as explicit dependency and document Rust requirement + * Fix: Include agent knowledge in planning process + * Fix: Change storage initialization to None for KnowledgeStorage + * Fix: Fix optional storage checks + * Fix: include event emitter in flows + * Fix: Docstring, Error Handling, and Type Hints Improvements + * Fix: Suppressed userWarnings from litellm pydantic issues + + + + + ## v0.86.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.86.0) + + * remove all references to pipeline and pipeline router + * docs: Add Nvidia NIM as provider in Custom LLM + * add knowledge demo + improve knowledge docs + * Brandon/cre 509 hitl multiple rounds of followup + * New docs about yaml crew with decorators. Simplify template crew + + + + ## v0.85.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.85.0) + + * Added knowledge to agent level + * Feat/remove langchain + * Improve typed task outputs + * Log in to Tool Repository on `crewai login` + * Fixes issues with result as answer not properly exiting LLM loop + * fix: missing key name when running with ollama provider + * fix spelling issue found + * Update readme for running mypy + * Add knowledge to mint.json + * Update Github actions + * Docs Update Agents docs to include two approaches for creating an agent + * Documentation Improvements: LLM Configuration and Usage + + + + ## v0.83.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.83.0) + + * New `before_kickoff` and `after_kickoff` crew callbacks + * Support to pre-seed agents with Knowledge + * Add support for retrieving user preferences and memories using Mem0 + * Fix Async Execution + * Upgrade chroma and adjust embedder function generator + * Update CLI Watson supported models + docs + * Reduce level for Bandit + * Fixing all tests + * Update Docs + + + + ## v0.80.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.80.0) + + * Fixing Tokens callback replacement bug + * Fixing Step callback issue + * Add cached prompt tokens info on usage metrics + * Fix crew_train_success test + + + + ## v0.79.4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.79.4) + + Series of small bug fixes around llms support + + + + ## v0.79.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.79.0) + + * Add inputs to flows + * Enhance log storage to support more data types + * Add support to IBM memory + * Add Watson as an option in CLI + * Add security.md file + * Replace .netrc with uv environment variables + * Move BaseTool to main package and centralize tool description generation + * Raise an error if an LLM doesnt return a response + * Fix flows to support cycles and added in test + * Update how we name crews and fix missing config + * Update docs + + + + ## v0.76.9 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.9) + + * Update plot command for flow to crewai flow plot + * Add tomli so we can support 3.10 + * Forward install command options to `uv sync` + * Improve tool text description and args + * Improve tooling and flow docs + * Update flows cli to allow you to easily add additional crews to a flow with crewai flow add-crew + * Fixed flows bug when using multiple start and listen(and_(..., ..., ...)) + + + + ## v0.76.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.2) + + Updating crewai create commadn + + + + ## v0.76.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.0) + + * fix/fixed missing API prompt + CLI docs update + * chore(readme): fixing step for 'running tests' in the contribution + * support unsafe code execution. add in docker install and running checks + * Fix memory imports for embedding functions by + + + + ## v0.75.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.75.1) + + new `--provider` option on crewai crewat + + + + ## v0.75.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.75.0) + + * Fixing test post training + * Simplify flows + * Adapt `crewai tool install ` + * Ensure original embedding config works + * Fix bugs + * Update docs - Including adding Cerebras LLM example configuration to LLM docs + * Drop unnecessary tests + + + + + ## v0.74.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.74.2) + + * feat: add poetry.lock to uv migration + * fix tool calling issue + + + + ## v0.74.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.74.0) + + - UV migration + - Adapt Tools CLI to UV + - Add warning from Poetry -> UV + - CLI to allow for model selection & submitting API keys + - New Memory Base + - Fix Linting and Warnings + - Update Docs + - Bug fixesh + + + + ## v0.70.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.70.1) + + * New Flow feature + * Flow visualizer + * Create `crewai create flow` command + * Create `crewai tool create ` command + * Add Git validations for publishing tools + * fix: JSON encoding date objects + * New Docs + * Update README + * Bug fixes + + + + ## v0.65.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.65.2) + + - Adding experimental Flows feature + - Fixing order of tasks bug + - Updating templates + + + + ## v0.64.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.64.0) + + - Ordering tasks properly + - Fixing summarization logic + - Fixing stop words logic + - Increases default max iterations to 20 + - Fix crew's key after input interpolation + - Fixing Training Feature + - Adding initial tools API + - TYPOS + - Updating Docs + + Fixes: #1359 #1355 #1353 #1356 and others + + + + ## v0.63.6 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.6) + + - Updating projects templates + + + + ## v0.63.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.5) + + - Bringing support to o1 family back, and any model that don't support stop words + - Updating dependencies + - Updating logs + - Updating docs + + + + ## v0.63.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.2) + + - Adding OPENAI_BASE_URL as fallback + - Adding proper LLM import + - Updating docs + + + + ## v0.63.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.1) + + - Small bug fix for support future CrewAI deploy + + + + ## v0.63.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.0) + + - New LLM class to interact with LLMs (leveraging LiteLLM) + - Adding support to custom memory interfaces + - Bringing GPT-4o-mini as the default model + - Updates Docs + - Updating dependencies + - Bug fixes + - Remove redundant task creation in `kickoff_for_each_async` + + + + ## v0.61.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.61.0) + + - Updating dependencies + - Printing max rpm message in different color + - Updating all cassettes for tests + - Always ending on a user message - to better support certain models like bedrock ones + - Overall small bug fixes + + + + ## v0.60.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.60.0) + + - Removing LangChain and Rebuilding Executor + - Get all of out tests back to green + - Adds the ability to not use system prompt use_system_prompt on the Agent + - Adds the ability to not use stop words (to support o1 models) use_stop_words on the Agent + - Sliding context window gets renamed to respect_context_window, and enable by default + - Delegation is now disabled by default + - Inner prompts were slightly changed as well + - Overall reliability and quality of results + - New support for: + - Number of max requests per minute + - A maximum number of iterations before giving a final answer + - Proper take advantage of system prompts + - Token calculation flow + - New logging of the crew and agent execution + + + + ## v0.55.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.55.2) + + * Adding ability for auto complete + * Add name and expected_output to TaskOutput + * New `crewai install` CLI + * New `crewai deploy` CLI + * Cleaning up of Pipeline feature + * Updated docs + * Dev experience improvements like bandit CI pipeline + * Fix bugs: + * Ability to use `planning_llm` + * Fix YAML based projects + * Fix Azure support + * Add support to Python 3.10 + * Moving away from Pydantic v1 + + + + + + ## v0.51.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.51.0) + + - crewAI Testing / Evaluation - https://docs.crewai.com/core-concepts/Testing/ + - Adding new sliding context window + - Allowing all attributes on YAML - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#customizing-your-project + - Adding initial Pipeline Structure - https://docs.crewai.com/core-concepts/Pipeline/ + - Ability to set LLM for planning step - https://docs.crewai.com/core-concepts/Planning/ + - New crew run command - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#running-your-project + - Saving file now dumps dict into JSON - https://docs.crewai.com/core-concepts/Tasks/#creating-directories-when-saving-files + - Using verbose settings for tool outputs + - Added new Github Templates + - New Vision tool - https://docs.crewai.com/tools/VisionTool/ + - New DALL-E Tool - https://docs.crewai.com/tools/DALL-ETool/ + - New MySQL tool - https://docs.crewai.com/tools/MySQLTool/ + - New NL2SQL Tool - https://docs.crewai.com/tools/NL2SQLTool.md + - Bug Fixes: + - Bug with planning feature output + - Async tasks for hierarchical process + - Better pydantic output for non OAI models + - JSON truncation issues + - Fix logging types + - Only import AgentOps if the Env Key is set + - Sanitize agent roles to ensure valid directory names (Windows) + - Tools name shouldn't contain space for OpenAI + - A bunch of minor issues + + + + ## v0.41.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.1) + + - Fix bug with planning feature + + + + ## v0.41.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.0) + + - **[Breaking Change]** Type Safe output + - All crews and tasks now return a proper object TaskOuput and CrewOutput + - **[Feature]** New planning feature for crews (plan before act) + - by adding planning=True to the Crew instance + - **[Feature]** Introduced Replay Feature + - New CLI that allow you to list the tasks from last run and replay from a specific one + - **[Feature]** Ability to reset memory + - You can clean your crew memory before running it again + - **[Feature]** Add retry feature for LLM calls + - You can retry llm calls and not stop the crew execution + - **[Feature]** Added ability to customize converter + - **[Tool]** Enhanced tools with type hinting and new attributes + - **[Tool]** Added MultiON Tool + - **[Tool]** Fixed filecrawl tools + - **[Tool]** Fixed bug in Scraping tool + - **[Tools]** Bumped crewAI-tools dependency to version + - **[Bugs]** General bug fixes and improvements + - **[Bugs]** Telemetry fixes + - **[Bugs]** Spell check corrections + - **[Docs]** Updated documentation + + + + ## v0.36.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.36.0) + + - Bug fix + - Updating Docs + - Updating native prompts + - Fixing TYPOs on the prompts + - Adding AgentOps native support + - Adding Firecrawl Tools + - Adding new ability to return a tool results as an agent result + - Improving coding Interpreter tool + - Adding new option to create your own corveter class (docs pending) + + + + ## v0.35.8 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.8) + + - fixing embechain dependency issue + + + + ## v0.35.7 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.7) + + - New @composiohq integration is out + - Documentation update + - Custom GPT Updated + - Adjusting manager verbosity level + - Bug fixes + + + + ## v0.35.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.5) + + - Fix embedchain dependency + + + + ## v0.35.4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.4) + + - Updating crewai create CLI to use the new version + + + + ## v0.35.3 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.3) + + - Code Execution Bug fixed + - Updating overall docs + - Bumping version of crewai-tools + - Bumping versions of many dependencies + - Overall bugfixes + + + + ## v0.35.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.0) + + - Your agents can now execute code + - Bring Any 3rd-party agent, LlamaIndex, LangChain and Autogen agents can all be part of your crew now! + - Train you crew before you execute it and get consistent results! New CLI `crewai train -n X` + - Bug fixes and docs updates (still missing some new docs updates coming soon) + + + + ## v0.32.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.2) + + - Updating `crewai create` CLI to use the new version + - Fixing delegation agent matching + + + + ## v0.32.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.0) + + - New `kickoff_for_each`, `kickoff_async` and `kickoff_for_each_async` methods for better control over the kickoff process + - Adding support for all LlamaIndex hub integrations + - Adding `usage_metrics` to full output or a crew + - Adding support to multiple crews on the new YAML format + - Updating dependencies + - Fixed Bugs and TYPOs + - Documentation updated + - Added search in docs + - Making gpt-4o the default model + - Adding new docs for LangTrace, Browserbase and Exa Search + - Adding timestamp to logging + + + + + + + ## v0.30.11 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.30.11) + + - Updating project generation template + + + + ## v0.30.8 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.8) + + - Updating dependencies + - Small bug fixes on crewAI project structure + - Removing custom YAML parser for now + + + + ## v0.30.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.5) + + - Making agent delegation more versatile for smaller models + + + + ## v0.30.4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.4) + + **Docs Update will follow** sorry about that and thank you for bearing with me, we are launching new docs soon! + + ➿ Fixing task callback + 🧙 Ability to set a specific agent as manager instead of having crew create your one + 📄 Ability to set system, prompt and response templates, so it works more reliable with opensource models (works better with smaller models) + 👨‍💻 Improving json and pydantic output (works better with smaller models) + 🔎 Improving tool name recognition (works better with smaller models) + 🧰 Improvements for tool usage (works better with smaller models) + 📃 Initial support to bring your own prompts + 2️⃣ Fixing duplicating token calculator metrics + 🪚 Adding couple new tools, Browserbase and Exa Search + 📁 Ability to create directory when saving as file + 🔁 Updating dependencies - double check tools + 📄 Overall small documentation improvements + 🐛 Smaller bug fixes (typos and such) + 👬 Fixing co-worker / coworker issues + 👀 Smaller Readme Updates + + + + + ## v0.28.8 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.28.8) + + - updating version used on crewai CLI + + + + ## v0.28.7 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.28.7) + + - Bug fixes + - Updating crewAI tool version with bug fixes + + + + ## v0.28.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.5) + + - Major Long term memory interpolation issue + - Updating tools package dependency with fixes + - Removing unnecessary certificate + + + + ## v0.28.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.2) + + - Major long term memory fix + + + + ## v0.28.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.1) + + - Updating crewai-tools to 0.1.15 + + + + ## v0.28.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.0) + + - Not overriding LLM callbacks + - Adding `max_execution_time` support + - Adding specific memory docs + - Moving tool usage logging color to purple from yellow + - Updating Docs + + + + ## v0.27.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.27.0) + + - 🧠 **Memory (shared crew memory)** - To enable it just add `memory=True` to your crew, it will work transparently and make outcomes better and more reliable, it's disable by default for now + - 🤚🏼 **Native Human Input Support:** [docs](https://docs.crewai.com/how-to/Human-Input-on-Execution/) + - 🌐 **Universal RAG Tools Support:** Any models, beyond just OpenAI. [Example](https://docs.crewai.com/tools/DirectorySearchTool/#custom-model-and-embeddings) + - 🔍 **Enhanced Cache Control:** Meet the ingenious cache_function attribute: [docs](https://docs.crewai.com/core-concepts/Tools/#custom-caching-mechanism) + - 🔁 **Updated crewai-tools Dependency:** Always in sync with the latest and greatest. + - ⛓️ **Cross Agent Delegation:** Smoother cooperation between agents. + - 💠 **Inner Prompt Improvements:** A finer conversational flow. + - 📝 **Improving tool usage with better parsing** + - 🔒 **Security improvements and updating dependencies** + - 📄 **Documentation improved** + - 🐛 **Bug fixes** + + + + ## v0.22.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.5) + + - Other minor import issues on the new templates + + + + ## v0.22.4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.4) + + Fixing template issues + + + + ## v0.22.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.2) + + - Fixing bug on the new cli template + - Guaranteeing tasks order on new cli template + + + + ## v0.22.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.0) + + - Adding initial CLI `crewai create` command + - Adding ability to agents and tasks to be defined using dictionaries + - Adding more clear agent logging + - Fixing bug Exceed maximum recursion depth bug + - Fixing docs + - Updating README + + + + ## v0.19.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.19.0) + + - Efficiency in tool usage +1023.21% + - Mean tools used +276% + - Tool errors slashed by 67%, more reliable than ever. + - Delegation capabilities enhanced + - Ability to fallback to function calling by setting `function_calling_llm` to Agent or Crew + - Ability to get crew execution metrics after `kickoff` with `crew.usage_metrics` + - Adding ability for inputs being passed in kickoff now `crew.kickoff(inputs: {'key': 'value})` + - Updating Docs + + + + ## v0.16.3 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.3) + + - Fixing overall bugs + - Making sure code is backwards compatible + + + + ## v0.16.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.0) + + - Removing lingering `crewai_tools` dependency + - Adding initial support for inputs interpolation (missing docs) + - Adding ability to track tools usage, tools error, formatting errors, tokens usage + - Updating README + + + + ## v0.14.4 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.4) + + - Updating timeouts + - Updating docs + - Removing crewai_tools as a mandatory + - Making agents memory-less by default for token count reduction (breaking change for people counting on this previously) + + + + ## v0.14.3 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.3) + + - Fixing broken docs link + - Adding support for agents without tools + - Avoid empty task outputs + + + + ## v0.14.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0) + + All improvements from the v0.14.0rc. + - Support to export json and pydantic from opensource models + + + + ## v0.14.0rc + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0rc0) + + - Adding support to crewai-tools + - Adding support to format tasks output as Pydantic Objects Or JSON + - Adding support to save tasks ouput to a file + - Improved reliability for inter agent delegation + - Revamp tools usage logic to proper use function calling + - Updating internal prompts + - Supporting tools with no arguments + - Bug fixes + + + + ## v0.11.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.2) + + - Adding further error logging so users understand what is happening if a tool fails + + + + ## v0.11.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.1) + + - It fixes a bug on the tool usage logic that was early caching the result even if there was an error on the usage, preventing it from using the tool again. + - It will also print any error message in red allowing the user to understand what was the problem with the tool. + + + + ## v0.11.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.0) + + - Ability to set `function_calling_llm` on both the entire crew and individual agents + - Some early attempts on cost reduction + - Improving function calling for tools + - Updates docs + + + + ## v0.10.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.10.0) + + - Ability to get `full_ouput` from crew kickoff with all tasks outputs + - Ability to set `step_callback` function for both Agents and Crews so you can get all intermediate steps + - Remembering Agent of the expected format after certain number of tool usages. + - New tool usage internals now using json, unlocking tools with multiple arguments + - Refactoring overall delegation logic, now way more reliable + - Fixed `max_inter` bug now properly forcing llm to answer as it gets to that + - Rebuilt caching structure, making sure multiple agents can use the same cache + - Refactoring Task repeated usage prevention logic + - Removing now unnecessary `CrewAgentOutputParser` + - Opt-in to share complete crew related data with the crewAI team + - Overall Docs update + + + + ## v0.5.5 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.5) + + - Overall doc + readme improvements + - Fixing RPM controller being set unnecessarily + - Adding early stage anonymous telemetry for lib improvement + + + + ## v0.5.3 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.3) + + - quick Fix for hierarchical manager + + + + ## v0.5.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.2) + + - Adding `manager_llm` for hierarchical process + - Improving `max_inter` and `max_rpm` logic + - Updating README and Docs + + + + ## v0.5.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.0) + + This new version bring a lot of new features and improvements to the library. + + ## Features + - Adding Task Callbacks. + - Adding support for Hierarchical process. + - Adding ability to references specific tasks in another task. + - Adding ability to parallel task execution. + + ## Improvements + - Revamping Max Iterations and Max Requests per Minute. + - Developer experience improvements, docstrings and such. + - Small improvements and TYPOs. + - Fix static typing errors. + - Updated README and Docs. + + + + + ## v0.1.32 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.32) + + - Moving to LangChain 0.1.0 + - Improving Prompts + - Adding ability to limit maximum number of iterations for an agent + - Adding ability to Request Per Minute throttling for both Agents and Crews + - Adding initial support for translations + - Adding Greek translation + - Improve code readability + - Starting new documentation with mkdocs + + + + ## v0.1.23 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.23) + + - Many Reliability improvements + - Prompt changes + - Initial changes for supporting multiple languages + - Fixing bug on task repeated execution + - Better execution error handling + - Updating READMe + + + + ## v0.1.14 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.14) + + - Adding tool caching a loop execution prevention. (@joaomdmoura) + - Adding more guidelines for Agent delegation. (@joaomdmoura) + - Updating to use new openai lib version. (@joaomdmoura) + - Adding verbose levels to the logger. (@joaomdmoura) + - Removing WIP code. (@joaomdmoura) + - A lot of developer quality of life improvements (Special thanks to @greysonlalonde). + - Updating to pydantic v2 (Special thanks to @greysonlalonde as well). + + + + + ## v0.1.2 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.2) + + - Adding ability to use other LLMs, not OpenAI + + + + ## v0.1.1 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.1) + + # CrewAI v0.1.1 Release Notes + + ## What's New + + - **Crew Verbose Mode**: Now allowing you to inspect a the tasks are being executed. + + - **README and Docs Updates**: A series of minor updates on the docs + + + + ## v0.1.0 + + [View release on GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.0) + + # CrewAI v0.1.0 Release Notes + + We are thrilled to announce the initial release of CrewAI, version 0.1.0! CrewAI is a framework designed to facilitate the orchestration of autonomous AI agents capable of role-playing and collaboration to accomplish complex tasks more efficiently. + + ## What's New + + - **Initial Launch**: CrewAI is now officially in the wild! This foundational release lays the groundwork for AI agents to work in tandem, each with its own specialized role and objectives. + + - **Role-Based Agent Design**: Define and customize agents with specific roles, goals, and the tools they need to succeed. + + - **Inter-Agent Delegation**: Agents are now equipped to autonomously delegate tasks, enabling dynamic distribution of workload among the team. + + - **Task Management**: Create and assign tasks dynamically with the flexibility to specify the tools needed for each task. + + - **Sequential Processes**: Set up your agents to tackle tasks one after the other, ensuring organized and predictable workflows. + + - **Documentation**: Start exploring CrewAI with our initial documentation that guides you through the setup and use of the framework. + + ## Enhancements + + - Detailed API documentation for the `Agent`, `Task`, `Crew`, and `Process` classes. + - Examples and tutorials to help you build your first CrewAI application. + - Basic setup for collaborative and delegation mechanisms among agents. + + ## Known Issues + + - As this is the first release, there may be undiscovered bugs and areas for optimization. We encourage the community to report any issues found during use. + + ## Upcoming Features + + - **Advanced Process Management**: In future releases, we will introduce more complex processes for task management including consensual and hierarchical workflows. + diff --git a/docs/en/concepts/agents.mdx b/docs/en/concepts/agents.mdx index 08691a7b7..c5d99983e 100644 --- a/docs/en/concepts/agents.mdx +++ b/docs/en/concepts/agents.mdx @@ -2,6 +2,7 @@ title: Agents description: Detailed guide on creating and managing agents within the CrewAI framework. icon: robot +mode: "wide" --- ## Overview of an Agent diff --git a/docs/en/concepts/cli.mdx b/docs/en/concepts/cli.mdx index f664ce949..2935b52a4 100644 --- a/docs/en/concepts/cli.mdx +++ b/docs/en/concepts/cli.mdx @@ -2,6 +2,7 @@ title: CLI description: Learn how to use the CrewAI CLI to interact with CrewAI. icon: terminal +mode: "wide" --- Since release 0.140.0, CrewAI Enterprise started a process of migrating their login provider. As such, the authentication flow via CLI was updated. Users that use Google to login, or that created their account after July 3rd, 2025 will be unable to log in with older versions of the `crewai` library. @@ -282,7 +283,7 @@ Watch this video tutorial for a step-by-step demonstration of deploying your cre allowfullscreen > -### 12. Login +### 11. Login Authenticate with CrewAI Enterprise using a secure device code flow (no email entry required). @@ -300,7 +301,7 @@ Notes: - After successful login, the CLI also attempts to authenticate to the Tool Repository automatically - If you reset your configuration, run `crewai login` again to re-authenticate -### 13. API Keys +### 12. API Keys When running ```crewai create crew``` command, the CLI will show you a list of available LLM providers to choose from, followed by model selection for your chosen provider. @@ -328,7 +329,7 @@ See the following link for each provider's key name: * [LiteLLM Providers](https://docs.litellm.ai/docs/providers) -### 14. Configuration Management +### 13. Configuration Management Manage CLI configuration settings for CrewAI. @@ -369,19 +370,15 @@ crewai config list ``` Example output: -``` -CrewAI CLI Configuration -┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ Setting ┃ Value ┃ Description ┃ -┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ -│ enterprise_base_url│ https://app.crewai.com │ Base URL of the CrewAI Enterprise instance │ -│ org_name │ Not set │ Name of the currently active organization │ -│ org_uuid │ Not set │ UUID of the currently active organization │ -│ oauth2_provider │ workos │ OAuth2 provider used for authentication (e.g., workos, okta, auth0). │ -│ oauth2_audience │ client_01YYY │ OAuth2 audience value, typically used to identify the target API or resource. │ -│ oauth2_client_id │ client_01XXX │ OAuth2 client ID issued by the provider, used during authentication requests. │ -│ oauth2_domain │ login.crewai.com │ OAuth2 provider's domain (e.g., your-org.auth0.com) used for issuing tokens. │ -``` +| Setting | Value | Description | +| :------------------ | :----------------------- | :---------------------------------------------------------- | +| enterprise_base_url | https://app.crewai.com | Base URL of the CrewAI Enterprise instance | +| org_name | Not set | Name of the currently active organization | +| org_uuid | Not set | UUID of the currently active organization | +| oauth2_provider | workos | OAuth2 provider (e.g., workos, okta, auth0) | +| oauth2_audience | client_01YYY | Audience identifying the target API/resource | +| oauth2_client_id | client_01XXX | OAuth2 client ID issued by the provider | +| oauth2_domain | login.crewai.com | Provider domain (e.g., your-org.auth0.com) | Set the enterprise base URL: ```shell Terminal diff --git a/docs/en/concepts/collaboration.mdx b/docs/en/concepts/collaboration.mdx index a8942db83..867db5b33 100644 --- a/docs/en/concepts/collaboration.mdx +++ b/docs/en/concepts/collaboration.mdx @@ -2,6 +2,7 @@ title: Collaboration description: How to enable agents to work together, delegate tasks, and communicate effectively within CrewAI teams. icon: screen-users +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/crews.mdx b/docs/en/concepts/crews.mdx index 75d2956d1..e20291d90 100644 --- a/docs/en/concepts/crews.mdx +++ b/docs/en/concepts/crews.mdx @@ -2,6 +2,7 @@ title: Crews description: Understanding and utilizing crews in the crewAI framework with comprehensive attributes and functionalities. icon: people-group +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/event-listener.mdx b/docs/en/concepts/event-listener.mdx index 49284252e..33550139d 100644 --- a/docs/en/concepts/event-listener.mdx +++ b/docs/en/concepts/event-listener.mdx @@ -2,6 +2,7 @@ title: 'Event Listeners' description: 'Tap into CrewAI events to build custom integrations and monitoring' icon: spinner +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/flows.mdx b/docs/en/concepts/flows.mdx index 675fe5c7c..f8278375c 100644 --- a/docs/en/concepts/flows.mdx +++ b/docs/en/concepts/flows.mdx @@ -2,6 +2,7 @@ title: Flows description: Learn how to create and manage AI workflows using CrewAI Flows. icon: arrow-progress +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/knowledge.mdx b/docs/en/concepts/knowledge.mdx index 1870155c0..8ebc0f3cd 100644 --- a/docs/en/concepts/knowledge.mdx +++ b/docs/en/concepts/knowledge.mdx @@ -2,6 +2,7 @@ title: Knowledge description: What is knowledge in CrewAI and how to use it. icon: book +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/llms.mdx b/docs/en/concepts/llms.mdx index 77bdcb9f6..1e04fb1cb 100644 --- a/docs/en/concepts/llms.mdx +++ b/docs/en/concepts/llms.mdx @@ -2,6 +2,7 @@ title: 'LLMs' description: 'A comprehensive guide to configuring and using Large Language Models (LLMs) in your CrewAI projects' icon: 'microchip-ai' +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/memory.mdx b/docs/en/concepts/memory.mdx index 632882d16..630c28b79 100644 --- a/docs/en/concepts/memory.mdx +++ b/docs/en/concepts/memory.mdx @@ -2,6 +2,7 @@ title: Memory description: Leveraging memory systems in the CrewAI framework to enhance agent capabilities. icon: database +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/planning.mdx b/docs/en/concepts/planning.mdx index b7d65cdbc..c1992718d 100644 --- a/docs/en/concepts/planning.mdx +++ b/docs/en/concepts/planning.mdx @@ -2,6 +2,7 @@ title: Planning description: Learn how to add planning to your CrewAI Crew and improve their performance. icon: ruler-combined +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/processes.mdx b/docs/en/concepts/processes.mdx index 6daa67a0f..b237ce737 100644 --- a/docs/en/concepts/processes.mdx +++ b/docs/en/concepts/processes.mdx @@ -2,6 +2,7 @@ title: Processes description: Detailed guide on workflow management through processes in CrewAI, with updated implementation details. icon: bars-staggered +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/reasoning.mdx b/docs/en/concepts/reasoning.mdx index c6890f71c..d37017f57 100644 --- a/docs/en/concepts/reasoning.mdx +++ b/docs/en/concepts/reasoning.mdx @@ -2,6 +2,7 @@ title: Reasoning description: "Learn how to enable and use agent reasoning to improve task execution." icon: brain +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/tasks.mdx b/docs/en/concepts/tasks.mdx index 722980c0d..ffb292209 100644 --- a/docs/en/concepts/tasks.mdx +++ b/docs/en/concepts/tasks.mdx @@ -2,6 +2,7 @@ title: Tasks description: Detailed guide on managing and creating tasks within the CrewAI framework. icon: list-check +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/testing.mdx b/docs/en/concepts/testing.mdx index 61d08e0e9..dbac110b4 100644 --- a/docs/en/concepts/testing.mdx +++ b/docs/en/concepts/testing.mdx @@ -2,6 +2,7 @@ title: Testing description: Learn how to test your CrewAI Crew and evaluate their performance. icon: vial +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/tools.mdx b/docs/en/concepts/tools.mdx index 0f01a2c3e..e23d2478e 100644 --- a/docs/en/concepts/tools.mdx +++ b/docs/en/concepts/tools.mdx @@ -2,6 +2,7 @@ title: Tools description: Understanding and leveraging tools within the CrewAI framework for agent collaboration and task execution. icon: screwdriver-wrench +mode: "wide" --- ## Overview diff --git a/docs/en/concepts/training.mdx b/docs/en/concepts/training.mdx index a70506ab7..6eff75772 100644 --- a/docs/en/concepts/training.mdx +++ b/docs/en/concepts/training.mdx @@ -2,6 +2,7 @@ title: Training description: Learn how to train your CrewAI agents by giving them feedback early on and get consistent results. icon: dumbbell +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/agent-repositories.mdx b/docs/en/enterprise/features/agent-repositories.mdx index 9c539f126..66f1ccc44 100644 --- a/docs/en/enterprise/features/agent-repositories.mdx +++ b/docs/en/enterprise/features/agent-repositories.mdx @@ -2,6 +2,7 @@ title: 'Agent Repositories' description: 'Learn how to use Agent Repositories to share and reuse your agents across teams and projects' icon: 'database' +mode: "wide" --- Agent Repositories allow enterprise users to store, share, and reuse agent definitions across teams and projects. This feature enables organizations to maintain a centralized library of standardized agents, promoting consistency and reducing duplication of effort. diff --git a/docs/en/enterprise/features/hallucination-guardrail.mdx b/docs/en/enterprise/features/hallucination-guardrail.mdx index 8a04cae1a..db11956d8 100644 --- a/docs/en/enterprise/features/hallucination-guardrail.mdx +++ b/docs/en/enterprise/features/hallucination-guardrail.mdx @@ -2,6 +2,7 @@ title: Hallucination Guardrail description: "Prevent and detect AI hallucinations in your CrewAI tasks" icon: "shield-check" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/integrations.mdx b/docs/en/enterprise/features/integrations.mdx index fd475ef39..c10e25fad 100644 --- a/docs/en/enterprise/features/integrations.mdx +++ b/docs/en/enterprise/features/integrations.mdx @@ -2,6 +2,7 @@ title: Integrations description: "Connected applications for your agents to take actions." icon: "plug" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/rbac.mdx b/docs/en/enterprise/features/rbac.mdx index 52ff41e5a..c6271c4a2 100644 --- a/docs/en/enterprise/features/rbac.mdx +++ b/docs/en/enterprise/features/rbac.mdx @@ -2,6 +2,7 @@ title: "Role-Based Access Control (RBAC)" description: "Control access to crews, tools, and data with roles, scopes, and granular permissions." icon: "shield" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/tool-repository.mdx b/docs/en/enterprise/features/tool-repository.mdx index 4f9ad064b..9a578e117 100644 --- a/docs/en/enterprise/features/tool-repository.mdx +++ b/docs/en/enterprise/features/tool-repository.mdx @@ -2,6 +2,7 @@ title: Tool Repository description: "Using the Tool Repository to manage your tools" icon: "toolbox" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/traces.mdx b/docs/en/enterprise/features/traces.mdx index 3e8ba961e..bb281bae3 100644 --- a/docs/en/enterprise/features/traces.mdx +++ b/docs/en/enterprise/features/traces.mdx @@ -2,6 +2,7 @@ title: Traces description: "Using Traces to monitor your Crews" icon: "timeline" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/features/webhook-streaming.mdx b/docs/en/enterprise/features/webhook-streaming.mdx index a78df6411..d7058956d 100644 --- a/docs/en/enterprise/features/webhook-streaming.mdx +++ b/docs/en/enterprise/features/webhook-streaming.mdx @@ -2,6 +2,7 @@ title: Webhook Streaming description: "Using Webhook Streaming to stream events to your webhook" icon: "webhook" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/guides/automation-triggers.mdx b/docs/en/enterprise/guides/automation-triggers.mdx index 6fe8c30ad..e46b46b4c 100644 --- a/docs/en/enterprise/guides/automation-triggers.mdx +++ b/docs/en/enterprise/guides/automation-triggers.mdx @@ -2,6 +2,7 @@ title: "Automation Triggers" description: "Automatically execute your CrewAI workflows when specific events occur in connected integrations" icon: "bolt" +mode: "wide" --- Automation triggers enable you to automatically run your CrewAI deployments when specific events occur in your connected integrations, creating powerful event-driven workflows that respond to real-time changes in your business systems. diff --git a/docs/en/enterprise/guides/azure-openai-setup.mdx b/docs/en/enterprise/guides/azure-openai-setup.mdx index 1bedd095b..0fd671bc8 100644 --- a/docs/en/enterprise/guides/azure-openai-setup.mdx +++ b/docs/en/enterprise/guides/azure-openai-setup.mdx @@ -2,6 +2,7 @@ title: "Azure OpenAI Setup" description: "Configure Azure OpenAI with Crew Studio for enterprise LLM connections" icon: "microsoft" +mode: "wide" --- This guide walks you through connecting Azure OpenAI with Crew Studio for seamless enterprise AI operations. diff --git a/docs/en/enterprise/guides/build-crew.mdx b/docs/en/enterprise/guides/build-crew.mdx index d403b80ed..f7b9be6d6 100644 --- a/docs/en/enterprise/guides/build-crew.mdx +++ b/docs/en/enterprise/guides/build-crew.mdx @@ -2,6 +2,7 @@ title: "Build Crew" description: "A Crew is a group of agents that work together to complete a task." icon: "people-arrows" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/guides/deploy-crew.mdx b/docs/en/enterprise/guides/deploy-crew.mdx index 4f2f90cc3..7d7d7ef1c 100644 --- a/docs/en/enterprise/guides/deploy-crew.mdx +++ b/docs/en/enterprise/guides/deploy-crew.mdx @@ -2,6 +2,7 @@ title: "Deploy Crew" description: "Deploying a Crew on CrewAI Enterprise" icon: "rocket" +mode: "wide" --- diff --git a/docs/en/enterprise/guides/enable-crew-studio.mdx b/docs/en/enterprise/guides/enable-crew-studio.mdx index 08f6d0b84..328cad261 100644 --- a/docs/en/enterprise/guides/enable-crew-studio.mdx +++ b/docs/en/enterprise/guides/enable-crew-studio.mdx @@ -2,6 +2,7 @@ title: "Enable Crew Studio" description: "Enabling Crew Studio on CrewAI Enterprise" icon: "comments" +mode: "wide" --- diff --git a/docs/en/enterprise/guides/hubspot-trigger.mdx b/docs/en/enterprise/guides/hubspot-trigger.mdx index 7836ea3bc..a5cd8a553 100644 --- a/docs/en/enterprise/guides/hubspot-trigger.mdx +++ b/docs/en/enterprise/guides/hubspot-trigger.mdx @@ -2,6 +2,7 @@ title: "HubSpot Trigger" description: "Trigger CrewAI crews directly from HubSpot Workflows" icon: "hubspot" +mode: "wide" --- This guide provides a step-by-step process to set up HubSpot triggers for CrewAI Enterprise, enabling you to initiate crews directly from HubSpot Workflows. diff --git a/docs/en/enterprise/guides/human-in-the-loop.mdx b/docs/en/enterprise/guides/human-in-the-loop.mdx index c3499298b..73399fa15 100644 --- a/docs/en/enterprise/guides/human-in-the-loop.mdx +++ b/docs/en/enterprise/guides/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "HITL Workflows" description: "Learn how to implement Human-In-The-Loop workflows in CrewAI for enhanced decision-making" icon: "user-check" +mode: "wide" --- Human-In-The-Loop (HITL) is a powerful approach that combines artificial intelligence with human expertise to enhance decision-making and improve task outcomes. This guide shows you how to implement HITL within CrewAI. diff --git a/docs/en/enterprise/guides/kickoff-crew.mdx b/docs/en/enterprise/guides/kickoff-crew.mdx index cf009b27c..243c2375f 100644 --- a/docs/en/enterprise/guides/kickoff-crew.mdx +++ b/docs/en/enterprise/guides/kickoff-crew.mdx @@ -2,6 +2,7 @@ title: "Kickoff Crew" description: "Kickoff a Crew on CrewAI Enterprise" icon: "flag-checkered" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/guides/react-component-export.mdx b/docs/en/enterprise/guides/react-component-export.mdx index fc0ed7132..8e811b2ee 100644 --- a/docs/en/enterprise/guides/react-component-export.mdx +++ b/docs/en/enterprise/guides/react-component-export.mdx @@ -2,6 +2,7 @@ title: "React Component Export" description: "Learn how to export and integrate CrewAI Enterprise React components into your applications" icon: "react" +mode: "wide" --- This guide explains how to export CrewAI Enterprise crews as React components and integrate them into your own applications. diff --git a/docs/en/enterprise/guides/salesforce-trigger.mdx b/docs/en/enterprise/guides/salesforce-trigger.mdx index 99383f462..aa3a526e8 100644 --- a/docs/en/enterprise/guides/salesforce-trigger.mdx +++ b/docs/en/enterprise/guides/salesforce-trigger.mdx @@ -2,6 +2,7 @@ title: "Salesforce Trigger" description: "Trigger CrewAI crews from Salesforce workflows for CRM automation" icon: "salesforce" +mode: "wide" --- CrewAI Enterprise can be triggered from Salesforce to automate customer relationship management workflows and enhance your sales operations. diff --git a/docs/en/enterprise/guides/slack-trigger.mdx b/docs/en/enterprise/guides/slack-trigger.mdx index c1cfa488f..8608c1a44 100644 --- a/docs/en/enterprise/guides/slack-trigger.mdx +++ b/docs/en/enterprise/guides/slack-trigger.mdx @@ -2,6 +2,7 @@ title: "Slack Trigger" description: "Trigger CrewAI crews directly from Slack using slash commands" icon: "slack" +mode: "wide" --- This guide explains how to start a crew directly from Slack using CrewAI triggers. diff --git a/docs/en/enterprise/guides/team-management.mdx b/docs/en/enterprise/guides/team-management.mdx index 3b883d756..a3cd3fd07 100644 --- a/docs/en/enterprise/guides/team-management.mdx +++ b/docs/en/enterprise/guides/team-management.mdx @@ -2,6 +2,7 @@ title: "Team Management" description: "Learn how to invite and manage team members in your CrewAI Enterprise organization" icon: "users" +mode: "wide" --- As an administrator of a CrewAI Enterprise account, you can easily invite new team members to join your organization. This guide will walk you through the process step-by-step. diff --git a/docs/en/enterprise/guides/update-crew.mdx b/docs/en/enterprise/guides/update-crew.mdx index 922063f99..b6aa9f74b 100644 --- a/docs/en/enterprise/guides/update-crew.mdx +++ b/docs/en/enterprise/guides/update-crew.mdx @@ -2,6 +2,7 @@ title: "Update Crew" description: "Updating a Crew on CrewAI Enterprise" icon: "pencil" +mode: "wide" --- diff --git a/docs/en/enterprise/guides/webhook-automation.mdx b/docs/en/enterprise/guides/webhook-automation.mdx index 8c355f1b7..2228b95ef 100644 --- a/docs/en/enterprise/guides/webhook-automation.mdx +++ b/docs/en/enterprise/guides/webhook-automation.mdx @@ -2,6 +2,7 @@ title: "Webhook Automation" description: "Automate CrewAI Enterprise workflows using webhooks with platforms like ActivePieces, Zapier, and Make.com" icon: "webhook" +mode: "wide" --- CrewAI Enterprise allows you to automate your workflow using webhooks. This article will guide you through the process of setting up and using webhooks to kickoff your crew execution, with a focus on integration with ActivePieces, a workflow automation platform similar to Zapier and Make.com. @@ -79,14 +80,24 @@ CrewAI Enterprise allows you to automate your workflow using webhooks. This arti ## Webhook Output Examples +**Note:** Any `meta` object provided in your kickoff request will be included in all webhook payloads, allowing you to track requests and maintain context across the entire crew execution lifecycle. + `stepWebhookUrl` - Callback that will be executed upon each agent inner thought ```json { - "action": "**Preliminary Research Report on the Financial Industry for crewai Enterprise Solution**\n1. Industry Overview and Trends\nThe financial industry in ....\nConclusion:\nThe financial industry presents a fertile ground for implementing AI solutions like crewai, particularly in areas such as digital customer engagement, risk management, and regulatory compliance. Further engagement with the lead is recommended to better tailor the crewai solution to their specific needs and scale.", - "task_id": "97eba64f-958c-40a0-b61c-625fe635a3c0" + "prompt": "Research the financial industry for potential AI solutions", + "thought": "I need to conduct preliminary research on the financial industry", + "tool": "research_tool", + "tool_input": "financial industry AI solutions", + "result": "**Preliminary Research Report on the Financial Industry for crewai Enterprise Solution**\n1. Industry Overview and Trends\nThe financial industry in ....\nConclusion:\nThe financial industry presents a fertile ground for implementing AI solutions like crewai, particularly in areas such as digital customer engagement, risk management, and regulatory compliance. Further engagement with the lead is recommended to better tailor the crewai solution to their specific needs and scale.", + "kickoff_id": "97eba64f-958c-40a0-b61c-625fe635a3c0", + "meta": { + "requestId": "travel-req-123", + "source": "web-app" + } } ``` @@ -95,8 +106,21 @@ CrewAI Enterprise allows you to automate your workflow using webhooks. This arti ```json { - "description": "Using the information gathered from the lead's data, conduct preliminary research on the lead's industry, company background, and potential use cases for crewai. Focus on finding relevant data that can aid in scoring the lead and planning a strategy to pitch them crewai.The financial industry presents a fertile ground for implementing AI solutions like crewai, particularly in areas such as digital customer engagement, risk management, and regulatory compliance. Further engagement with the lead is recommended to better tailor the crewai solution to their specific needs and scale.", - "task_id": "97eba64f-958c-40a0-b61c-625fe635a3c0" + "description": "Using the information gathered from the lead's data, conduct preliminary research on the lead's industry, company background, and potential use cases for crewai. Focus on finding relevant data that can aid in scoring the lead and planning a strategy to pitch them crewai.", + "name": "Industry Research Task", + "expected_output": "Detailed research report on the financial industry", + "summary": "The financial industry presents a fertile ground for implementing AI solutions like crewai, particularly in areas such as digital customer engagement, risk management, and regulatory compliance. Further engagement with the lead is recommended to better tailor the crewai solution to their specific needs and scale.", + "agent": "Research Agent", + "output": "**Preliminary Research Report on the Financial Industry for crewai Enterprise Solution**\n1. Industry Overview and Trends\nThe financial industry in ....\nConclusion:\nThe financial industry presents a fertile ground for implementing AI solutions like crewai, particularly in areas such as digital customer engagement, risk management, and regulatory compliance.", + "output_json": { + "industry": "financial", + "key_opportunities": ["digital customer engagement", "risk management", "regulatory compliance"] + }, + "kickoff_id": "97eba64f-958c-40a0-b61c-625fe635a3c0", + "meta": { + "requestId": "travel-req-123", + "source": "web-app" + } } ``` @@ -105,8 +129,9 @@ CrewAI Enterprise allows you to automate your workflow using webhooks. This arti ```json { - "task_id": "97eba64f-958c-40a0-b61c-625fe635a3c0", - "result": { + "kickoff_id": "97eba64f-958c-40a0-b61c-625fe635a3c0", + "result": "**Final Analysis Report**\n\nLead Score: Customer service enhancement and compliance are particularly relevant.\n\nTalking Points:\n- Highlight how crewai's AI solutions can transform customer service\n- Discuss crewai's potential for sustainability goals\n- Emphasize compliance capabilities\n- Stress adaptability for various operation scales", + "result_json": { "lead_score": "Customer service enhancement, and compliance are particularly relevant.", "talking_points": [ "Highlight how crewai's AI solutions can transform customer service with automated, personalized experiences and 24/7 support, improving both customer satisfaction and operational efficiency.", @@ -114,6 +139,15 @@ CrewAI Enterprise allows you to automate your workflow using webhooks. This arti "Emphasize crewai's ability to enhance compliance with evolving regulations through efficient data processing and reporting, reducing the risk of non-compliance penalties.", "Stress the adaptability of crewai to support both extensive multinational operations and smaller, targeted projects, ensuring the solution grows with the institution's needs." ] + }, + "token_usage": { + "total_tokens": 1250, + "prompt_tokens": 800, + "completion_tokens": 450 + }, + "meta": { + "requestId": "travel-req-123", + "source": "web-app" } } ``` diff --git a/docs/en/enterprise/guides/zapier-trigger.mdx b/docs/en/enterprise/guides/zapier-trigger.mdx index 47592c697..d308a63bb 100644 --- a/docs/en/enterprise/guides/zapier-trigger.mdx +++ b/docs/en/enterprise/guides/zapier-trigger.mdx @@ -2,6 +2,7 @@ title: "Zapier Trigger" description: "Trigger CrewAI crews from Zapier workflows to automate cross-app workflows" icon: "bolt" +mode: "wide" --- This guide will walk you through the process of setting up Zapier triggers for CrewAI Enterprise, allowing you to automate workflows between CrewAI Enterprise and other applications. diff --git a/docs/en/enterprise/integrations/asana.mdx b/docs/en/enterprise/integrations/asana.mdx index addeed320..34d989498 100644 --- a/docs/en/enterprise/integrations/asana.mdx +++ b/docs/en/enterprise/integrations/asana.mdx @@ -2,6 +2,7 @@ title: Asana Integration description: "Team task and project coordination with Asana integration for CrewAI." icon: "circle" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/box.mdx b/docs/en/enterprise/integrations/box.mdx index 4987a4d7a..de51cd532 100644 --- a/docs/en/enterprise/integrations/box.mdx +++ b/docs/en/enterprise/integrations/box.mdx @@ -2,6 +2,7 @@ title: Box Integration description: "File storage and document management with Box integration for CrewAI." icon: "box" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/clickup.mdx b/docs/en/enterprise/integrations/clickup.mdx index 7de23e54a..7704fcc3e 100644 --- a/docs/en/enterprise/integrations/clickup.mdx +++ b/docs/en/enterprise/integrations/clickup.mdx @@ -2,6 +2,7 @@ title: ClickUp Integration description: "Task and productivity management with ClickUp integration for CrewAI." icon: "list-check" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/github.mdx b/docs/en/enterprise/integrations/github.mdx index cff56425c..5c30d330f 100644 --- a/docs/en/enterprise/integrations/github.mdx +++ b/docs/en/enterprise/integrations/github.mdx @@ -2,6 +2,7 @@ title: GitHub Integration description: "Repository and issue management with GitHub integration for CrewAI." icon: "github" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/gmail.mdx b/docs/en/enterprise/integrations/gmail.mdx index eb1d8cc27..f2e870d7f 100644 --- a/docs/en/enterprise/integrations/gmail.mdx +++ b/docs/en/enterprise/integrations/gmail.mdx @@ -2,6 +2,7 @@ title: Gmail Integration description: "Email and contact management with Gmail integration for CrewAI." icon: "envelope" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/google_calendar.mdx b/docs/en/enterprise/integrations/google_calendar.mdx index 45d14de45..a9bca43e8 100644 --- a/docs/en/enterprise/integrations/google_calendar.mdx +++ b/docs/en/enterprise/integrations/google_calendar.mdx @@ -2,6 +2,7 @@ title: Google Calendar Integration description: "Event and schedule management with Google Calendar integration for CrewAI." icon: "calendar" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/google_sheets.mdx b/docs/en/enterprise/integrations/google_sheets.mdx index 8fd59dddd..7ae78fd27 100644 --- a/docs/en/enterprise/integrations/google_sheets.mdx +++ b/docs/en/enterprise/integrations/google_sheets.mdx @@ -2,6 +2,7 @@ title: Google Sheets Integration description: "Spreadsheet data synchronization with Google Sheets integration for CrewAI." icon: "google" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/hubspot.mdx b/docs/en/enterprise/integrations/hubspot.mdx index f16001b76..a97bd6dc5 100644 --- a/docs/en/enterprise/integrations/hubspot.mdx +++ b/docs/en/enterprise/integrations/hubspot.mdx @@ -2,6 +2,7 @@ title: "HubSpot Integration" description: "Manage companies and contacts in HubSpot with CrewAI." icon: "briefcase" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/jira.mdx b/docs/en/enterprise/integrations/jira.mdx index 355762ae9..53827f300 100644 --- a/docs/en/enterprise/integrations/jira.mdx +++ b/docs/en/enterprise/integrations/jira.mdx @@ -2,6 +2,7 @@ title: Jira Integration description: "Issue tracking and project management with Jira integration for CrewAI." icon: "bug" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/linear.mdx b/docs/en/enterprise/integrations/linear.mdx index 4ddae9ba8..844ca0a88 100644 --- a/docs/en/enterprise/integrations/linear.mdx +++ b/docs/en/enterprise/integrations/linear.mdx @@ -2,6 +2,7 @@ title: Linear Integration description: "Software project and bug tracking with Linear integration for CrewAI." icon: "list-check" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/notion.mdx b/docs/en/enterprise/integrations/notion.mdx index 9e0e5f063..76a0a6c8b 100644 --- a/docs/en/enterprise/integrations/notion.mdx +++ b/docs/en/enterprise/integrations/notion.mdx @@ -2,6 +2,7 @@ title: Notion Integration description: "Page and database management with Notion integration for CrewAI." icon: "book" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/salesforce.mdx b/docs/en/enterprise/integrations/salesforce.mdx index 8fe21bc08..6e3fb3e7b 100644 --- a/docs/en/enterprise/integrations/salesforce.mdx +++ b/docs/en/enterprise/integrations/salesforce.mdx @@ -2,6 +2,7 @@ title: Salesforce Integration description: "CRM and sales automation with Salesforce integration for CrewAI." icon: "salesforce" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/shopify.mdx b/docs/en/enterprise/integrations/shopify.mdx index 7e1024109..7d68c99a7 100644 --- a/docs/en/enterprise/integrations/shopify.mdx +++ b/docs/en/enterprise/integrations/shopify.mdx @@ -2,6 +2,7 @@ title: Shopify Integration description: "E-commerce and online store management with Shopify integration for CrewAI." icon: "shopify" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/slack.mdx b/docs/en/enterprise/integrations/slack.mdx index aa6c3aee2..78960f11d 100644 --- a/docs/en/enterprise/integrations/slack.mdx +++ b/docs/en/enterprise/integrations/slack.mdx @@ -2,6 +2,7 @@ title: Slack Integration description: "Team communication and collaboration with Slack integration for CrewAI." icon: "slack" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/stripe.mdx b/docs/en/enterprise/integrations/stripe.mdx index 636a1734c..d5b75a61a 100644 --- a/docs/en/enterprise/integrations/stripe.mdx +++ b/docs/en/enterprise/integrations/stripe.mdx @@ -2,6 +2,7 @@ title: Stripe Integration description: "Payment processing and subscription management with Stripe integration for CrewAI." icon: "stripe" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/integrations/zendesk.mdx b/docs/en/enterprise/integrations/zendesk.mdx index e04e7fa73..eea4edfce 100644 --- a/docs/en/enterprise/integrations/zendesk.mdx +++ b/docs/en/enterprise/integrations/zendesk.mdx @@ -2,6 +2,7 @@ title: Zendesk Integration description: "Customer support and helpdesk management with Zendesk integration for CrewAI." icon: "headset" +mode: "wide" --- ## Overview diff --git a/docs/en/enterprise/introduction.mdx b/docs/en/enterprise/introduction.mdx index 240912da1..7fb894cc1 100644 --- a/docs/en/enterprise/introduction.mdx +++ b/docs/en/enterprise/introduction.mdx @@ -2,6 +2,7 @@ title: "CrewAI Enterprise" description: "Deploy, monitor, and scale your AI agent workflows" icon: "globe" +mode: "wide" --- ## Introduction diff --git a/docs/en/enterprise/resources/frequently-asked-questions.mdx b/docs/en/enterprise/resources/frequently-asked-questions.mdx index 708b56561..2830b40ed 100644 --- a/docs/en/enterprise/resources/frequently-asked-questions.mdx +++ b/docs/en/enterprise/resources/frequently-asked-questions.mdx @@ -2,6 +2,7 @@ title: FAQs description: "Frequently asked questions about CrewAI Enterprise" icon: "circle-question" +mode: "wide" --- diff --git a/docs/en/examples/cookbooks.mdx b/docs/en/examples/cookbooks.mdx index b19ad7eb9..124b86a2f 100644 --- a/docs/en/examples/cookbooks.mdx +++ b/docs/en/examples/cookbooks.mdx @@ -2,6 +2,7 @@ title: CrewAI Cookbooks description: Feature-focused quickstarts and notebooks for learning patterns fast. icon: book +mode: "wide" --- ## Quickstarts & Demos diff --git a/docs/en/examples/example.mdx b/docs/en/examples/example.mdx index cfd4535d4..37672cbfa 100644 --- a/docs/en/examples/example.mdx +++ b/docs/en/examples/example.mdx @@ -2,6 +2,7 @@ title: CrewAI Examples description: Explore curated examples organized by Crews, Flows, Integrations, and Notebooks. icon: rocket-launch +mode: "wide" --- ## Crews diff --git a/docs/en/guides/advanced/customizing-prompts.mdx b/docs/en/guides/advanced/customizing-prompts.mdx index 50de24538..80fc4eff1 100644 --- a/docs/en/guides/advanced/customizing-prompts.mdx +++ b/docs/en/guides/advanced/customizing-prompts.mdx @@ -2,6 +2,7 @@ title: Customizing Prompts description: Dive deeper into low-level prompt customization for CrewAI, enabling super custom and complex use cases for different models and languages. icon: message-pen +mode: "wide" --- ## Why Customize Prompts? diff --git a/docs/en/guides/advanced/fingerprinting.mdx b/docs/en/guides/advanced/fingerprinting.mdx index 2d5267f74..b6bd7ec02 100644 --- a/docs/en/guides/advanced/fingerprinting.mdx +++ b/docs/en/guides/advanced/fingerprinting.mdx @@ -2,6 +2,7 @@ title: Fingerprinting description: Learn how to use CrewAI's fingerprinting system to uniquely identify and track components throughout their lifecycle. icon: fingerprint +mode: "wide" --- ## Overview diff --git a/docs/en/guides/agents/crafting-effective-agents.mdx b/docs/en/guides/agents/crafting-effective-agents.mdx index 915bf5340..c0141ddac 100644 --- a/docs/en/guides/agents/crafting-effective-agents.mdx +++ b/docs/en/guides/agents/crafting-effective-agents.mdx @@ -2,6 +2,7 @@ title: Crafting Effective Agents description: Learn best practices for designing powerful, specialized AI agents that collaborate effectively to solve complex problems. icon: robot +mode: "wide" --- ## The Art and Science of Agent Design diff --git a/docs/en/guides/concepts/evaluating-use-cases.mdx b/docs/en/guides/concepts/evaluating-use-cases.mdx index b514edea0..f7895deec 100644 --- a/docs/en/guides/concepts/evaluating-use-cases.mdx +++ b/docs/en/guides/concepts/evaluating-use-cases.mdx @@ -2,6 +2,7 @@ title: Evaluating Use Cases for CrewAI description: Learn how to assess your AI application needs and choose the right approach between Crews and Flows based on complexity and precision requirements. icon: scale-balanced +mode: "wide" --- ## Understanding the Decision Framework diff --git a/docs/en/guides/crews/first-crew.mdx b/docs/en/guides/crews/first-crew.mdx index 95c2bbf66..22495f34d 100644 --- a/docs/en/guides/crews/first-crew.mdx +++ b/docs/en/guides/crews/first-crew.mdx @@ -2,6 +2,7 @@ title: Build Your First Crew description: Step-by-step tutorial to create a collaborative AI team that works together to solve complex problems. icon: users-gear +mode: "wide" --- ## Unleashing the Power of Collaborative AI diff --git a/docs/en/guides/flows/first-flow.mdx b/docs/en/guides/flows/first-flow.mdx index 57251879b..a5b8c347c 100644 --- a/docs/en/guides/flows/first-flow.mdx +++ b/docs/en/guides/flows/first-flow.mdx @@ -2,6 +2,7 @@ title: Build Your First Flow description: Learn how to create structured, event-driven workflows with precise control over execution. icon: diagram-project +mode: "wide" --- ## Taking Control of AI Workflows with Flows diff --git a/docs/en/guides/flows/mastering-flow-state.mdx b/docs/en/guides/flows/mastering-flow-state.mdx index ac4b492ac..8bf99f43e 100644 --- a/docs/en/guides/flows/mastering-flow-state.mdx +++ b/docs/en/guides/flows/mastering-flow-state.mdx @@ -2,6 +2,7 @@ title: Mastering Flow State Management description: A comprehensive guide to managing, persisting, and leveraging state in CrewAI Flows for building robust AI applications. icon: diagram-project +mode: "wide" --- ## Understanding the Power of State in Flows diff --git a/docs/en/installation.mdx b/docs/en/installation.mdx index d7aef8960..37fbb8063 100644 --- a/docs/en/installation.mdx +++ b/docs/en/installation.mdx @@ -2,6 +2,7 @@ title: Installation description: Get started with CrewAI - Install, configure, and build your first AI crew icon: wrench +mode: "wide" --- ## Video Tutorial diff --git a/docs/en/introduction.mdx b/docs/en/introduction.mdx index eb52b41ce..0079d4e4c 100644 --- a/docs/en/introduction.mdx +++ b/docs/en/introduction.mdx @@ -2,6 +2,7 @@ title: Introduction description: Build AI agent teams that work together to tackle complex tasks icon: handshake +mode: "wide" --- # What is CrewAI? diff --git a/docs/en/learn/before-and-after-kickoff-hooks.mdx b/docs/en/learn/before-and-after-kickoff-hooks.mdx index a03844c9e..a9ce1af6e 100644 --- a/docs/en/learn/before-and-after-kickoff-hooks.mdx +++ b/docs/en/learn/before-and-after-kickoff-hooks.mdx @@ -1,6 +1,7 @@ --- title: Before and After Kickoff Hooks description: Learn how to use before and after kickoff hooks in CrewAI +mode: "wide" --- CrewAI provides hooks that allow you to execute code before and after a crew's kickoff. These hooks are useful for preprocessing inputs or post-processing results. diff --git a/docs/en/learn/bring-your-own-agent.mdx b/docs/en/learn/bring-your-own-agent.mdx index 3a4e05b54..fb7b22dc2 100644 --- a/docs/en/learn/bring-your-own-agent.mdx +++ b/docs/en/learn/bring-your-own-agent.mdx @@ -2,6 +2,7 @@ title: Bring your own agent description: Learn how to bring your own agents that work within a Crew. icon: robots +mode: "wide" --- Interoperability is a core concept in CrewAI. This guide will show you how to bring your own agents that work within a Crew. diff --git a/docs/en/learn/coding-agents.mdx b/docs/en/learn/coding-agents.mdx index b2d504a4b..3bf454ac4 100644 --- a/docs/en/learn/coding-agents.mdx +++ b/docs/en/learn/coding-agents.mdx @@ -2,6 +2,7 @@ title: Coding Agents description: Learn how to enable your CrewAI Agents to write and execute code, and explore advanced features for enhanced functionality. icon: rectangle-code +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/conditional-tasks.mdx b/docs/en/learn/conditional-tasks.mdx index 41b7475bf..5c7914fae 100644 --- a/docs/en/learn/conditional-tasks.mdx +++ b/docs/en/learn/conditional-tasks.mdx @@ -2,6 +2,7 @@ title: Conditional Tasks description: Learn how to use conditional tasks in a crewAI kickoff icon: diagram-subtask +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/create-custom-tools.mdx b/docs/en/learn/create-custom-tools.mdx index e7ee2e9a9..d8c123b34 100644 --- a/docs/en/learn/create-custom-tools.mdx +++ b/docs/en/learn/create-custom-tools.mdx @@ -2,6 +2,7 @@ title: Create Custom Tools description: Comprehensive guide on crafting, using, and managing custom tools within the CrewAI framework, including new functionalities and error handling. icon: hammer +mode: "wide" --- ## Creating and Utilizing Tools in CrewAI diff --git a/docs/en/learn/custom-llm.mdx b/docs/en/learn/custom-llm.mdx index 469f0cc00..0eee2387a 100644 --- a/docs/en/learn/custom-llm.mdx +++ b/docs/en/learn/custom-llm.mdx @@ -2,6 +2,7 @@ title: Custom LLM Implementation description: Learn how to create custom LLM implementations in CrewAI. icon: code +mode: "wide" --- ## Overview diff --git a/docs/en/learn/custom-manager-agent.mdx b/docs/en/learn/custom-manager-agent.mdx index 2fa5b1a7a..7b936da18 100644 --- a/docs/en/learn/custom-manager-agent.mdx +++ b/docs/en/learn/custom-manager-agent.mdx @@ -2,6 +2,7 @@ title: Custom Manager Agent description: Learn how to set a custom agent as the manager in CrewAI, providing more control over task management and coordination. icon: user-shield +mode: "wide" --- # Setting a Specific Agent as Manager in CrewAI diff --git a/docs/en/learn/customizing-agents.mdx b/docs/en/learn/customizing-agents.mdx index 527ebf8cd..8364b5637 100644 --- a/docs/en/learn/customizing-agents.mdx +++ b/docs/en/learn/customizing-agents.mdx @@ -2,6 +2,7 @@ title: Customize Agents description: A comprehensive guide to tailoring agents for specific roles, tasks, and advanced customizations within the CrewAI framework. icon: user-pen +mode: "wide" --- ## Customizable Attributes diff --git a/docs/en/learn/dalle-image-generation.mdx b/docs/en/learn/dalle-image-generation.mdx index 14e67bf11..a39e3d899 100644 --- a/docs/en/learn/dalle-image-generation.mdx +++ b/docs/en/learn/dalle-image-generation.mdx @@ -2,6 +2,7 @@ title: "Image Generation with DALL-E" description: "Learn how to use DALL-E for AI-powered image generation in your CrewAI projects" icon: "image" +mode: "wide" --- CrewAI supports integration with OpenAI's DALL-E, allowing your AI agents to generate images as part of their tasks. This guide will walk you through how to set up and use the DALL-E tool in your CrewAI projects. diff --git a/docs/en/learn/force-tool-output-as-result.mdx b/docs/en/learn/force-tool-output-as-result.mdx index 8e03a44c4..4ed351d22 100644 --- a/docs/en/learn/force-tool-output-as-result.mdx +++ b/docs/en/learn/force-tool-output-as-result.mdx @@ -2,6 +2,7 @@ title: Force Tool Output as Result description: Learn how to force tool output as the result in an Agent's task in CrewAI. icon: wrench-simple +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/hierarchical-process.mdx b/docs/en/learn/hierarchical-process.mdx index 3a5115059..25d6867dc 100644 --- a/docs/en/learn/hierarchical-process.mdx +++ b/docs/en/learn/hierarchical-process.mdx @@ -2,6 +2,7 @@ title: Hierarchical Process description: A comprehensive guide to understanding and applying the hierarchical process within your CrewAI projects, updated to reflect the latest coding practices and functionalities. icon: sitemap +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/human-in-the-loop.mdx b/docs/en/learn/human-in-the-loop.mdx index e6118310d..c27b2603c 100644 --- a/docs/en/learn/human-in-the-loop.mdx +++ b/docs/en/learn/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "Human-in-the-Loop (HITL) Workflows" description: "Learn how to implement Human-in-the-Loop workflows in CrewAI for enhanced decision-making" icon: "user-check" +mode: "wide" --- Human-in-the-Loop (HITL) is a powerful approach that combines artificial intelligence with human expertise to enhance decision-making and improve task outcomes. This guide shows you how to implement HITL within CrewAI. diff --git a/docs/en/learn/human-input-on-execution.mdx b/docs/en/learn/human-input-on-execution.mdx index bf243981d..b8b19f013 100644 --- a/docs/en/learn/human-input-on-execution.mdx +++ b/docs/en/learn/human-input-on-execution.mdx @@ -2,6 +2,7 @@ title: Human Input on Execution description: Integrating CrewAI with human input during execution in complex decision-making processes and leveraging the full capabilities of the agent's attributes and tools. icon: user-check +mode: "wide" --- ## Human input in agent execution diff --git a/docs/en/learn/kickoff-async.mdx b/docs/en/learn/kickoff-async.mdx index d659469c6..36a097169 100644 --- a/docs/en/learn/kickoff-async.mdx +++ b/docs/en/learn/kickoff-async.mdx @@ -2,6 +2,7 @@ title: Kickoff Crew Asynchronously description: Kickoff a Crew Asynchronously icon: rocket-launch +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/kickoff-for-each.mdx b/docs/en/learn/kickoff-for-each.mdx index 68e7ecd15..bded1550b 100644 --- a/docs/en/learn/kickoff-for-each.mdx +++ b/docs/en/learn/kickoff-for-each.mdx @@ -2,6 +2,7 @@ title: Kickoff Crew for Each description: Kickoff Crew for Each Item in a List icon: at +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/llm-connections.mdx b/docs/en/learn/llm-connections.mdx index c70577887..daedc21a2 100644 --- a/docs/en/learn/llm-connections.mdx +++ b/docs/en/learn/llm-connections.mdx @@ -2,6 +2,7 @@ title: Connect to any LLM description: Comprehensive guide on integrating CrewAI with various Large Language Models (LLMs) using LiteLLM, including supported providers and configuration options. icon: brain-circuit +mode: "wide" --- ## Connect CrewAI to LLMs diff --git a/docs/en/learn/llm-selection-guide.mdx b/docs/en/learn/llm-selection-guide.mdx index 2f744da2e..3250178fc 100644 --- a/docs/en/learn/llm-selection-guide.mdx +++ b/docs/en/learn/llm-selection-guide.mdx @@ -2,6 +2,7 @@ title: 'Strategic LLM Selection Guide' description: 'Strategic framework for choosing the right LLM for your CrewAI AI agents and writing effective task and agent definitions' icon: 'brain-circuit' +mode: "wide" --- ## The CrewAI Approach to LLM Selection diff --git a/docs/en/learn/multimodal-agents.mdx b/docs/en/learn/multimodal-agents.mdx index d59b6da5a..1b414cac9 100644 --- a/docs/en/learn/multimodal-agents.mdx +++ b/docs/en/learn/multimodal-agents.mdx @@ -2,6 +2,7 @@ title: Using Multimodal Agents description: Learn how to enable and use multimodal capabilities in your agents for processing images and other non-text content within the CrewAI framework. icon: video +mode: "wide" --- ## Using Multimodal Agents diff --git a/docs/en/learn/overview.mdx b/docs/en/learn/overview.mdx index 4494731ad..7b82aef3a 100644 --- a/docs/en/learn/overview.mdx +++ b/docs/en/learn/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Learn how to build, customize, and optimize your CrewAI applications with comprehensive guides and tutorials" icon: "face-smile" +mode: "wide" --- ## Learn CrewAI diff --git a/docs/en/learn/replay-tasks-from-latest-crew-kickoff.mdx b/docs/en/learn/replay-tasks-from-latest-crew-kickoff.mdx index 537f49c46..07b452b5f 100644 --- a/docs/en/learn/replay-tasks-from-latest-crew-kickoff.mdx +++ b/docs/en/learn/replay-tasks-from-latest-crew-kickoff.mdx @@ -2,6 +2,7 @@ title: Replay Tasks from Latest Crew Kickoff description: Replay tasks from the latest crew.kickoff(...) icon: arrow-right +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/sequential-process.mdx b/docs/en/learn/sequential-process.mdx index 3957a7d5c..940ff5bc0 100644 --- a/docs/en/learn/sequential-process.mdx +++ b/docs/en/learn/sequential-process.mdx @@ -2,6 +2,7 @@ title: Sequential Processes description: A comprehensive guide to utilizing the sequential processes for task execution in CrewAI projects. icon: forward +mode: "wide" --- ## Introduction diff --git a/docs/en/learn/using-annotations.mdx b/docs/en/learn/using-annotations.mdx index 2d6488625..25a2e01b1 100644 --- a/docs/en/learn/using-annotations.mdx +++ b/docs/en/learn/using-annotations.mdx @@ -2,6 +2,7 @@ title: "Using Annotations in crew.py" description: "Learn how to use annotations to properly structure agents, tasks, and components in CrewAI" icon: "at" +mode: "wide" --- This guide explains how to use annotations to properly reference **agents**, **tasks**, and other components in the `crew.py` file. diff --git a/docs/en/mcp/multiple-servers.mdx b/docs/en/mcp/multiple-servers.mdx index 7f40e533c..6ecd8cac7 100644 --- a/docs/en/mcp/multiple-servers.mdx +++ b/docs/en/mcp/multiple-servers.mdx @@ -2,6 +2,7 @@ title: Connecting to Multiple MCP Servers description: Learn how to use MCPServerAdapter in CrewAI to connect to multiple MCP servers simultaneously and aggregate their tools. icon: layer-group +mode: "wide" --- ## Overview diff --git a/docs/en/mcp/overview.mdx b/docs/en/mcp/overview.mdx index 6b2268454..7e589d3b4 100644 --- a/docs/en/mcp/overview.mdx +++ b/docs/en/mcp/overview.mdx @@ -2,6 +2,7 @@ title: 'MCP Servers as Tools in CrewAI' description: 'Learn how to integrate MCP servers as tools in your CrewAI agents using the `crewai-tools` library.' icon: plug +mode: "wide" --- ## Overview diff --git a/docs/en/mcp/security.mdx b/docs/en/mcp/security.mdx index c3d177125..4fc84cdeb 100644 --- a/docs/en/mcp/security.mdx +++ b/docs/en/mcp/security.mdx @@ -2,6 +2,7 @@ title: MCP Security Considerations description: Learn about important security best practices when integrating MCP servers with your CrewAI agents. icon: lock +mode: "wide" --- ## Overview diff --git a/docs/en/mcp/sse.mdx b/docs/en/mcp/sse.mdx index 985d22471..6c21c9aca 100644 --- a/docs/en/mcp/sse.mdx +++ b/docs/en/mcp/sse.mdx @@ -2,6 +2,7 @@ title: SSE Transport description: Learn how to connect CrewAI to remote MCP servers using Server-Sent Events (SSE) for real-time communication. icon: wifi +mode: "wide" --- ## Overview diff --git a/docs/en/mcp/stdio.mdx b/docs/en/mcp/stdio.mdx index 7eda4375d..c7c065d0c 100644 --- a/docs/en/mcp/stdio.mdx +++ b/docs/en/mcp/stdio.mdx @@ -2,6 +2,7 @@ title: Stdio Transport description: Learn how to connect CrewAI to local MCP servers using the Stdio (Standard Input/Output) transport mechanism. icon: server +mode: "wide" --- ## Overview diff --git a/docs/en/mcp/streamable-http.mdx b/docs/en/mcp/streamable-http.mdx index 6ba281746..4084aa244 100644 --- a/docs/en/mcp/streamable-http.mdx +++ b/docs/en/mcp/streamable-http.mdx @@ -2,6 +2,7 @@ title: Streamable HTTP Transport description: Learn how to connect CrewAI to remote MCP servers using the flexible Streamable HTTP transport. icon: globe +mode: "wide" --- ## Overview diff --git a/docs/en/observability/arize-phoenix.mdx b/docs/en/observability/arize-phoenix.mdx index 39271e222..6558d3a60 100644 --- a/docs/en/observability/arize-phoenix.mdx +++ b/docs/en/observability/arize-phoenix.mdx @@ -2,6 +2,7 @@ title: Arize Phoenix description: Arize Phoenix integration for CrewAI with OpenTelemetry and OpenInference icon: magnifying-glass-chart +mode: "wide" --- # Arize Phoenix Integration diff --git a/docs/en/observability/langdb.mdx b/docs/en/observability/langdb.mdx index 33b351daa..adb2d1908 100644 --- a/docs/en/observability/langdb.mdx +++ b/docs/en/observability/langdb.mdx @@ -2,6 +2,7 @@ title: LangDB Integration description: Govern, secure, and optimize your CrewAI workflows with LangDB AI Gateway—access 350+ models, automatic routing, cost optimization, and full observability. icon: database +mode: "wide" --- # Introduction diff --git a/docs/en/observability/langfuse.mdx b/docs/en/observability/langfuse.mdx index 1cfed6d9d..2340b593e 100644 --- a/docs/en/observability/langfuse.mdx +++ b/docs/en/observability/langfuse.mdx @@ -2,6 +2,7 @@ title: Langfuse Integration description: Learn how to integrate Langfuse with CrewAI via OpenTelemetry using OpenLit icon: vials +mode: "wide" --- # Integrate Langfuse with CrewAI diff --git a/docs/en/observability/langtrace.mdx b/docs/en/observability/langtrace.mdx index 2d301b1e7..8257f8eb7 100644 --- a/docs/en/observability/langtrace.mdx +++ b/docs/en/observability/langtrace.mdx @@ -2,6 +2,7 @@ title: Langtrace Integration description: How to monitor cost, latency, and performance of CrewAI Agents using Langtrace, an external observability tool. icon: chart-line +mode: "wide" --- # Langtrace Overview diff --git a/docs/en/observability/maxim.mdx b/docs/en/observability/maxim.mdx index fbde2958a..f8a2b46e4 100644 --- a/docs/en/observability/maxim.mdx +++ b/docs/en/observability/maxim.mdx @@ -2,6 +2,7 @@ title: "Maxim Integration" description: "Start Agent monitoring, evaluation, and observability" icon: "infinity" +mode: "wide" --- # Maxim Overview diff --git a/docs/en/observability/mlflow.mdx b/docs/en/observability/mlflow.mdx index 8bc745c8b..321448477 100644 --- a/docs/en/observability/mlflow.mdx +++ b/docs/en/observability/mlflow.mdx @@ -2,6 +2,7 @@ title: MLflow Integration description: Quickly start monitoring your Agents with MLflow. icon: bars-staggered +mode: "wide" --- # MLflow Overview diff --git a/docs/en/observability/neatlogs.mdx b/docs/en/observability/neatlogs.mdx index 4b9fb6a67..04ebfeda3 100644 --- a/docs/en/observability/neatlogs.mdx +++ b/docs/en/observability/neatlogs.mdx @@ -2,6 +2,7 @@ title: Neatlogs Integration description: Understand, debug, and share your CrewAI agent runs icon: magnifying-glass-chart +mode: "wide" --- # Introduction diff --git a/docs/en/observability/openlit.mdx b/docs/en/observability/openlit.mdx index 49f76c4e8..17e083152 100644 --- a/docs/en/observability/openlit.mdx +++ b/docs/en/observability/openlit.mdx @@ -2,6 +2,7 @@ title: OpenLIT Integration description: Quickly start monitoring your Agents in just a single line of code with OpenTelemetry. icon: magnifying-glass-chart +mode: "wide" --- # OpenLIT Overview diff --git a/docs/en/observability/opik.mdx b/docs/en/observability/opik.mdx index b87c1513d..90af97cc7 100644 --- a/docs/en/observability/opik.mdx +++ b/docs/en/observability/opik.mdx @@ -2,6 +2,7 @@ title: Opik Integration description: Learn how to use Comet Opik to debug, evaluate, and monitor your CrewAI applications with comprehensive tracing, automated evaluations, and production-ready dashboards. icon: meteor +mode: "wide" --- # Opik Overview diff --git a/docs/en/observability/overview.mdx b/docs/en/observability/overview.mdx index e99858c9e..171a922f2 100644 --- a/docs/en/observability/overview.mdx +++ b/docs/en/observability/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Monitor, evaluate, and optimize your CrewAI agents with comprehensive observability tools" icon: "face-smile" +mode: "wide" --- ## Observability for CrewAI diff --git a/docs/en/observability/patronus-evaluation.mdx b/docs/en/observability/patronus-evaluation.mdx index 391719d30..0326fede3 100644 --- a/docs/en/observability/patronus-evaluation.mdx +++ b/docs/en/observability/patronus-evaluation.mdx @@ -2,6 +2,7 @@ title: Patronus AI Evaluation description: Monitor and evaluate CrewAI agent performance using Patronus AI's comprehensive evaluation platform for LLM outputs and agent behaviors. icon: shield-check +mode: "wide" --- # Patronus AI Evaluation diff --git a/docs/en/observability/portkey.mdx b/docs/en/observability/portkey.mdx index eb2fa9960..adf46593f 100644 --- a/docs/en/observability/portkey.mdx +++ b/docs/en/observability/portkey.mdx @@ -2,6 +2,7 @@ title: Portkey Integration description: How to use Portkey with CrewAI icon: key +mode: "wide" --- Portkey CrewAI Header Image diff --git a/docs/en/observability/truefoundry.mdx b/docs/en/observability/truefoundry.mdx index e83c47420..bc41cc624 100644 --- a/docs/en/observability/truefoundry.mdx +++ b/docs/en/observability/truefoundry.mdx @@ -1,6 +1,7 @@ --- title: TrueFoundry Integration icon: chart-line +mode: "wide" --- TrueFoundry provides an enterprise-ready [AI Gateway](https://www.truefoundry.com/ai-gateway) which can integrate with agentic frameworks like CrewAI and provides governance and observability for your AI Applications. TrueFoundry AI Gateway serves as a unified interface for LLM access, providing: diff --git a/docs/en/observability/weave.mdx b/docs/en/observability/weave.mdx index cbee4fd27..2d4c4bf1d 100644 --- a/docs/en/observability/weave.mdx +++ b/docs/en/observability/weave.mdx @@ -2,6 +2,7 @@ title: Weave Integration description: Learn how to use Weights & Biases (W&B) Weave to track, experiment with, evaluate, and improve your CrewAI applications. icon: radar +mode: "wide" --- # Weave Overview diff --git a/docs/en/quickstart.mdx b/docs/en/quickstart.mdx index fc87c7c62..9c86fc333 100644 --- a/docs/en/quickstart.mdx +++ b/docs/en/quickstart.mdx @@ -2,6 +2,7 @@ title: Quickstart description: Build your first AI agent with CrewAI in under 5 minutes. icon: rocket +mode: "wide" --- ## Build your first CrewAI Agent diff --git a/docs/en/telemetry.mdx b/docs/en/telemetry.mdx index afa1fcaa0..1dca7cd06 100644 --- a/docs/en/telemetry.mdx +++ b/docs/en/telemetry.mdx @@ -2,6 +2,7 @@ title: Telemetry description: Understanding the telemetry data collected by CrewAI and how it contributes to the enhancement of the library. icon: signal-stream +mode: "wide" --- ## Telemetry diff --git a/docs/en/tools/ai-ml/aimindtool.mdx b/docs/en/tools/ai-ml/aimindtool.mdx index 25897df52..50c640a9d 100644 --- a/docs/en/tools/ai-ml/aimindtool.mdx +++ b/docs/en/tools/ai-ml/aimindtool.mdx @@ -2,6 +2,7 @@ title: AI Mind Tool description: The `AIMindTool` is designed to query data sources in natural language. icon: brain +mode: "wide" --- # `AIMindTool` diff --git a/docs/en/tools/ai-ml/codeinterpretertool.mdx b/docs/en/tools/ai-ml/codeinterpretertool.mdx index d89bd8b9e..67d371178 100644 --- a/docs/en/tools/ai-ml/codeinterpretertool.mdx +++ b/docs/en/tools/ai-ml/codeinterpretertool.mdx @@ -2,6 +2,7 @@ title: Code Interpreter description: The `CodeInterpreterTool` is a powerful tool designed for executing Python 3 code within a secure, isolated environment. icon: code-simple +mode: "wide" --- # `CodeInterpreterTool` diff --git a/docs/en/tools/ai-ml/dalletool.mdx b/docs/en/tools/ai-ml/dalletool.mdx index 839592750..6acdd7995 100644 --- a/docs/en/tools/ai-ml/dalletool.mdx +++ b/docs/en/tools/ai-ml/dalletool.mdx @@ -2,6 +2,7 @@ title: DALL-E Tool description: The `DallETool` is a powerful tool designed for generating images from textual descriptions. icon: image +mode: "wide" --- # `DallETool` diff --git a/docs/en/tools/ai-ml/langchaintool.mdx b/docs/en/tools/ai-ml/langchaintool.mdx index 664546dc2..ca938b74e 100644 --- a/docs/en/tools/ai-ml/langchaintool.mdx +++ b/docs/en/tools/ai-ml/langchaintool.mdx @@ -2,6 +2,7 @@ title: LangChain Tool description: The `LangChainTool` is a wrapper for LangChain tools and query engines. icon: link +mode: "wide" --- ## `LangChainTool` diff --git a/docs/en/tools/ai-ml/llamaindextool.mdx b/docs/en/tools/ai-ml/llamaindextool.mdx index 6562dfa13..66099e684 100644 --- a/docs/en/tools/ai-ml/llamaindextool.mdx +++ b/docs/en/tools/ai-ml/llamaindextool.mdx @@ -2,6 +2,7 @@ title: LlamaIndex Tool description: The `LlamaIndexTool` is a wrapper for LlamaIndex tools and query engines. icon: address-book +mode: "wide" --- # `LlamaIndexTool` diff --git a/docs/en/tools/ai-ml/overview.mdx b/docs/en/tools/ai-ml/overview.mdx index 2f07dd4c2..ef757b826 100644 --- a/docs/en/tools/ai-ml/overview.mdx +++ b/docs/en/tools/ai-ml/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Leverage AI services, generate images, process vision, and build intelligent systems" icon: "face-smile" +mode: "wide" --- These tools integrate with AI and machine learning services to enhance your agents with advanced capabilities like image generation, vision processing, and intelligent code execution. diff --git a/docs/en/tools/ai-ml/ragtool.mdx b/docs/en/tools/ai-ml/ragtool.mdx index b4c074fca..091643242 100644 --- a/docs/en/tools/ai-ml/ragtool.mdx +++ b/docs/en/tools/ai-ml/ragtool.mdx @@ -2,6 +2,7 @@ title: RAG Tool description: The `RagTool` is a dynamic knowledge base tool for answering questions using Retrieval-Augmented Generation. icon: vector-square +mode: "wide" --- # `RagTool` diff --git a/docs/en/tools/ai-ml/visiontool.mdx b/docs/en/tools/ai-ml/visiontool.mdx index f4eab0f1c..887516a74 100644 --- a/docs/en/tools/ai-ml/visiontool.mdx +++ b/docs/en/tools/ai-ml/visiontool.mdx @@ -2,6 +2,7 @@ title: Vision Tool description: The `VisionTool` is designed to extract text from images. icon: eye +mode: "wide" --- # `VisionTool` diff --git a/docs/en/tools/automation/apifyactorstool.mdx b/docs/en/tools/automation/apifyactorstool.mdx index 0f0835b9f..f1048151c 100644 --- a/docs/en/tools/automation/apifyactorstool.mdx +++ b/docs/en/tools/automation/apifyactorstool.mdx @@ -3,6 +3,7 @@ title: Apify Actors description: "`ApifyActorsTool` lets you call Apify Actors to provide your CrewAI workflows with web scraping, crawling, data extraction, and web automation capabilities." # hack to use custom Apify icon icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*" +mode: "wide" --- # `ApifyActorsTool` diff --git a/docs/en/tools/automation/composiotool.mdx b/docs/en/tools/automation/composiotool.mdx index b72e09dcd..b8edbc253 100644 --- a/docs/en/tools/automation/composiotool.mdx +++ b/docs/en/tools/automation/composiotool.mdx @@ -2,6 +2,7 @@ title: Composio Tool description: Composio provides 250+ production-ready tools for AI agents with flexible authentication management. icon: gear-code +mode: "wide" --- # `ComposioToolSet` diff --git a/docs/en/tools/automation/multiontool.mdx b/docs/en/tools/automation/multiontool.mdx index e5c82f7dd..2bb4877f1 100644 --- a/docs/en/tools/automation/multiontool.mdx +++ b/docs/en/tools/automation/multiontool.mdx @@ -2,6 +2,7 @@ title: MultiOn Tool description: The `MultiOnTool` empowers CrewAI agents with the capability to navigate and interact with the web through natural language instructions. icon: globe +mode: "wide" --- ## Overview diff --git a/docs/en/tools/automation/overview.mdx b/docs/en/tools/automation/overview.mdx index a85ac9d6c..d10ea0eff 100644 --- a/docs/en/tools/automation/overview.mdx +++ b/docs/en/tools/automation/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Automate workflows and integrate with external platforms and services" icon: "face-smile" +mode: "wide" --- These tools enable your agents to automate workflows, integrate with external platforms, and connect with various third-party services for enhanced functionality. diff --git a/docs/en/tools/automation/zapieractionstool.mdx b/docs/en/tools/automation/zapieractionstool.mdx index 378a1b6e3..468b77eda 100644 --- a/docs/en/tools/automation/zapieractionstool.mdx +++ b/docs/en/tools/automation/zapieractionstool.mdx @@ -2,6 +2,7 @@ title: Zapier Actions Tool description: The `ZapierActionsAdapter` exposes Zapier actions as CrewAI tools for automation. icon: bolt +mode: "wide" --- # `ZapierActionsAdapter` diff --git a/docs/en/tools/cloud-storage/bedrockkbretriever.mdx b/docs/en/tools/cloud-storage/bedrockkbretriever.mdx index 3868f636a..9fcb233da 100644 --- a/docs/en/tools/cloud-storage/bedrockkbretriever.mdx +++ b/docs/en/tools/cloud-storage/bedrockkbretriever.mdx @@ -2,6 +2,7 @@ title: 'Bedrock Knowledge Base Retriever' description: 'Retrieve information from Amazon Bedrock Knowledge Bases using natural language queries' icon: aws +mode: "wide" --- # `BedrockKBRetrieverTool` diff --git a/docs/en/tools/cloud-storage/overview.mdx b/docs/en/tools/cloud-storage/overview.mdx index 57aa288af..093bff17d 100644 --- a/docs/en/tools/cloud-storage/overview.mdx +++ b/docs/en/tools/cloud-storage/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Interact with cloud services, storage systems, and cloud-based AI platforms" icon: "face-smile" +mode: "wide" --- These tools enable your agents to interact with cloud services, access cloud storage, and leverage cloud-based AI platforms for scalable operations. diff --git a/docs/en/tools/cloud-storage/s3readertool.mdx b/docs/en/tools/cloud-storage/s3readertool.mdx index 386337713..d206b8e8c 100644 --- a/docs/en/tools/cloud-storage/s3readertool.mdx +++ b/docs/en/tools/cloud-storage/s3readertool.mdx @@ -2,6 +2,7 @@ title: S3 Reader Tool description: The `S3ReaderTool` enables CrewAI agents to read files from Amazon S3 buckets. icon: aws +mode: "wide" --- # `S3ReaderTool` diff --git a/docs/en/tools/cloud-storage/s3writertool.mdx b/docs/en/tools/cloud-storage/s3writertool.mdx index bd58cae4b..6cad847ef 100644 --- a/docs/en/tools/cloud-storage/s3writertool.mdx +++ b/docs/en/tools/cloud-storage/s3writertool.mdx @@ -2,6 +2,7 @@ title: S3 Writer Tool description: The `S3WriterTool` enables CrewAI agents to write content to files in Amazon S3 buckets. icon: aws +mode: "wide" --- # `S3WriterTool` diff --git a/docs/en/tools/database-data/mongodbvectorsearchtool.mdx b/docs/en/tools/database-data/mongodbvectorsearchtool.mdx index 35d0fe0f1..09c5ee518 100644 --- a/docs/en/tools/database-data/mongodbvectorsearchtool.mdx +++ b/docs/en/tools/database-data/mongodbvectorsearchtool.mdx @@ -2,6 +2,7 @@ title: MongoDB Vector Search Tool description: The `MongoDBVectorSearchTool` performs vector search on MongoDB Atlas with optional indexing helpers. icon: "leaf" +mode: "wide" --- # `MongoDBVectorSearchTool` diff --git a/docs/en/tools/database-data/mysqltool.mdx b/docs/en/tools/database-data/mysqltool.mdx index db59be446..efdd3371f 100644 --- a/docs/en/tools/database-data/mysqltool.mdx +++ b/docs/en/tools/database-data/mysqltool.mdx @@ -2,6 +2,7 @@ title: MySQL RAG Search description: The `MySQLSearchTool` is designed to search MySQL databases and return the most relevant results. icon: database +mode: "wide" --- ## Overview diff --git a/docs/en/tools/database-data/nl2sqltool.mdx b/docs/en/tools/database-data/nl2sqltool.mdx index 0f983fb70..43a3f8944 100644 --- a/docs/en/tools/database-data/nl2sqltool.mdx +++ b/docs/en/tools/database-data/nl2sqltool.mdx @@ -2,6 +2,7 @@ title: NL2SQL Tool description: The `NL2SQLTool` is designed to convert natural language to SQL queries. icon: language +mode: "wide" --- ## Overview diff --git a/docs/en/tools/database-data/overview.mdx b/docs/en/tools/database-data/overview.mdx index 50522af5e..19c14ed3c 100644 --- a/docs/en/tools/database-data/overview.mdx +++ b/docs/en/tools/database-data/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Connect to databases, vector stores, and data warehouses for comprehensive data access" icon: "face-smile" +mode: "wide" --- These tools enable your agents to interact with various database systems, from traditional SQL databases to modern vector stores and data warehouses. diff --git a/docs/en/tools/database-data/pgsearchtool.mdx b/docs/en/tools/database-data/pgsearchtool.mdx index b4ad46c3e..d4a228fdd 100644 --- a/docs/en/tools/database-data/pgsearchtool.mdx +++ b/docs/en/tools/database-data/pgsearchtool.mdx @@ -2,6 +2,7 @@ title: PG RAG Search description: The `PGSearchTool` is designed to search PostgreSQL databases and return the most relevant results. icon: elephant +mode: "wide" --- ## Overview diff --git a/docs/en/tools/database-data/qdrantvectorsearchtool.mdx b/docs/en/tools/database-data/qdrantvectorsearchtool.mdx index ffeb0324c..8a6491ca9 100644 --- a/docs/en/tools/database-data/qdrantvectorsearchtool.mdx +++ b/docs/en/tools/database-data/qdrantvectorsearchtool.mdx @@ -2,6 +2,7 @@ title: 'Qdrant Vector Search Tool' description: 'Semantic search capabilities for CrewAI agents using Qdrant vector database' icon: vector-square +mode: "wide" --- ## Overview diff --git a/docs/en/tools/database-data/singlestoresearchtool.mdx b/docs/en/tools/database-data/singlestoresearchtool.mdx index 30c6b7786..8275c12f9 100644 --- a/docs/en/tools/database-data/singlestoresearchtool.mdx +++ b/docs/en/tools/database-data/singlestoresearchtool.mdx @@ -2,6 +2,7 @@ title: SingleStore Search Tool description: The `SingleStoreSearchTool` safely executes SELECT/SHOW queries on SingleStore with pooling. icon: circle +mode: "wide" --- # `SingleStoreSearchTool` diff --git a/docs/en/tools/database-data/snowflakesearchtool.mdx b/docs/en/tools/database-data/snowflakesearchtool.mdx index 4d2e94149..ac516b664 100644 --- a/docs/en/tools/database-data/snowflakesearchtool.mdx +++ b/docs/en/tools/database-data/snowflakesearchtool.mdx @@ -2,6 +2,7 @@ title: Snowflake Search Tool description: The `SnowflakeSearchTool` enables CrewAI agents to execute SQL queries and perform semantic search on Snowflake data warehouses. icon: snowflake +mode: "wide" --- # `SnowflakeSearchTool` diff --git a/docs/en/tools/database-data/weaviatevectorsearchtool.mdx b/docs/en/tools/database-data/weaviatevectorsearchtool.mdx index 2703e8643..3fd0a3bf0 100644 --- a/docs/en/tools/database-data/weaviatevectorsearchtool.mdx +++ b/docs/en/tools/database-data/weaviatevectorsearchtool.mdx @@ -2,6 +2,7 @@ title: Weaviate Vector Search description: The `WeaviateVectorSearchTool` is designed to search a Weaviate vector database for semantically similar documents using hybrid search. icon: network-wired +mode: "wide" --- ## Overview diff --git a/docs/en/tools/file-document/csvsearchtool.mdx b/docs/en/tools/file-document/csvsearchtool.mdx index af39c58cb..58d519332 100644 --- a/docs/en/tools/file-document/csvsearchtool.mdx +++ b/docs/en/tools/file-document/csvsearchtool.mdx @@ -2,6 +2,7 @@ title: CSV RAG Search description: The `CSVSearchTool` is a powerful RAG (Retrieval-Augmented Generation) tool designed for semantic searches within a CSV file's content. icon: file-csv +mode: "wide" --- # `CSVSearchTool` diff --git a/docs/en/tools/file-document/directoryreadtool.mdx b/docs/en/tools/file-document/directoryreadtool.mdx index d246dfaa5..3fa2a8b48 100644 --- a/docs/en/tools/file-document/directoryreadtool.mdx +++ b/docs/en/tools/file-document/directoryreadtool.mdx @@ -2,6 +2,7 @@ title: Directory Read description: The `DirectoryReadTool` is a powerful utility designed to provide a comprehensive listing of directory contents. icon: folder-tree +mode: "wide" --- # `DirectoryReadTool` diff --git a/docs/en/tools/file-document/directorysearchtool.mdx b/docs/en/tools/file-document/directorysearchtool.mdx index e684fef39..4ba111636 100644 --- a/docs/en/tools/file-document/directorysearchtool.mdx +++ b/docs/en/tools/file-document/directorysearchtool.mdx @@ -2,6 +2,7 @@ title: Directory RAG Search description: The `DirectorySearchTool` is a powerful RAG (Retrieval-Augmented Generation) tool designed for semantic searches within a directory's content. icon: address-book +mode: "wide" --- # `DirectorySearchTool` diff --git a/docs/en/tools/file-document/docxsearchtool.mdx b/docs/en/tools/file-document/docxsearchtool.mdx index 9e7ebee44..c70dc7ab4 100644 --- a/docs/en/tools/file-document/docxsearchtool.mdx +++ b/docs/en/tools/file-document/docxsearchtool.mdx @@ -2,6 +2,7 @@ title: DOCX RAG Search description: The `DOCXSearchTool` is a RAG tool designed for semantic searching within DOCX documents. icon: file-word +mode: "wide" --- # `DOCXSearchTool` diff --git a/docs/en/tools/file-document/filereadtool.mdx b/docs/en/tools/file-document/filereadtool.mdx index 50d7f167e..43646c8dc 100644 --- a/docs/en/tools/file-document/filereadtool.mdx +++ b/docs/en/tools/file-document/filereadtool.mdx @@ -2,6 +2,7 @@ title: File Read description: The `FileReadTool` is designed to read files from the local file system. icon: folders +mode: "wide" --- ## Overview diff --git a/docs/en/tools/file-document/filewritetool.mdx b/docs/en/tools/file-document/filewritetool.mdx index 5e00801b7..f8bc464ce 100644 --- a/docs/en/tools/file-document/filewritetool.mdx +++ b/docs/en/tools/file-document/filewritetool.mdx @@ -2,6 +2,7 @@ title: File Write description: The `FileWriterTool` is designed to write content to files. icon: file-pen +mode: "wide" --- # `FileWriterTool` diff --git a/docs/en/tools/file-document/jsonsearchtool.mdx b/docs/en/tools/file-document/jsonsearchtool.mdx index f7391b92a..6228ccbc2 100644 --- a/docs/en/tools/file-document/jsonsearchtool.mdx +++ b/docs/en/tools/file-document/jsonsearchtool.mdx @@ -2,6 +2,7 @@ title: JSON RAG Search description: The `JSONSearchTool` is designed to search JSON files and return the most relevant results. icon: file-code +mode: "wide" --- # `JSONSearchTool` diff --git a/docs/en/tools/file-document/mdxsearchtool.mdx b/docs/en/tools/file-document/mdxsearchtool.mdx index fbf5dc340..c6b0ec2bc 100644 --- a/docs/en/tools/file-document/mdxsearchtool.mdx +++ b/docs/en/tools/file-document/mdxsearchtool.mdx @@ -2,6 +2,7 @@ title: MDX RAG Search description: The `MDXSearchTool` is designed to search MDX files and return the most relevant results. icon: markdown +mode: "wide" --- # `MDXSearchTool` diff --git a/docs/en/tools/file-document/ocrtool.mdx b/docs/en/tools/file-document/ocrtool.mdx index b07e2897e..162ca7834 100644 --- a/docs/en/tools/file-document/ocrtool.mdx +++ b/docs/en/tools/file-document/ocrtool.mdx @@ -2,6 +2,7 @@ title: OCR Tool description: The `OCRTool` extracts text from local images or image URLs using an LLM with vision. icon: image +mode: "wide" --- # `OCRTool` diff --git a/docs/en/tools/file-document/overview.mdx b/docs/en/tools/file-document/overview.mdx index 9e3a83b7b..4464f714a 100644 --- a/docs/en/tools/file-document/overview.mdx +++ b/docs/en/tools/file-document/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Read, write, and search through various file formats with CrewAI's document processing tools" icon: "face-smile" +mode: "wide" --- These tools enable your agents to work with various file formats and document types. From reading PDFs to processing JSON data, these tools handle all your document processing needs. diff --git a/docs/en/tools/file-document/pdf-text-writing-tool.mdx b/docs/en/tools/file-document/pdf-text-writing-tool.mdx index edbd1575c..3e387a7b2 100644 --- a/docs/en/tools/file-document/pdf-text-writing-tool.mdx +++ b/docs/en/tools/file-document/pdf-text-writing-tool.mdx @@ -2,6 +2,7 @@ title: PDF Text Writing Tool description: The `PDFTextWritingTool` writes text to specific positions in a PDF, supporting custom fonts. icon: file-pdf +mode: "wide" --- # `PDFTextWritingTool` diff --git a/docs/en/tools/file-document/pdfsearchtool.mdx b/docs/en/tools/file-document/pdfsearchtool.mdx index 0937165eb..68d15a55d 100644 --- a/docs/en/tools/file-document/pdfsearchtool.mdx +++ b/docs/en/tools/file-document/pdfsearchtool.mdx @@ -2,6 +2,7 @@ title: PDF RAG Search description: The `PDFSearchTool` is designed to search PDF files and return the most relevant results. icon: file-pdf +mode: "wide" --- # `PDFSearchTool` diff --git a/docs/en/tools/file-document/txtsearchtool.mdx b/docs/en/tools/file-document/txtsearchtool.mdx index a6490cc5d..7683d9954 100644 --- a/docs/en/tools/file-document/txtsearchtool.mdx +++ b/docs/en/tools/file-document/txtsearchtool.mdx @@ -2,6 +2,7 @@ title: TXT RAG Search description: The `TXTSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a text file. icon: file-lines +mode: "wide" --- ## Overview diff --git a/docs/en/tools/file-document/xmlsearchtool.mdx b/docs/en/tools/file-document/xmlsearchtool.mdx index 717e6bc2b..d0ba026b6 100644 --- a/docs/en/tools/file-document/xmlsearchtool.mdx +++ b/docs/en/tools/file-document/xmlsearchtool.mdx @@ -2,6 +2,7 @@ title: XML RAG Search description: The `XMLSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a XML file. icon: file-xml +mode: "wide" --- # `XMLSearchTool` diff --git a/docs/en/tools/integration/bedrockinvokeagenttool.mdx b/docs/en/tools/integration/bedrockinvokeagenttool.mdx index c9b2c6aac..b301591b6 100644 --- a/docs/en/tools/integration/bedrockinvokeagenttool.mdx +++ b/docs/en/tools/integration/bedrockinvokeagenttool.mdx @@ -2,6 +2,7 @@ title: Bedrock Invoke Agent Tool description: Enables CrewAI agents to invoke Amazon Bedrock Agents and leverage their capabilities within your workflows icon: aws +mode: "wide" --- # `BedrockInvokeAgentTool` diff --git a/docs/en/tools/overview.mdx b/docs/en/tools/overview.mdx index 36d926a08..fb9926f0b 100644 --- a/docs/en/tools/overview.mdx +++ b/docs/en/tools/overview.mdx @@ -2,6 +2,7 @@ title: "Tools Overview" description: "Discover CrewAI's extensive library of 40+ tools to supercharge your AI agents" icon: "toolbox" +mode: "wide" --- CrewAI provides an extensive library of pre-built tools to enhance your agents' capabilities. From file processing to web scraping, database queries to AI services - we've got you covered. @@ -11,7 +12,7 @@ CrewAI provides an extensive library of pre-built tools to enhance your agents' @@ -64,12 +65,21 @@ CrewAI provides an extensive library of pre-built tools to enhance your agents' - Automate workflows with Apify, Composio, and other integration platforms to connect your agents with external services. + Automate workflows with Apify, Composio, and other platforms to connect your agents with external services. + + + + Integrate CrewAI with external systems like Amazon Bedrock and the CrewAI Automation toolkit. diff --git a/docs/en/tools/search-research/arxivpapertool.mdx b/docs/en/tools/search-research/arxivpapertool.mdx index ce428fdda..f952ed348 100644 --- a/docs/en/tools/search-research/arxivpapertool.mdx +++ b/docs/en/tools/search-research/arxivpapertool.mdx @@ -2,6 +2,7 @@ title: Arxiv Paper Tool description: The `ArxivPaperTool` searches arXiv for papers matching a query and optionally downloads PDFs. icon: box-archive +mode: "wide" --- # `ArxivPaperTool` diff --git a/docs/en/tools/search-research/bravesearchtool.mdx b/docs/en/tools/search-research/bravesearchtool.mdx index b651b2a58..844f98a75 100644 --- a/docs/en/tools/search-research/bravesearchtool.mdx +++ b/docs/en/tools/search-research/bravesearchtool.mdx @@ -2,6 +2,7 @@ title: Brave Search description: The `BraveSearchTool` is designed to search the internet using the Brave Search API. icon: searchengin +mode: "wide" --- # `BraveSearchTool` diff --git a/docs/en/tools/search-research/codedocssearchtool.mdx b/docs/en/tools/search-research/codedocssearchtool.mdx index 83ab9270d..2c5890280 100644 --- a/docs/en/tools/search-research/codedocssearchtool.mdx +++ b/docs/en/tools/search-research/codedocssearchtool.mdx @@ -2,6 +2,7 @@ title: Code Docs RAG Search description: The `CodeDocsSearchTool` is a powerful RAG (Retrieval-Augmented Generation) tool designed for semantic searches within code documentation. icon: code +mode: "wide" --- # `CodeDocsSearchTool` diff --git a/docs/en/tools/search-research/databricks-query-tool.mdx b/docs/en/tools/search-research/databricks-query-tool.mdx index 5b471b452..709ba383e 100644 --- a/docs/en/tools/search-research/databricks-query-tool.mdx +++ b/docs/en/tools/search-research/databricks-query-tool.mdx @@ -2,6 +2,7 @@ title: Databricks SQL Query Tool description: The `DatabricksQueryTool` executes SQL queries against Databricks workspace tables. icon: trowel-bricks +mode: "wide" --- # `DatabricksQueryTool` diff --git a/docs/en/tools/search-research/exasearchtool.mdx b/docs/en/tools/search-research/exasearchtool.mdx index ec93c5566..fe180baef 100644 --- a/docs/en/tools/search-research/exasearchtool.mdx +++ b/docs/en/tools/search-research/exasearchtool.mdx @@ -2,6 +2,7 @@ title: EXA Search Web Loader description: The `EXASearchTool` is designed to perform a semantic search for a specified query from a text's content across the internet. icon: globe-pointer +mode: "wide" --- # `EXASearchTool` diff --git a/docs/en/tools/search-research/githubsearchtool.mdx b/docs/en/tools/search-research/githubsearchtool.mdx index 84a1ee9b3..b512ea43c 100644 --- a/docs/en/tools/search-research/githubsearchtool.mdx +++ b/docs/en/tools/search-research/githubsearchtool.mdx @@ -2,6 +2,7 @@ title: Github Search description: The `GithubSearchTool` is designed to search websites and convert them into clean markdown or structured data. icon: github +mode: "wide" --- # `GithubSearchTool` diff --git a/docs/en/tools/search-research/linkupsearchtool.mdx b/docs/en/tools/search-research/linkupsearchtool.mdx index 06b114631..2dabe49cc 100644 --- a/docs/en/tools/search-research/linkupsearchtool.mdx +++ b/docs/en/tools/search-research/linkupsearchtool.mdx @@ -2,6 +2,7 @@ title: Linkup Search Tool description: The `LinkupSearchTool` enables querying the Linkup API for contextual information. icon: link +mode: "wide" --- # `LinkupSearchTool` diff --git a/docs/en/tools/search-research/overview.mdx b/docs/en/tools/search-research/overview.mdx index 2ccd696fb..1c390268d 100644 --- a/docs/en/tools/search-research/overview.mdx +++ b/docs/en/tools/search-research/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Perform web searches, find repositories, and research information across the internet" icon: "face-smile" +mode: "wide" --- These tools enable your agents to search the web, research topics, and find information across various platforms including search engines, GitHub, and YouTube. diff --git a/docs/en/tools/search-research/serpapi-googlesearchtool.mdx b/docs/en/tools/search-research/serpapi-googlesearchtool.mdx index 94474e274..bf3e551e2 100644 --- a/docs/en/tools/search-research/serpapi-googlesearchtool.mdx +++ b/docs/en/tools/search-research/serpapi-googlesearchtool.mdx @@ -2,6 +2,7 @@ title: SerpApi Google Search Tool description: The `SerpApiGoogleSearchTool` performs Google searches using the SerpApi service. icon: google +mode: "wide" --- # `SerpApiGoogleSearchTool` diff --git a/docs/en/tools/search-research/serpapi-googleshoppingtool.mdx b/docs/en/tools/search-research/serpapi-googleshoppingtool.mdx index e7b745b25..13138b6f4 100644 --- a/docs/en/tools/search-research/serpapi-googleshoppingtool.mdx +++ b/docs/en/tools/search-research/serpapi-googleshoppingtool.mdx @@ -2,6 +2,7 @@ title: SerpApi Google Shopping Tool description: The `SerpApiGoogleShoppingTool` searches Google Shopping results using SerpApi. icon: cart-shopping +mode: "wide" --- # `SerpApiGoogleShoppingTool` diff --git a/docs/en/tools/search-research/serperdevtool.mdx b/docs/en/tools/search-research/serperdevtool.mdx index 7a179934e..0fab92cac 100644 --- a/docs/en/tools/search-research/serperdevtool.mdx +++ b/docs/en/tools/search-research/serperdevtool.mdx @@ -2,6 +2,7 @@ title: Google Serper Search description: The `SerperDevTool` is designed to search the internet and return the most relevant results. icon: google +mode: "wide" --- # `SerperDevTool` diff --git a/docs/en/tools/search-research/tavilyextractortool.mdx b/docs/en/tools/search-research/tavilyextractortool.mdx index 8f979831d..4b1d4b091 100644 --- a/docs/en/tools/search-research/tavilyextractortool.mdx +++ b/docs/en/tools/search-research/tavilyextractortool.mdx @@ -2,6 +2,7 @@ title: "Tavily Extractor Tool" description: "Extract structured content from web pages using the Tavily API" icon: square-poll-horizontal +mode: "wide" --- The `TavilyExtractorTool` allows CrewAI agents to extract structured content from web pages using the Tavily API. It can process single URLs or lists of URLs and provides options for controlling the extraction depth and including images. diff --git a/docs/en/tools/search-research/tavilysearchtool.mdx b/docs/en/tools/search-research/tavilysearchtool.mdx index 1c6bdd2c4..0d3af2ba3 100644 --- a/docs/en/tools/search-research/tavilysearchtool.mdx +++ b/docs/en/tools/search-research/tavilysearchtool.mdx @@ -2,6 +2,7 @@ title: "Tavily Search Tool" description: "Perform comprehensive web searches using the Tavily Search API" icon: "magnifying-glass" +mode: "wide" --- The `TavilySearchTool` provides an interface to the Tavily Search API, enabling CrewAI agents to perform comprehensive web searches. It allows for specifying search depth, topics, time ranges, included/excluded domains, and whether to include direct answers, raw content, or images in the results. diff --git a/docs/en/tools/search-research/websitesearchtool.mdx b/docs/en/tools/search-research/websitesearchtool.mdx index 961e9fddd..ad60c76bd 100644 --- a/docs/en/tools/search-research/websitesearchtool.mdx +++ b/docs/en/tools/search-research/websitesearchtool.mdx @@ -2,6 +2,7 @@ title: Website RAG Search description: The `WebsiteSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a website. icon: globe-stand +mode: "wide" --- # `WebsiteSearchTool` diff --git a/docs/en/tools/search-research/youtubechannelsearchtool.mdx b/docs/en/tools/search-research/youtubechannelsearchtool.mdx index 83055007a..c024fd7ce 100644 --- a/docs/en/tools/search-research/youtubechannelsearchtool.mdx +++ b/docs/en/tools/search-research/youtubechannelsearchtool.mdx @@ -2,6 +2,7 @@ title: YouTube Channel RAG Search description: The `YoutubeChannelSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a Youtube channel. icon: youtube +mode: "wide" --- # `YoutubeChannelSearchTool` diff --git a/docs/en/tools/search-research/youtubevideosearchtool.mdx b/docs/en/tools/search-research/youtubevideosearchtool.mdx index c095ccdc0..b52ffa448 100644 --- a/docs/en/tools/search-research/youtubevideosearchtool.mdx +++ b/docs/en/tools/search-research/youtubevideosearchtool.mdx @@ -2,6 +2,7 @@ title: YouTube Video RAG Search description: The `YoutubeVideoSearchTool` is designed to perform a RAG (Retrieval-Augmented Generation) search within the content of a Youtube video. icon: youtube +mode: "wide" --- # `YoutubeVideoSearchTool` diff --git a/docs/en/tools/tool-integrations/overview.mdx b/docs/en/tools/tool-integrations/overview.mdx new file mode 100644 index 000000000..6f59ca471 --- /dev/null +++ b/docs/en/tools/tool-integrations/overview.mdx @@ -0,0 +1,31 @@ +--- +title: Overview +description: Integrations for deploying and automating crews with external platforms +icon: face-smile +mode: "wide" +--- + +## Available Integrations + + + + Invoke Amazon Bedrock Agents from CrewAI to orchestrate actions across AWS services. + + + + Automate deployment and operations by integrating CrewAI with external platforms and workflows. + + + +Use these integrations to connect CrewAI with your infrastructure and workflows. + diff --git a/docs/en/tools/web-scraping/brightdata-tools.mdx b/docs/en/tools/web-scraping/brightdata-tools.mdx index a2e9799f8..36da3c461 100644 --- a/docs/en/tools/web-scraping/brightdata-tools.mdx +++ b/docs/en/tools/web-scraping/brightdata-tools.mdx @@ -2,6 +2,7 @@ title: Bright Data Tools description: Bright Data integrations for SERP search, Web Unlocker scraping, and Dataset API. icon: spider +mode: "wide" --- # Bright Data Tools diff --git a/docs/en/tools/web-scraping/browserbaseloadtool.mdx b/docs/en/tools/web-scraping/browserbaseloadtool.mdx index 329c3a0ad..e53834d4b 100644 --- a/docs/en/tools/web-scraping/browserbaseloadtool.mdx +++ b/docs/en/tools/web-scraping/browserbaseloadtool.mdx @@ -2,6 +2,7 @@ title: Browserbase Web Loader description: Browserbase is a developer platform to reliably run, manage, and monitor headless browsers. icon: browser +mode: "wide" --- # `BrowserbaseLoadTool` diff --git a/docs/en/tools/web-scraping/firecrawlcrawlwebsitetool.mdx b/docs/en/tools/web-scraping/firecrawlcrawlwebsitetool.mdx index ddc28f92b..15e44996c 100644 --- a/docs/en/tools/web-scraping/firecrawlcrawlwebsitetool.mdx +++ b/docs/en/tools/web-scraping/firecrawlcrawlwebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Crawl Website description: The `FirecrawlCrawlWebsiteTool` is designed to crawl and convert websites into clean markdown or structured data. icon: fire-flame +mode: "wide" --- # `FirecrawlCrawlWebsiteTool` diff --git a/docs/en/tools/web-scraping/firecrawlscrapewebsitetool.mdx b/docs/en/tools/web-scraping/firecrawlscrapewebsitetool.mdx index 54b08642c..51bb672ef 100644 --- a/docs/en/tools/web-scraping/firecrawlscrapewebsitetool.mdx +++ b/docs/en/tools/web-scraping/firecrawlscrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Scrape Website description: The `FirecrawlScrapeWebsiteTool` is designed to scrape websites and convert them into clean markdown or structured data. icon: fire-flame +mode: "wide" --- # `FirecrawlScrapeWebsiteTool` diff --git a/docs/en/tools/web-scraping/firecrawlsearchtool.mdx b/docs/en/tools/web-scraping/firecrawlsearchtool.mdx index 545489f2c..9864bfcf5 100644 --- a/docs/en/tools/web-scraping/firecrawlsearchtool.mdx +++ b/docs/en/tools/web-scraping/firecrawlsearchtool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Search description: The `FirecrawlSearchTool` is designed to search websites and convert them into clean markdown or structured data. icon: fire-flame +mode: "wide" --- # `FirecrawlSearchTool` diff --git a/docs/en/tools/web-scraping/hyperbrowserloadtool.mdx b/docs/en/tools/web-scraping/hyperbrowserloadtool.mdx index 15629bbf4..2c69431b9 100644 --- a/docs/en/tools/web-scraping/hyperbrowserloadtool.mdx +++ b/docs/en/tools/web-scraping/hyperbrowserloadtool.mdx @@ -2,6 +2,7 @@ title: Hyperbrowser Load Tool description: The `HyperbrowserLoadTool` enables web scraping and crawling using Hyperbrowser. icon: globe +mode: "wide" --- # `HyperbrowserLoadTool` diff --git a/docs/en/tools/web-scraping/overview.mdx b/docs/en/tools/web-scraping/overview.mdx index d5ae7d784..0031cf33e 100644 --- a/docs/en/tools/web-scraping/overview.mdx +++ b/docs/en/tools/web-scraping/overview.mdx @@ -2,6 +2,7 @@ title: "Overview" description: "Extract data from websites and automate browser interactions with powerful scraping tools" icon: "face-smile" +mode: "wide" --- These tools enable your agents to interact with the web, extract data from websites, and automate browser-based tasks. From simple web scraping to complex browser automation, these tools cover all your web interaction needs. diff --git a/docs/en/tools/web-scraping/oxylabsscraperstool.mdx b/docs/en/tools/web-scraping/oxylabsscraperstool.mdx index 6c90f0908..4529a90b7 100644 --- a/docs/en/tools/web-scraping/oxylabsscraperstool.mdx +++ b/docs/en/tools/web-scraping/oxylabsscraperstool.mdx @@ -7,6 +7,7 @@ description: > - `Google Seach` - `Universal` icon: globe +mode: "wide" --- ## Installation diff --git a/docs/en/tools/web-scraping/scrapeelementfromwebsitetool.mdx b/docs/en/tools/web-scraping/scrapeelementfromwebsitetool.mdx index 0ca5edc68..7925bacd1 100644 --- a/docs/en/tools/web-scraping/scrapeelementfromwebsitetool.mdx +++ b/docs/en/tools/web-scraping/scrapeelementfromwebsitetool.mdx @@ -2,6 +2,7 @@ title: Scrape Element From Website Tool description: The `ScrapeElementFromWebsiteTool` enables CrewAI agents to extract specific elements from websites using CSS selectors. icon: code +mode: "wide" --- # `ScrapeElementFromWebsiteTool` diff --git a/docs/en/tools/web-scraping/scrapegraphscrapetool.mdx b/docs/en/tools/web-scraping/scrapegraphscrapetool.mdx index 2434e77ed..f5bb29cb1 100644 --- a/docs/en/tools/web-scraping/scrapegraphscrapetool.mdx +++ b/docs/en/tools/web-scraping/scrapegraphscrapetool.mdx @@ -2,6 +2,7 @@ title: Scrapegraph Scrape Tool description: The `ScrapegraphScrapeTool` leverages Scrapegraph AI's SmartScraper API to intelligently extract content from websites. icon: chart-area +mode: "wide" --- # `ScrapegraphScrapeTool` diff --git a/docs/en/tools/web-scraping/scrapewebsitetool.mdx b/docs/en/tools/web-scraping/scrapewebsitetool.mdx index 36ae2a133..e67a64d3d 100644 --- a/docs/en/tools/web-scraping/scrapewebsitetool.mdx +++ b/docs/en/tools/web-scraping/scrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Scrape Website description: The `ScrapeWebsiteTool` is designed to extract and read the content of a specified website. icon: magnifying-glass-location +mode: "wide" --- # `ScrapeWebsiteTool` diff --git a/docs/en/tools/web-scraping/scrapflyscrapetool.mdx b/docs/en/tools/web-scraping/scrapflyscrapetool.mdx index 1109b336c..fd6df7701 100644 --- a/docs/en/tools/web-scraping/scrapflyscrapetool.mdx +++ b/docs/en/tools/web-scraping/scrapflyscrapetool.mdx @@ -2,6 +2,7 @@ title: Scrapfly Scrape Website Tool description: The `ScrapflyScrapeWebsiteTool` leverages Scrapfly's web scraping API to extract content from websites in various formats. icon: spider +mode: "wide" --- # `ScrapflyScrapeWebsiteTool` diff --git a/docs/en/tools/web-scraping/seleniumscrapingtool.mdx b/docs/en/tools/web-scraping/seleniumscrapingtool.mdx index f08469f73..fdb0a6ebf 100644 --- a/docs/en/tools/web-scraping/seleniumscrapingtool.mdx +++ b/docs/en/tools/web-scraping/seleniumscrapingtool.mdx @@ -2,6 +2,7 @@ title: Selenium Scraper description: The `SeleniumScrapingTool` is designed to extract and read the content of a specified website using Selenium. icon: clipboard-user +mode: "wide" --- # `SeleniumScrapingTool` diff --git a/docs/en/tools/web-scraping/serperscrapewebsitetool.mdx b/docs/en/tools/web-scraping/serperscrapewebsitetool.mdx index 1c65b63e0..105492388 100644 --- a/docs/en/tools/web-scraping/serperscrapewebsitetool.mdx +++ b/docs/en/tools/web-scraping/serperscrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Serper Scrape Website description: The `SerperScrapeWebsiteTool` is designed to scrape websites and extract clean, readable content using Serper's scraping API. icon: globe +mode: "wide" --- # `SerperScrapeWebsiteTool` diff --git a/docs/en/tools/web-scraping/spidertool.mdx b/docs/en/tools/web-scraping/spidertool.mdx index 4953e9cd6..cae760f1f 100644 --- a/docs/en/tools/web-scraping/spidertool.mdx +++ b/docs/en/tools/web-scraping/spidertool.mdx @@ -2,6 +2,7 @@ title: Spider Scraper description: The `SpiderTool` is designed to extract and read the content of a specified website using Spider. icon: spider-web +mode: "wide" --- # `SpiderTool` diff --git a/docs/en/tools/web-scraping/stagehandtool.mdx b/docs/en/tools/web-scraping/stagehandtool.mdx index 13de0853e..442be59cb 100644 --- a/docs/en/tools/web-scraping/stagehandtool.mdx +++ b/docs/en/tools/web-scraping/stagehandtool.mdx @@ -2,6 +2,7 @@ title: Stagehand Tool description: Web automation tool that integrates Stagehand with CrewAI for browser interaction and automation icon: hand +mode: "wide" --- diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 000000000..5f71c4f4f --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1,96 @@ +--- +title: "CrewAI Documentation" +description: "Build collaborative AI agents, crews, and flows — fast." +mode: "center" +--- + +
+ CrewAI +

+ Orchestrate multi‑agent systems and flows with guardrails, memory, knowledge, tools, and observability. Production‑ready by default. +

+ + +
+ + + + Create your first crew in minutes. Learn the core runtime, project layout, and dev loop. + + + Install via UV and set up environment keys for OpenAI and tools. + + + Create, run, train, test, deploy, and manage configs — all from the CLI. + + + + + + Compose robust agents with memory, knowledge, and tools. Structure outputs with Pydantic. + + + Design complex workflows with start/listen/router, state, persistence, and resumability. + + + Short‑term, long‑term, and entity memory. Built‑in knowledge with vector storage. + + + + + + Provider‑neutral client. ChromaDB by default, Qdrant supported. Configure per use case. + + + Traces with batching, metrics, and integrations (Langfuse, Phoenix, and more). + + + Deploy, automate with triggers, manage orgs, and run at scale. + + + + + CrewAI — multi‑agent orchestration +
Compose agents, tasks, flows, and tools — production‑ready by default.
+ + + +## Popular paths + +- Getting started: [/en/quickstart](/en/quickstart) +- Install + requirements: [/en/installation](/en/installation) +- Define crews via YAML: [/en/guides/crews/first-crew](/en/guides/crews/first-crew) +- Build flows: [/en/guides/flows/first-flow](/en/guides/flows/first-flow) +- API Reference: [/en/api-reference/introduction](/en/api-reference/introduction) + + + Looking for examples? Check out the examples repo and cookbooks under /en/examples/cookbooks. + + + + + If CrewAI helps you ship faster, give us a star and join the community. + + + Ask questions, share feedback, and see what others are building. + + + + diff --git a/docs/ko/api-reference/inputs.mdx b/docs/ko/api-reference/inputs.mdx index b9c0d5f1e..aacf05b1d 100644 --- a/docs/ko/api-reference/inputs.mdx +++ b/docs/ko/api-reference/inputs.mdx @@ -2,6 +2,7 @@ title: "GET /inputs" description: "크루가 필요로 하는 입력 확인" openapi: "/enterprise-api.ko.yaml GET /inputs" +mode: "wide" --- diff --git a/docs/ko/api-reference/introduction.mdx b/docs/ko/api-reference/introduction.mdx index 6cb5d7810..d53fad853 100644 --- a/docs/ko/api-reference/introduction.mdx +++ b/docs/ko/api-reference/introduction.mdx @@ -2,6 +2,7 @@ title: "소개" description: "CrewAI Enterprise REST API에 대한 완벽한 참고 자료" icon: "code" +mode: "wide" --- # CrewAI 엔터프라이즈 API diff --git a/docs/ko/api-reference/kickoff.mdx b/docs/ko/api-reference/kickoff.mdx index b343466a2..de2960685 100644 --- a/docs/ko/api-reference/kickoff.mdx +++ b/docs/ko/api-reference/kickoff.mdx @@ -2,6 +2,7 @@ title: "POST /kickoff" description: "크루 실행 시작" openapi: "/enterprise-api.ko.yaml POST /kickoff" +mode: "wide" --- diff --git a/docs/ko/api-reference/status.mdx b/docs/ko/api-reference/status.mdx index 7a7dbefad..ce7802f8f 100644 --- a/docs/ko/api-reference/status.mdx +++ b/docs/ko/api-reference/status.mdx @@ -2,6 +2,7 @@ title: "GET /status/{kickoff_id}" description: "실행 상태 조회" openapi: "/enterprise-api.ko.yaml GET /status/{kickoff_id}" +mode: "wide" --- diff --git a/docs/ko/changelog.mdx b/docs/ko/changelog.mdx new file mode 100644 index 000000000..463d32b1f --- /dev/null +++ b/docs/ko/changelog.mdx @@ -0,0 +1,1855 @@ +--- +title: "변경 로그" +description: "CrewAI의 제품 업데이트, 개선 사항 및 버그 수정" +icon: "clock" +mode: "wide" +--- + + + ## v0.177.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.177.0) + + ## 핵심 개선 사항 및 수정 사항 + + - `rag` 패키지와 현재 구현 간의 동등성 달성 + - 작업 및 에이전트 메타데이터를 통한 LLM 이벤트 처리 개선 + - 변경 가능한 기본 인수를 `None`으로 교체하여 수정 + - 초기화 중 Pydantic 사용 중단 경고 억제 + - `README.md`의 깨진 예제 링크 수정 + - 호환성을 위해 Python 3.12+ 전용 Ruff 규칙 제거 + - CI 워크플로를 `uv`를 사용하도록 마이그레이션하고 개발 도구 업데이트 + + ## 새로운 기능 및 개선 사항 + + - 추적 개선 및 정리 추가 + - `events` 모듈을 `crewai.events`로 이동하여 이벤트 로직 중앙 집중화 + + ## 문서 및 가이드 + + - 엔터프라이즈 액션 인증 토큰 섹션 문서 업데이트 + - `v0.175.0` 릴리스에 대한 문서 업데이트 게시 + + ## 정리 및 리팩토링 + + - 더 나은 구조를 위해 파서를 모듈화된 함수로 리팩토링 + + + + ## v0.175.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.175.0) + + ## 핵심 개선 사항 및 수정 사항 + + - `crewai update` 중 `tool` 섹션의 마이그레이션 수정 + - OpenAI 핀을 되돌림: 이제 고정된 가져오기 문제로 인해 `openai >=1.13.3`이 필요함 + - 불안정한 테스트 수정 및 테스트 안정성 향상 + - HITL 및 순환 흐름에 대한 `Flow` 리스너의 재개 가능성 개선 + - `PlusAPI` 및 `TraceBatchManager`에서 타임아웃 처리 향상 + - 중복 작업을 줄이기 위해 엔티티 메모리 항목을 배치 처리 + + ## 새로운 기능 및 향상된 사항 + + - `Flow.start()` 메서드에 추가 매개변수 지원 추가 + - 자세한 CLI 출력에 작업 이름 표시 + - 중앙 집중식 임베딩 유형 추가 및 기본 임베딩 클라이언트 도입 + - ChromaDB 및 Qdrant에 대한 일반 클라이언트 도입 + - 토큰을 지우기 위한 `crewai config reset` 지원 추가 + - `crewai_trigger_payload` 자동 주입 활성화 + - RAG 클라이언트 초기화 간소화 및 RAG 구성 시스템 도입 + - Qdrant RAG 공급자 지원 추가 + - 더 나은 이벤트 데이터로 추적 개선 + - `crewai login`에서 Auth0 및 이메일 입력 제거 지원 추가 + + ## 문서 및 가이드 + + - 자동화 트리거에 대한 문서 추가 + - API 참조 OpenAPI 소스 및 리디렉션 수정 + - 문서에 하이브리드 검색 알파 매개변수 추가 + + ## 정리 및 사용 중단 + + - `Task.max_retries`에 대한 사용 중단 알림 추가 + - 로그인 흐름에서 Auth0 의존성 제거 + + + + ## v0.165.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.165.1) + + ## 핵심 개선 사항 및 수정 사항 + + - `configparser`를 위해 구성 값을 문자열로 변환하여 `XMLSearchTool`의 호환성 수정 + - `PytestUnraisableExceptionWarning`과 관련된 불안정한 Pytest 테스트 수정 + - 더 안정적인 CI 실행을 위해 테스트 스위트에서 텔레메트리 모의 + - Chroma 잠금 파일 처리를 `db_storage_path`로 이동 + - `chromadb`의 사용 중단 경고 무시 + - `ResponseTextConfigParam` 가져오기 문제로 인해 OpenAI 버전을 `<1.100.0`으로 고정 + + ## 새로운 기능 및 향상 사항 + + - 교환된 에이전트 메시지를 `ExternalMemory` 메타데이터에 포함 + - 자동으로 `crewai_trigger_payload` 주입 + - 내부 플래그 `inject_trigger_input`의 이름을 `allow_crewai_trigger_context`로 변경 + - 추적 개선 및 일시적인 추적 로직 지속 + - 추적 로직 조건 통합 + - `Mem0`에서 `agent_id`와 연결된 메모리 항목 지원 추가 + + ## 문서 및 가이드 + + - 도구 저장소 문서에 예제 추가 + - 단기 및 엔티티 메모리 통합을 위한 Mem0 문서 업데이트 + - 한국어 번역 수정 및 문장 구조 개선 + + ## 정리 및 잡일 + + - 사용 중단된 AgentOps 통합 제거 + + + + ## v0.165.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.165.0) + + ## 핵심 개선 사항 및 수정 사항 + + - `configparser`를 위해 구성 값을 문자열로 변환하여 `XMLSearchTool`의 호환성 수정 + - `PytestUnraisableExceptionWarning`과 관련된 불안정한 Pytest 테스트 수정 + - 더 안정적인 CI 실행을 위해 테스트 스위트에서 텔레메트리 모의 + - Chroma 잠금 파일 처리를 `db_storage_path`로 이동 + - `chromadb`의 사용 중단 경고 무시 + - `ResponseTextConfigParam` 가져오기 문제로 인해 OpenAI 버전을 `<1.100.0`으로 고정 + + ## 새로운 기능 및 향상 사항 + + - 교환된 에이전트 메시지를 `ExternalMemory` 메타데이터에 포함 + - 자동으로 `crewai_trigger_payload` 주입 + - 내부 플래그 `inject_trigger_input`의 이름을 `allow_crewai_trigger_context`로 변경 + - 추적 개선 및 일시적인 추적 로직 지속 + - 추적 로직 조건 통합 + - `Mem0`에서 `agent_id`와 연결된 메모리 항목 지원 추가 + + ## 문서 및 가이드 + + - 도구 저장소 문서에 예제 추가 + - 단기 및 엔티티 메모리 통합을 위한 Mem0 문서 업데이트 + - 한국어 번역 수정 및 문장 구조 개선 + + ## 정리 및 잡일 + + - 사용 중단된 AgentOps 통합 제거 + + + + ## v0.159.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.159.0) + + ## Core Improvements & Fixes + + - LLM 메시지 포맷팅 성능 개선으로 더 나은 런타임 효율성 제공 + - 엔터프라이즈 구성 auth/parameters에서 잘못된 엔드포인트 사용 수정 + - 부분 흐름 재개 중 안정성을 위해 리스너 재개 가능성 체크 주석 처리 + + ## New Features & Enhancements + + - 간소화된 엔터프라이즈 설정을 위한 CLI에 `enterprise configure` 명령 추가 + - 부분 흐름 재개 지원 도입 + + ## Documentation & Guides + + - 새로운 도구에 대한 문서 추가 + - 한국어 번역 추가 + - TrueFoundry 통합 세부정보로 문서 업데이트 + - RBAC 문서 추가 및 일반 정리 + - EN, PT-BR, KO 전반에 걸쳐 API 참조 수정 및 예제/요리책 개편 + + + + ## v0.157.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.157.0) + + ## v0.157.0 변경 사항 + + ## 핵심 개선 사항 및 수정 사항 + + - 긴 입력 도구에 대한 단어 줄 바꿈 활성화 + - `BaseModel` 항목으로 Flow 상태 지속 가능하도록 허용 + - 성능을 위해 `partition()`을 사용하여 문자열 작업 최적화 + - 더 이상 사용되지 않는 사용자 메모리 시스템에 대한 지원 중단 + - LiteLLM 버전을 `1.74.9`로 업데이트 + - CLI에서 모듈 누락 시 더 명확하게 표시하도록 수정 + - Okta를 통한 장치 인증 지원 + + ## 새로운 기능 및 향상된 사항 + + - 테스트와 함께 `crewai config` CLI 명령 그룹 추가 + - `crew.name`에 대한 기본값 지원 추가 + - 초기 추적 기능 도입 + - LangDB 통합 지원 추가 + - CLI 구성 문서화 지원 추가 + + ## 문서 및 가이드 + + - `connect_timeout` 속성으로 MCP 문서 업데이트 + - LangDB 통합 문서 추가 + - CLI 구성 문서 추가 + - 일반 기능 문서 업데이트 및 정리 + + + + ## v0.152.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.152.0) + + ## Core Improvements & Fixes + + - `crewai signup` 참조를 제거하고 `crewai login`으로 대체했습니다. + - `agent_id`를 사용하여 Mem0에 메모리를 추가하는 지원을 수정했습니다. + - Mem0 구성의 기본값을 변경했습니다. + - 누락된 모듈 파일을 명확하게 표시하도록 가져오기 오류를 업데이트했습니다. + - 이벤트 타임스탬프에 대한 시간대 지원을 추가했습니다. + + ## New Features & Enhancements + + - 사용자 정의 흐름 이름을 지원하도록 `Flow` 클래스를 향상시켰습니다. + - RAG 구성 요소를 전용 최상위 모듈로 리팩토링했습니다. + + ## Documentation & Guides + + - Google Vertex AI 문서에서 잘못된 모델 이름을 수정했습니다. + + + + ## v0.150.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.150.0) + + ## 핵심 개선 사항 및 수정 사항 + + - Chroma 클라이언트 초기화 주위에 파일 잠금 사용 + - FTS5 없이 SQLite와 관련된 우회 방법 제거 + - LLM 모델에 대해 자동으로 지원되지 않는 `stop` 매개변수 제거 + - `save` 메서드 수정 및 관련 테스트 케이스 업데이트 + - 마지막 메시지가 어시스턴트인 경우 Ollama 모델의 메시지 처리 수정 + - LLM 호출 오류에 대한 중복 출력 제거 + - `UserMemory`에 대한 사용 중단 알림 추가 + - LiteLLM을 버전 1.74.3으로 업그레이드 + + ## 새로운 기능 및 향상된 사항 + + - 내부 LLM 클래스를 통한 임시 도구 호출 지원 추가 + - Mem0 Storage를 v1.1에서 v2로 업데이트 + + ## 문서 및 가이드 + + - neatlogs 문서 수정 + - Search-Research 스위트에 Tavily Search & Extractor 도구 추가 + - `SerperScrapeWebsiteTool`에 대한 문서 추가 및 Serper 섹션 재구성 + - 일반 문서 업데이트 및 개선 + + ## crewai-tools v0.58.0 + ### 새로운 도구 / 향상된 사항 + - **SerperScrapeWebsiteTool**: URL에서 깨끗한 콘텐츠를 추출하는 도구 추가 + - **Bedrock AgentCore**: Bedrock 에이전트를 위한 브라우저 및 코드 해석기 툴킷 통합 + - **Stagehand 업데이트**: Stagehand 통합 리팩토링 및 업데이트 + + ### 수정 사항 및 정리 + - **FTS5 지원**: 테스트 워크플로우에서 개선된 텍스트 검색을 위한 SQLite FTS5 활성화 + - **테스트 속도 향상**: 더 빠른 CI 실행을 위해 GitHub Actions 테스트 스위트 병렬화 + - **정리**: FTS5 지원으로 인해 SQLite 우회 방법 제거 + **MongoDBVectorSearchTool**: 직렬화 및 스키마 처리 수정 + + + + ## v0.148.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.148.0) + + ## 핵심 개선 사항 및 수정 사항 + + - 프로덕션 WorkOS 환경 ID 사용 + - 테스트 워크플로우에 SQLite FTS5 지원 추가 + - 에이전트 지식 처리 수정 + - `LLM` 대신 `BaseLLM` 클래스를 사용하여 비교 + - `Task` 클래스에서 누락된 `create_directory` 매개변수 수정 + + ## 새로운 기능 및 향상 사항 + + - 에이전트 평가 기능 도입 + - 평가자 실험 및 회귀 테스트 방법 추가 + - 스레드 안전한 `AgentEvaluator` 구현 + - 에이전트 평가를 위한 이벤트 발생 활성화 + - 단일 `Agent` 및 `LiteAgent` 평가 지원 + - `neatlogs`와의 통합 추가 + - LLM 가드레일 이벤트에 대한 크루 컨텍스트 추적 추가 + + ## 문서 및 가이드 + + - `guardrail` 속성 및 사용 예제에 대한 문서 추가 + - `neatlogs`에 대한 통합 가이드 추가 + - 에이전트 리포지토리 및 `Agent.kickoff` 사용에 대한 문서 업데이트 + + + + ## v0.141.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.141.0) + + ## 핵심 개선 사항 및 수정 사항 + + - 병렬화를 통해 GitHub Actions 테스트 속도 향상 + + ## 새로운 기능 및 향상된 사항 + + - LLM 가드레일 이벤트에 대한 크루 컨텍스트 추적 추가 + + ## 문서 및 가이드 + + - 에이전트 리포지토리 사용에 대한 문서 추가 + - `Agent.kickoff` 메서드에 대한 문서 추가 + + + + ## v0.140.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.140.0) + + ## 핵심 개선 사항 및 수정 사항 + + - 테스트 프롬프트의 오타 수정 + - 크루 생성 시 후행 슬래시를 제거하여 프로젝트 이름 정규화 수정 + - 환경 변수가 대문자로 작성되도록 보장 + - LiteLLM 의존성 업데이트 + - `RAGStorage`에서 컬렉션 처리 리팩토링 + - PEP 621 동적 버전 관리 구현 + + ## 새로운 기능 및 향상된 사항 + + - 작업 및 에이전트별로 LLM 호출을 추적하는 기능 추가 + - 메모리 사용량 모니터링을 위한 `MemoryEvents` 도입 + - 메모리 시스템 및 LLM 가드레일 이벤트에 대한 콘솔 로깅 추가 + - 최대 7B 매개변수를 지원하는 모델에 대한 데이터 훈련 지원 개선 + - Scarf 및 Reo.dev 분석 추적 추가 + - CLI workos 로그인 + + ## 문서 및 가이드 + + - CLI LLM 문서 업데이트 + - 문서에 Nebius 통합 추가 + - 설치 및 pt-BR 문서의 오타 수정 + - `MemoryEvents`에 대한 문서 추가 + - 문서 리디렉션 구현 및 개발 도구 포함 + + + + ## v0.134.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.134.0) + + ## 핵심 개선 사항 및 수정 사항 + + - 도구 매개변수 구문 수정 + - `Task`의 타입 주석 수정 + - GitHub에서 LLM 데이터를 검색할 때 SSL 오류 수정 + - Pydantic 2.7.x와의 호환성 보장 + - 프로젝트 종속성에서 `mkdocs` 제거 + - Langfuse 코드 예제를 Python SDK v3로 업그레이드 + - `mem0` 저장소에 역할 정리 기능 추가 + - 메모리 재설정 중 Crew 검색 개선 + - 콘솔 프린터 출력 개선 + + ## 새로운 기능 및 향상 사항 + + - 정의된 `Tool` 속성에서 도구를 초기화하는 지원 추가 + - `CrewBase` 내에서 MCP 도구를 사용하는 공식 방법 추가 + - `CrewBase`에서 에이전트당 여러 도구를 선택할 수 있도록 MCP 도구 지원 향상 + - Oxylabs 웹 스크래핑 도구 추가 + + ## 문서 및 가이드 + + - `quickstart.mdx` 업데이트 + - `LLMGuardrail` 이벤트에 대한 문서 추가 + - 포괄적인 서비스 통합 세부정보로 문서 업데이트 + - MCP 및 Enterprise 도구에 대한 추천 필터 업데이트 + - Maxim 가시성에 대한 문서 업데이트 + - pt-BR 문서 번역 추가 + - 일반 문서 개선 + + + + ## v0.130.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.130.0) + + ## 핵심 개선 사항 및 수정 사항 + + - 도구 결과 출력과 관련된 중복 메시지 제거 + - 시작 시 `usage_metrics`에서 누락된 `manager_agent` 토큰 수정 + - 동적 환경 변수를 존중하도록 텔레메트리 싱글톤 수정 + - Flow 상태 로그가 인간 입력을 숨길 수 있는 문제 수정 + - 흐름 플로팅을 위한 기본 X축 간격 증가 + + ## 새로운 기능 및 향상된 사항 + + - CLI에서 다중 조직 작업 지원 추가 + - 더 효율적인 워크플로를 위한 비동기 도구 실행 활성화 + - Guardrail 통합과 함께 `LiteAgent` 도입 + - 최신 OpenAI 버전을 지원하도록 `LiteLLM` 업그레이드 + + ## 문서 및 가이드 + + - 도구 저장소에 대한 최소 `UV` 버전 문서화 + - 환각 방지 가이드라인에 대한 예제 개선 + - LLM 사용을 위한 계획 문서 업데이트 + - 에이전트 가시성에서 Maxim 지원에 대한 문서 추가 + - 기업 기능에 대한 이미지와 함께 통합 문서 확장 + - 지속성에 대한 가이드 수정 + - Python 버전 지원을 python 3.13.x로 업데이트 + + + + ## v0.126.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.126.0) + + ### 변경 사항 + + #### 핵심 개선 및 수정 + + - Python 3.13 지원 추가 + - 에이전트 지식 출처 문제 수정 + - 도구 저장소에서 사용 가능한 도구 지속화 + - 에이전트 저장소에서 자체 모듈을 통해 도구 로드 가능 + - LLM에 의해 호출될 때 도구 사용 기록 + + #### 새로운 기능 및 향상 + + - MCP 통합에서 스트리밍 가능한 HTTP 전송 지원 추가 + - 커뮤니티 분석 지원 추가 + - Gemini 예제를 포함한 OpenAI 호환 섹션 확장 + - 프롬프트 및 메모리 시스템에 대한 투명성 기능 도입 + - 도구 게시를 위한 소규모 개선 + + #### 문서 및 가이드 + + - 더 나은 탐색을 위한 문서의 주요 구조 조정 + - MCP 통합 문서 확장 + - 메모리 문서 및 README 시각 자료 업데이트 + - 비동기 시작 예제에서 누락된 await 키워드 수정 + - Portkey 및 Azure 임베딩 문서 업데이트 + - LLM 가이드에 기업 테스트 이미지 추가 + - README에 대한 일반 업데이트 + + + + ## v0.121.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.121.1) + + # 버그 수정 및 더 나은 문서 + + ## 변경 사항 + + - 여러 버그 수정 + - 문서 개선 + + ## 설치 + + 1. GitHub에서 리포지토리를 클론합니다. + ```bash + git clone https://github.com/username/repository.git + ``` + 2. 필요한 종속성을 설치합니다. + ```bash + cd repository + npm install + ``` + + ## 사용법 + + - 기본 사용법은 다음과 같습니다: + ```bash + npm start + ``` + + ## 기여 + + 기여를 원하시면, [기여 가이드](CONTRIBUTING.md)를 참조하세요. + + ## 라이센스 + + 이 프로젝트는 MIT 라이센스 하에 배포됩니다. 자세한 내용은 [LICENSE](LICENSE) 파일을 확인하세요. + + + + ## v0.121.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.121.0) + + # 변경 사항 + + ## 핵심 개선 및 수정 + + - 도구 생성 시 인코딩 오류 수정 + - llama 테스트 실패 수정 + - 일관성을 위한 로깅 구성 업데이트 + - 텔레메트리 초기화 및 이벤트 처리 개선 + + ## 새로운 기능 및 향상 + + - Task 클래스에 markdown 속성 추가 + - Agent 클래스에 reasoning 속성 추가 + - 자동 날짜 주입을 위한 Agent의 inject_date 플래그 추가 + - HallucinationGuardrail 구현 (테스트 커버리지와 함께 no-op) + + ## 문서 및 가이드 + + - StagehandTool에 대한 문서 추가 및 MDX 구조 개선 + - MCP 통합에 대한 문서 추가 및 기업 문서 업데이트 + - 지식 이벤트 문서화 및 reasoning 문서 업데이트 + - stop 매개변수 문서 추가 + - 문서 예제에서 import 참조 수정 (before_kickoff, after_kickoff) + - 명확성을 위한 일반 문서 업데이트 및 구조 조정 + + + + ## v0.120.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.120.1) + + ## 새로운 기능 + + * 하이픈이 있는 보간 수정 + + + + ## v0.120.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.120.0) + + ### 핵심 개선 사항 및 수정 사항 + • 더 엄격한 린팅을 위해 기본적으로 전체 Ruff 규칙 세트를 활성화했습니다. + • 컨텍스트 관리자를 사용하여 FilteredStream의 경쟁 조건을 해결했습니다. + • 에이전트 지식 초기화 문제를 수정했습니다. + • 에이전트 가져오기 로직을 유틸리티 모듈로 리팩토링했습니다. + + ### 새로운 기능 및 향상된 사항 + • 저장소에서 에이전트를 직접 로드하는 기능을 추가했습니다. + • Task에 대해 빈 컨텍스트를 설정할 수 있도록 했습니다. + • 에이전트 저장소 피드백을 향상시키고 Tool 자동 가져오기 동작을 수정했습니다. + • 지식 소스를 우회하여 지식을 직접 초기화하는 기능을 도입했습니다. + + ### 문서 및 가이드 + • 현재 보안 관행에 대한 security.md를 업데이트했습니다. + • 명확성을 위해 Google 설정 섹션을 정리했습니다. + • Gemini 키 입력 시 AI Studio에 대한 링크를 추가했습니다. + • Arize Phoenix 가시성 가이드를 업데이트했습니다. + • 흐름 문서를 새로 고쳤습니다. + + + + ## v0.119.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.119.0) + + What’s Changed + + ## Core Improvements & Fixes + + - Improved test reliability by enhancing pytest handling for flaky tests + - Fixed memory reset crash when embedding dimensions mismatch + - Enabled parent flow identification for Crew and LiteAgent + - Prevented telemetry-related crashes when unavailable + - Upgraded LiteLLM version for better compatibility + - Fixed llama converter tests by removing skip_external_api + + ## New Features & Enhancements + + - Introduced knowledge retrieval prompt re-writting in Agent for improved tracking and debugging + - Made LLM setup and quickstart guides model-agnostic + + ## Documentation & Guides + + - Added advanced configuration docs for the RAG tool + - Updated Windows troubleshooting guide + - Refined documentation examples for better clarity + - Fixed typos across docs and config files + + + + ## v0.118.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.118.0) + + ### 핵심 개선 사항 및 수정 사항 + + - 누락된 프롬프트 또는 시스템 템플릿 문제를 수정했습니다. + - 의도하지 않은 덮어쓰기를 방지하기 위해 전역 로깅 구성을 제거했습니다. + - 명확성을 높이기 위해 TaskGuardrail의 이름을 LLMGuardrail로 변경했습니다. + - 호환성을 위해 litellm을 버전 1.167.1로 다운그레이드했습니다. + - 모듈 초기화를 보장하기 위해 누락된 __init__.py 파일을 추가했습니다. + + ### 새로운 기능 및 향상된 사항 + + - AI 행동 제어를 단순화하기 위해 코드 없는 Guardrail 생성을 지원합니다. + + ### 문서 및 가이드 + + - 내부 사용을 반영하기 위해 CrewStructuredTool을 공개 문서에서 제거했습니다. + - 개선된 온보딩 경험을 위해 기업 문서 및 YouTube 임베드를 업데이트했습니다. + + + + ## v0.117.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.117.1) + + * 빌드: crewai-tools 업그레이드 + * liteLLM을 최신 버전으로 업그레이드 + * Mem0 OSS 수정 + + + + ## v0.117.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.117.0) + + # 변경 사항 + + ## 새로운 기능 및 향상 + + - `@tool` 데코레이터에서 `result_as_answer` 매개변수 지원 추가. + - 새로운 언어 모델 지원 도입: GPT-4.1, Gemini-2.0, Gemini-2.5 Pro. + - 지식 관리 기능 향상. + - CLI에서 Huggingface 제공자 옵션 추가. + - Python 3.10+에 대한 호환성 및 CI 지원 개선. + + ## 핵심 개선 사항 및 수정 + + - 잘못된 템플릿 매개변수 및 누락된 입력 문제 수정. + - 코루틴 조건 검사를 통한 비동기 흐름 처리 개선. + - 격리된 구성 및 올바른 메모리 객체 복사를 통한 메모리 관리 향상. + - 올바른 참조로 라이트 에이전트 초기화 수정. + - Python 타입 힌트 문제 해결 및 불필요한 임포트 제거. + - 도구 사용 추적 개선을 위한 이벤트 배치 업데이트. + - 흐름 실패 시 명시적 예외 발생. + - 다양한 모듈에서 사용되지 않는 코드 및 불필요한 주석 제거. + - GitHub App 토큰 작업을 v2로 업데이트. + + ## 문서 및 가이드 + + - 기업 배포 지침을 포함한 문서 구조 향상. + - 문서 생성을 위한 출력 폴더 자동 생성. + - `WeaviateVectorSearchTool` 문서의 깨진 링크 수정. + - JSON 검색 도구에 대한 가드레일 문서 사용 및 임포트 경로 수정. + - `CodeInterpreterTool`에 대한 문서 업데이트. + - 문서 페이지의 SEO, 맥락 내 탐색 및 오류 처리 개선. + + + + ## v0.114.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.114.0) + + # 변경 사항 + + ## 새로운 기능 및 향상 + + - 에이전트를 원자 단위로 사용. (`Agent(...).kickoff()`) + - 사용자 정의 LLM 구현 지원. + - 외부 메모리 및 Opik 가시성 통합. + - YAML 추출 향상. + - 다중 모드 에이전트 검증. + - 에이전트 및 크루를 위한 보안 지문 추가. + + ## 핵심 개선 사항 및 수정 + + - 직렬화, 에이전트 복사 및 Python 호환성 개선. + - emit()에 와일드카드 지원 추가. + - 추가 라우터 호출 및 컨텍스트 창 조정 지원 추가. + - 타입 문제, 검증 및 import 문 수정. + - 메서드 성능 개선. + - 에이전트 작업 처리, 이벤트 발생 및 메모리 관리 향상. + - CLI 문제, 조건부 작업, 복제 동작 및 도구 출력 수정. + + ## 문서 및 가이드 + + - 문서 구조, 테마 및 조직 개선. + - WSL2, W&B Weave 및 Arize Phoenix와 함께하는 로컬 NVIDIA NIM에 대한 가이드 추가. + - 도구 구성 예제, 프롬프트 및 가시성 문서 업데이트. + - Flows 내에서 단일 에이전트를 사용하는 방법에 대한 가이드. + + + + ## v0.108.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.108.0) + + # 기능 + + - PR #2190에서 crew.py 템플릿의 탭을 공백으로 변환했습니다. + - PR #2266에서 LLM 스트리밍 응답 처리 및 이벤트 시스템을 개선했습니다. + - PR #2310에서 model_name을 포함했습니다. + - PR #2321에서 풍부한 시각화와 개선된 로깅을 갖춘 이벤트 리스너를 강화했습니다. + - PR #2332에서 지문을 추가했습니다. + + # 버그 수정 + + - PR #2308에서 Mistral 문제를 수정했습니다. + - PR #2370에서 문서의 버그를 수정했습니다. + - PR #2369에서 지문 속성의 타입 검사 오류를 수정했습니다. + + # 문서 업데이트 + + - PR #2259에서 도구 문서를 개선했습니다. + - PR #2196에서 uv 도구 패키지의 설치 가이드를 업데이트했습니다. + - PR #2363에서 uv 도구로 crewAI를 업그레이드하는 방법에 대한 지침을 추가했습니다. + - PR #2254에서 ApifyActorsTool에 대한 문서를 추가했습니다. + + + + ## v0.105.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.105.0) + + **핵심 개선 사항 및 수정 사항** + - 누락된 템플릿 변수 및 사용자 메모리 구성 문제를 수정했습니다. + - 비동기 흐름 지원을 개선하고 에이전트 응답 형식을 조정했습니다. + - 메모리 초기화 기능을 강화하고 CLI 메모리 명령을 수정했습니다. + - 타입 문제, 도구 호출 속성 및 텔레메트리 분리를 수정했습니다. + + **새로운 기능 및 향상된 사항** + - 흐름 상태 내보내기를 추가하고 상태 유틸리티를 개선했습니다. + - 선택적 크루 임베더를 사용한 에이전트 지식 설정을 강화했습니다. + - 더 나은 관찰 가능성과 LLM 호출 추적을 위한 이벤트 발행기를 도입했습니다. + - Python 3.10 및 langchain_ollama의 ChatOllama에 대한 지원을 추가했습니다. + - o3-mini 모델에 대한 컨텍스트 윈도우 크기 지원을 통합했습니다. + - 여러 라우터 호출에 대한 지원을 추가했습니다. + + **문서 및 가이드** + - 문서 레이아웃 및 계층 구조를 개선했습니다. + - QdrantVectorSearchTool 가이드를 추가하고 이벤트 리스너 사용을 명확히 했습니다. + - 프롬프트의 오타를 수정하고 Amazon Bedrock 모델 목록을 업데이트했습니다. + + + + ## v0.102.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.102.0) + + ### 핵심 개선 사항 및 수정 사항 + + - 향상된 LLM 지원: Anthropic 모델에 대한 구조화된 LLM 출력, 매개변수 처리 및 형식 개선. + - Crew 및 Agent 안정성: 지식 소스를 사용하는 에이전트/크루 복제, 조건부 작업에서의 여러 작업 출력 및 무시된 Crew 작업 콜백과 관련된 문제 수정. + - 메모리 및 저장소 수정: Bedrock과의 단기 메모리 처리 수정, 올바른 임베더 초기화 보장, 크루 클래스에 메모리 재설정 기능 추가. + - 교육 및 실행 신뢰성: dict 및 list 입력 유형과 관련된 교육 및 보간 문제 수정. + + ### 새로운 기능 및 개선 사항 + + - 고급 지식 관리: 명명 규칙 개선 및 사용자 정의 임베더 지원을 통한 임베딩 구성 향상. + - 확장된 로깅 및 관찰 가능성: 로깅을 위한 JSON 형식 지원 추가 및 MLflow 추적 문서 통합. + - 데이터 처리 개선: multi-tab 파일을 처리하기 위해 excel_knowledge_source.py 업데이트. + - 일반 성능 및 코드베이스 정리: 기업 코드 정렬 간소화 및 린팅 문제 해결. + - 새로운 도구 QdrantVectorSearchTool 추가. + + ### 문서 및 가이드 + + - AI 및 메모리 문서 업데이트: Bedrock, Google AI 및 장기 메모리 문서 개선. + - 작업 및 워크플로우 명확성: 작업 속성에 "인간 입력" 행 추가, Langfuse 가이드 및 FileWriterTool 문서. + - 다양한 오타 및 형식 문제 수정. + + ### 유지 관리 및 기타 + + - 올해의 Google Docs 통합 및 작업 처리 개선. + + + + ## v0.100.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.100.0) + + * 기능: Composio 문서 추가 + * 기능: SageMaker를 LLM 제공자로 추가 + * 수정: 전체 LLM 연결 문제 해결 + * 수정: 훈련 시 안전한 접근자 사용 + * 수정: crew_chat.py에 버전 확인 추가 + * 문서: crewai 채팅에 대한 새로운 문서 + * 문서: CLI 및 Composio Tool 문서의 형식 및 명확성 개선 + + + + ## v0.98.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.98.0) + + * 기능: Conversation crew v1 + * 기능: 흐름 상태에 고유 ID 추가 + * 기능: FlowPersistence 인터페이스와 함께 @persist 데코레이터 추가 + * 통합: SambaNova 통합 추가 + * 통합: cli에 NVIDIA NIM 제공자 추가 + * 통합: VoyageAI 소개 + * 작업: 템플릿의 날짜를 현재 연도로 업데이트 + * 수정: Mem0 통합에서 API 키 동작 및 엔티티 처리 수정 + * 수정: 핵심 호출 루프 논리 및 관련 테스트 수정 + * 수정: 도구 입력을 문자열이 아닌 실제 객체로 만들기 + * 수정: 도구 생성에 중요한 누락된 부분 추가 + * 수정: Windows 문제를 방지하기 위해 litellm 버전 하락 + * 수정: 시작 전에 입력이 없을 경우 + * 수정: 오타 + * 수정: 중첩된 pydantic 모델 문제 + * 수정: Docling 문제 + * 수정: union 문제 + * 문서 업데이트 + + + + ## v0.95.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.95.0) + + * 기능: Crew에 다중 모드 기능 추가 + * 기능: 프로그래밍 가능한 가드레일 + * 기능: HITL 여러 라운드 + * 기능: Gemini 2.0 지원 + * 기능: CrewAI 흐름 개선 + * 기능: 워크플로우 권한 추가 + * 기능: litellm과 함께 langfuse 지원 추가 + * 기능: CrewAI와 Portkey 통합 + * 기능: interpolate_only 메서드 추가 및 오류 처리 개선 + * 기능: Docling 지원 + * 기능: Weviate 지원 + * 수정: output_file이 시스템 경로를 존중하지 않음 + * 수정: 단기 메모리 초기화 시 디스크 I/O 오류 수정 + * 수정: CrewJSONEncoder가 이제 enums를 허용함 + * 수정: Python 최대 버전 + * 수정: Task의 output_file에 대한 보간 처리 + * 수정: 동료 역할 이름의 대소문자/공백을 제대로 처리 + * 수정: tiktoken을 명시적 종속성으로 추가하고 Rust 요구 사항 문서화 + * 수정: 계획 과정에 에이전트 지식 포함 + * 수정: KnowledgeStorage의 저장소 초기화를 None으로 변경 + * 수정: 선택적 저장소 확인 수정 + * 수정: 흐름에 이벤트 발신기 포함 + * 수정: Docstring, 오류 처리 및 타입 힌트 개선 + * 수정: litellm pydantic 문제로 인한 userWarnings 억제 + + + + ## v0.86.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.86.0) + + * 모든 파이프라인 및 파이프라인 라우터에 대한 참조 제거 + * 문서: Custom LLM에 Nvidia NIM을 공급자로 추가 + * 지식 데모 추가 + 지식 문서 개선 + * Brandon/cre 509 HITL 여러 차례 후속 조치 + * 데코레이터가 있는 YAML 크루에 대한 새로운 문서. 템플릿 크루 단순화 + + + + ## v0.85.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.85.0) + + * 에이전트 레벨에 지식 추가 + * 기능/언체인 제거 + * 타입이 지정된 작업 출력 개선 + * `crewai login`에서 도구 저장소에 로그인 + * 결과가 답변으로 LLM 루프를 제대로 종료하지 않는 문제 수정 + * 수정: ollama 제공자와 함께 실행할 때 누락된 키 이름 + * 발견된 철자 문제 수정 + * mypy 실행을 위한 README 업데이트 + * mint.json에 지식 추가 + * GitHub 액션 업데이트 + * 문서 업데이트: 에이전트 생성에 대한 두 가지 접근 방식을 포함하도록 에이전트 문서 업데이트 + * 문서 개선: LLM 구성 및 사용 + + + + ## v0.83.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.83.0) + + * 새로운 `before_kickoff` 및 `after_kickoff` 크루 콜백 + * 지식으로 에이전트를 사전 주입하는 지원 + * Mem0를 사용하여 사용자 선호도 및 기억을 검색하는 지원 추가 + * 비동기 실행 수정 + * chroma 업그레이드 및 임베더 함수 생성기 조정 + * CLI Watson 지원 모델 및 문서 업데이트 + * Bandit의 레벨 감소 + * 모든 테스트 수정 + * 문서 업데이트 + + + + ## v0.80.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.80.0) + + * 토큰 콜백 대체 버그 수정 + * 스텝 콜백 문제 수정 + * 사용 메트릭에 캐시된 프롬프트 토큰 정보 추가 + * crew_train_success 테스트 수정 + + + + ## v0.79.4 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.79.4) + + # llms 지원 관련 작은 버그 수정 시리즈 + + - llms 지원에 대한 여러 작은 버그 수정이 포함되었습니다. + - 성능 향상 및 안정성 개선이 이루어졌습니다. + - 사용자 피드백을 반영하여 몇 가지 문제를 해결했습니다. + + 자세한 내용은 [GitHub](https://github.com)에서 확인하세요. + + + + ## v0.79.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.79.0) + + * 흐름에 입력 추가 + * 더 많은 데이터 유형을 지원하도록 로그 저장소 강화 + * IBM 메모리 지원 추가 + * CLI에서 Watson을 옵션으로 추가 + * security.md 파일 추가 + * .netrc를 uv 환경 변수로 교체 + * BaseTool을 메인 패키지로 이동하고 도구 설명 생성을 중앙 집중화 + * LLM이 응답을 반환하지 않으면 오류 발생 + * 흐름을 수정하여 사이클을 지원하고 테스트에 추가 + * 크루 이름 지정 방법 업데이트 및 누락된 구성 수정 + * 문서 업데이트 + + + + ## v0.76.9 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.76.9) + + * flow에 대한 플롯 명령을 crewai flow plot로 업데이트 + * 3.10을 지원할 수 있도록 tomli 추가 + * `uv sync`에 설치 명령 옵션 전달 + * 도구 텍스트 설명 및 인수 개선 + * 도구 및 흐름 문서 개선 + * flows cli를 업데이트하여 crewai flow add-crew로 흐름에 추가 크루를 쉽게 추가할 수 있도록 함 + * 여러 개의 start 및 listen(and_(..., ..., ...))을 사용할 때 flows 버그 수정 + + + + ## v0.76.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.76.2) + + # crewai create 명령어 업데이트 + + ## 개요 + `crewai create` 명령어는 새로운 CrewAI 프로젝트를 생성하는 데 사용됩니다. 이 문서에서는 이 명령어의 사용법과 업데이트된 기능에 대해 설명합니다. + + ## 사용법 + 다음 명령어를 사용하여 새로운 프로젝트를 생성할 수 있습니다: + + ```bash + crewai create + ``` + + ## 옵션 + - `--template `: 특정 템플릿을 사용하여 프로젝트를 생성합니다. + - `--description `: 프로젝트에 대한 설명을 추가합니다. + - `--private`: 프로젝트를 비공개로 설정합니다. + + ## 예제 + 다음은 `crewai create` 명령어의 사용 예입니다: + + ```bash + crewai create my-awesome-project --template basic --description "이것은 나의 멋진 프로젝트입니다." --private + ``` + + ## 업데이트된 기능 + - **템플릿 지원**: 이제 다양한 템플릿을 선택하여 프로젝트를 시작할 수 있습니다. + - **비공개 프로젝트**: 비공식적인 작업을 위해 프로젝트를 비공개로 설정할 수 있는 옵션이 추가되었습니다. + + ## 추가 정보 + 자세한 내용은 [CrewAI 문서](https://crewai.com/docs)에서 확인할 수 있습니다. + + + + ## v0.76.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.76.0) + + * fix/fixed 누락된 API 프롬프트 + CLI 문서 업데이트 + * chore(readme): 기여에서 '테스트 실행' 단계 수정 + * 안전하지 않은 코드 실행 지원. 도커 설치 및 실행 검사 추가 + * 임베딩 함수에 대한 메모리 가져오기 수정 + + + + ## v0.75.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.75.1) + + # new `--provider` option on crewai crewat + + The `--provider` option has been added to the `crewai crewat` command. This option allows users to specify the provider they want to use when executing the command. + + ## Usage + + To use the `--provider` option, simply include it in your command as follows: + + ```bash + crewai crewat --provider + ``` + + ### Example + + Here’s an example of how to use the new option: + + ```bash + crewai crewat --provider aws + ``` + + ## Available Providers + + The following providers are currently supported: + + - aws + - azure + - gcp + + ## Notes + + - Make sure to replace `` with the actual name of the provider you wish to use. + - This option is optional; if not specified, the default provider will be used. + + For more information, refer to the [CrewAI documentation](https://crewai.com/docs). + + + + ## v0.75.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.75.0) + + * 테스트 후 훈련 수정 + * 흐름 단순화 + * `crewai tool install ` 조정 + * 원래의 임베딩 구성 작동 확인 + * 버그 수정 + * 문서 업데이트 - LLM 문서에 Cerebras LLM 예제 구성 추가 포함 + * 불필요한 테스트 제거 + + + + ## v0.74.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.74.2) + + * feat: uv 마이그레이션에 poetry.lock 추가 + * fix: 도구 호출 문제 수정 + + + + ## v0.74.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.74.0) + + - UV 마이그레이션 + - UV에 맞게 Adapt Tools CLI 조정 + - Poetry에서 UV로 경고 추가 + - 모델 선택 및 API 키 제출을 허용하는 CLI + - 새로운 메모리 기반 + - 린팅 및 경고 수정 + - 문서 업데이트 + - 버그 수정 + + + + ## v0.70.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.70.1) + + * 새로운 Flow 기능 + * Flow 시각화 도구 + * `crewai create flow` 명령어 생성 + * `crewai tool create ` 명령어 생성 + * 도구 게시를 위한 Git 검증 추가 + * 수정: JSON 인코딩 날짜 객체 + * 새로운 문서 + * README 업데이트 + * 버그 수정 + + + + ## v0.65.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.65.2) + + - 실험적인 Flows 기능 추가 + - 작업 순서 버그 수정 + - 템플릿 업데이트 + + + + ## v0.64.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.64.0) + + - 작업 순서 정리 + - 요약 논리 수정 + - 불용어 논리 수정 + - 기본 최대 반복 횟수를 20으로 증가 + - 입력 보간 후 crew의 키 수정 + - 훈련 기능 수정 + - 초기 도구 API 추가 + - 오타 수정 + - 문서 업데이트 + + 수정 사항: #1359 #1355 #1353 #1356 및 기타 + + + + ## v0.63.6 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.6) + + - 프로젝트 템플릿 업데이트 + + + + ## v0.63.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.5) + + - o1 패밀리에 대한 지원 복원 및 불용어를 지원하지 않는 모든 모델 + - 의존성 업데이트 + - 로그 업데이트 + - 문서 업데이트 + + + + ## v0.63.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.2) + + - OPENAI_BASE_URL를 대체로 추가 + - 적절한 LLM 가져오기 추가 + - 문서 업데이트 + + + + ## v0.63.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.1) + + - 향후 CrewAI 배포를 지원하기 위한 작은 버그 수정 + + + + ## v0.63.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.0) + + - LLM과 상호작용하기 위한 새로운 LLM 클래스 추가 (LiteLLM 활용) + - 사용자 정의 메모리 인터페이스 지원 추가 + - 기본 모델로 GPT-4o-mini 도입 + - 문서 업데이트 + - 의존성 업데이트 + - 버그 수정 + - `kickoff_for_each_async`에서 중복 작업 생성 제거 + + + + ## v0.61.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.61.0) + + - 의존성 업데이트 + - 다른 색상으로 최대 rpm 메시지 출력 + - 테스트를 위한 모든 카세트 업데이트 + - 특정 모델(예: bedrock 모델)을 더 잘 지원하기 위해 항상 사용자 메시지로 종료 + - 전반적인 작은 버그 수정 + + + + ## v0.60.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.60.0) + + - LangChain 제거 및 Executor 재구성 + - 모든 테스트를 다시 녹색으로 변경 + - 에이전트에서 시스템 프롬프트 사용 안 함(use_system_prompt) 기능 추가 + - 에이전트에서 불용어 사용 안 함(use_stop_words) 기능 추가 (o1 모델 지원) + - 슬라이딩 컨텍스트 윈도우가 respect_context_window로 이름이 변경되었으며 기본적으로 활성화됨 + - 위임이 기본적으로 비활성화됨 + - 내부 프롬프트도 약간 변경됨 + - 전반적인 신뢰성과 결과 품질 향상 + - 새로운 지원: + - 분당 최대 요청 수 + - 최종 답변을 제공하기 전 최대 반복 횟수 + - 시스템 프롬프트를 적절히 활용 + - 토큰 계산 흐름 + - 크루 및 에이전트 실행에 대한 새로운 로깅 + + + + ## v0.55.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.55.2) + + * 자동 완성 기능 추가 + * TaskOutput에 name 및 expected_output 추가 + * 새로운 `crewai install` CLI + * 새로운 `crewai deploy` CLI + * 파이프라인 기능 정리 + * 문서 업데이트 + * bandit CI 파이프라인과 같은 개발 경험 개선 + * 버그 수정: + * `planning_llm` 사용 가능 + * YAML 기반 프로젝트 수정 + * Azure 지원 수정 + * Python 3.10 지원 추가 + * Pydantic v1에서 벗어나기 + + + + ## v0.51.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.51.0) + + - crewAI 테스트 / 평가 - https://docs.crewai.com/core-concepts/Testing/ + - 새로운 슬라이딩 컨텍스트 윈도우 추가 + - YAML에서 모든 속성 허용 - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#customizing-your-project + - 초기 파이프라인 구조 추가 - https://docs.crewai.com/core-concepts/Pipeline/ + - 계획 단계에 LLM 설정 가능 - https://docs.crewai.com/core-concepts/Planning/ + - 새로운 crew run 명령 - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#running-your-project + - 파일 저장 시 이제 dict를 JSON으로 덤프 - https://docs.crewai.com/core-concepts/Tasks/#creating-directories-when-saving-files + - 도구 출력에 대한 자세한 설정 사용 + - 새로운 GitHub 템플릿 추가 + - 새로운 Vision 도구 - https://docs.crewai.com/tools/VisionTool/ + - 새로운 DALL-E 도구 - https://docs.crewai.com/tools/DALL-ETool/ + - 새로운 MySQL 도구 - https://docs.crewai.com/tools/MySQLTool/ + - 새로운 NL2SQL 도구 - https://docs.crewai.com/tools/NL2SQLTool.md + - 버그 수정: + - 계획 기능 출력의 버그 + - 계층적 프로세스를 위한 비동기 작업 + - 비 OAI 모델에 대한 더 나은 pydantic 출력 + - JSON 잘림 문제 + - 로깅 유형 수정 + - Env Key가 설정된 경우에만 AgentOps 가져오기 + - 유효한 디렉토리 이름을 보장하기 위해 에이전트 역할 정리 (Windows) + - OpenAI의 도구 이름에 공백이 포함되지 않아야 함 + - 여러 가지 사소한 문제 + + + + ## v0.41.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.1) + + - 계획 기능의 버그 수정 + + + + ## v0.41.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.0) + + - **[Breaking Change]** 타입 안전 출력 + - 모든 크루와 작업이 이제 적절한 객체 TaskOuput 및 CrewOutput을 반환합니다. + - **[Feature]** 크루를 위한 새로운 계획 기능 (행동 전에 계획하기) + - Crew 인스턴스에 planning=True를 추가하여 사용합니다. + - **[Feature]** 재생 기능 도입 + - 마지막 실행에서 작업을 나열하고 특정 작업에서 재생할 수 있는 새로운 CLI입니다. + - **[Feature]** 메모리 초기화 기능 + - 크루를 다시 실행하기 전에 크루 메모리를 정리할 수 있습니다. + - **[Feature]** LLM 호출을 위한 재시도 기능 추가 + - LLM 호출을 재시도할 수 있으며 크루 실행을 중단하지 않습니다. + - **[Feature]** 변환기를 사용자 정의할 수 있는 기능 추가 + - **[Tool]** 타입 힌팅 및 새로운 속성으로 도구 강화 + - **[Tool]** MultiON 도구 추가 + - **[Tool]** filecrawl 도구 수정 + - **[Tool]** 스크래핑 도구의 버그 수정 + - **[Tools]** crewAI-tools 의존성을 버전으로 업데이트 + - **[Bugs]** 일반 버그 수정 및 개선 + - **[Bugs]** 원격 측정 수정 + - **[Bugs]** 맞춤법 검사 수정 + - **[Docs]** 문서 업데이트 + + + + ## v0.36.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.36.0) + + - 버그 수정 + - 문서 업데이트 + - 네이티브 프롬프트 업데이트 + - 프롬프트의 TYPO 수정 + - AgentOps 네이티브 지원 추가 + - Firecrawl Tools 추가 + - 도구 결과를 에이전트 결과로 반환하는 새로운 기능 추가 + - 코딩 인터프리터 도구 개선 + - 사용자 정의 코르베터 클래스 생성 옵션 추가 (문서 대기 중) + + + + ## v0.35.8 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.8) + + - embechain 의존성 문제 수정 + + + + ## v0.35.7 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.7) + + - 새로운 @composiohq 통합이 출시되었습니다 + - 문서 업데이트 + - 커스텀 GPT 업데이트 + - 관리자 verbosity 수준 조정 + - 버그 수정 + + + + ## v0.35.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.5) + + - embedchain 의존성 수정 + + + + ## v0.35.4 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.4) + + - crewai create CLI를 새 버전을 사용하도록 업데이트하기 + + + + ## v0.35.3 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.3) + + - 코드 실행 버그 수정 + - 전체 문서 업데이트 + - crewai-tools 버전 업그레이드 + - 여러 종속성 버전 업그레이드 + - 전반적인 버그 수정 + + + + ## v0.35.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.0) + + - 이제 귀하의 에이전트가 코드를 실행할 수 있습니다. + - 모든 3rd-party 에이전트, LlamaIndex, LangChain 및 Autogen 에이전트가 이제 귀하의 크루의 일원이 될 수 있습니다! + - 실행하기 전에 귀하의 크루를 훈련시키고 일관된 결과를 얻으세요! 새로운 CLI `crewai train -n X` + - 버그 수정 및 문서 업데이트 (곧 새로운 문서 업데이트가 추가될 예정입니다) + + + + ## v0.32.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.2) + + - `crewai create` CLI를 새 버전을 사용하도록 업데이트 + - 위임 에이전트 매칭 수정 + + + + ## v0.32.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.0) + + - 새로운 `kickoff_for_each`, `kickoff_async` 및 `kickoff_for_each_async` 메서드로 kickoff 프로세스에 대한 더 나은 제어 제공 + - 모든 LlamaIndex 허브 통합에 대한 지원 추가 + - 전체 출력 또는 크루에 `usage_metrics` 추가 + - 새로운 YAML 형식에서 여러 크루에 대한 지원 추가 + - 의존성 업데이트 + - 버그 및 오타 수정 + - 문서 업데이트 + - 문서에서 검색 기능 추가 + - gpt-4o를 기본 모델로 설정 + - LangTrace, Browserbase 및 Exa Search에 대한 새로운 문서 추가 + - 로깅에 타임스탬프 추가 + + + + ## v0.30.11 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.30.11) + + - 프로젝트 생성 템플릿 업데이트 + + + + ## v0.30.8 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.8) + + - 의존성 업데이트 + - crewAI 프로젝트 구조에 대한 작은 버그 수정 + - 현재 사용자 정의 YAML 파서 제거 + + + + ## v0.30.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.5) + + - 더 작은 모델을 위한 에이전트 위임의 다재다능성 향상 + + + + ## v0.30.4 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.4) + + **문서 업데이트가 곧 진행될 예정입니다** 불편을 드려 죄송하며, 기다려 주셔서 감사합니다. 새로운 문서가 곧 출시됩니다! + + ➿ 작업 콜백 수정 + 🧙 크루가 자동으로 생성하는 대신 특정 에이전트를 관리자으로 설정할 수 있는 기능 + 📄 시스템, 프롬프트 및 응답 템플릿을 설정할 수 있는 기능, 오픈소스 모델과 더 신뢰성 있게 작동하도록 (더 작은 모델과 더 잘 작동) + 👨‍💻 json 및 pydantic 출력 개선 (더 작은 모델과 더 잘 작동) + 🔎 도구 이름 인식 개선 (더 작은 모델과 더 잘 작동) + 🧰 도구 사용 개선 (더 작은 모델과 더 잘 작동) + 📃 사용자 정의 프롬프트를 가져오는 초기 지원 + 2️⃣ 중복 토큰 계산기 메트릭 수정 + 🪚 새로운 도구 추가, Browserbase 및 Exa Search + 📁 파일로 저장할 때 디렉토리 생성 기능 + 🔁 종속성 업데이트 - 도구를 다시 확인하세요 + 📄 전반적인 작은 문서 개선 + 🐛 작은 버그 수정 (오타 등) + 👬 동료 / 동료 문제 수정 + 👀 작은 Readme 업데이트 + + + + ## v0.28.8 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.28.8) + + - crewai CLI에서 사용되는 버전 업데이트 + + + + ## v0.28.7 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/0.28.7) + + - 버그 수정 + - 버그 수정이 포함된 crewAI 도구 버전 업데이트 + + + + ## v0.28.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.5) + + - 주요 장기 기억 보간 문제 + - 수정 사항으로 도구 패키지 종속성 업데이트 + - 불필요한 인증서 제거 + + + + ## v0.28.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.2) + + - 주요 장기 기억 수정 + + + + ## v0.28.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.1) + + - crewai-tools를 0.1.15로 업데이트하기 + + + + ## v0.28.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.0) + + - LLM 콜백을 재정의하지 않음 + - `max_execution_time` 지원 추가 + - 특정 메모리 문서 추가 + - 도구 사용 로깅 색상을 노란색에서 보라색으로 변경 + - 문서 업데이트 + + + + ## v0.27.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.27.0) + + - 🧠 **메모리 (공유 크루 메모리)** - 이를 활성화하려면 크루에 `memory=True`를 추가하세요. 투명하게 작동하며 결과를 더 좋고 신뢰할 수 있게 만듭니다. 현재 기본적으로 비활성화되어 있습니다. + - 🤚🏼 **네이티브 인간 입력 지원:** [docs](https://docs.crewai.com/how-to/Human-Input-on-Execution/) + - 🌐 **범용 RAG 도구 지원:** OpenAI를 넘어서는 모든 모델. [예시](https://docs.crewai.com/tools/DirectorySearchTool/#custom-model-and-embeddings) + - 🔍 **향상된 캐시 제어:** 기발한 cache_function 속성을 만나보세요: [docs](https://docs.crewai.com/core-concepts/Tools/#custom-caching-mechanism) + - 🔁 **업데이트된 crewai-tools 의존성:** 항상 최신 상태를 유지합니다. + - ⛓️ **크로스 에이전트 위임:** 에이전트 간의 원활한 협력. + - 💠 **내부 프롬프트 개선:** 더 세련된 대화 흐름. + - 📝 **더 나은 파싱으로 도구 사용 개선** + - 🔒 **보안 개선 및 의존성 업데이트** + - 📄 **문서 개선됨** + - 🐛 **버그 수정** + + + + ## v0.22.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.5) + + - 새로운 템플릿에서의 기타 사소한 가져오기 문제 + + + + ## v0.22.4 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.4) + + # 템플릿 문제 수정 + + 템플릿 문제를 수정하는 방법에 대한 지침입니다. + + ## 문제 식별 + + 1. 템플릿이 올바르게 로드되지 않는 경우 + 2. 템플릿의 스타일이 일관되지 않는 경우 + 3. 템플릿의 데이터가 올바르게 표시되지 않는 경우 + + ## 수정 단계 + + ### 1. 템플릿 로드 문제 해결 + + - 템플릿 파일 경로를 확인하십시오. + - 필요한 모든 종속성이 설치되었는지 확인하십시오. + + ### 2. 스타일 일관성 유지 + + - CSS 파일을 검토하여 스타일 규칙이 일관되게 적용되었는지 확인하십시오. + - 브라우저의 개발자 도구를 사용하여 스타일 충돌을 확인하십시오. + + ### 3. 데이터 표시 문제 해결 + + - 데이터 소스가 올바르게 연결되었는지 확인하십시오. + - 데이터 형식이 템플릿에서 예상하는 형식과 일치하는지 확인하십시오. + + ## 추가 리소스 + + - [GitHub Issues](https://github.com)에서 유사한 문제를 검색하십시오. + - 공식 문서에서 템플릿 관련 정보를 확인하십시오. + + 문제가 지속되면 지원 팀에 문의하십시오. + + + + ## v0.22.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.2) + + - 새로운 CLI 템플릿의 버그 수정 + - 새로운 CLI 템플릿에서 작업 순서 보장 + + + + ## v0.22.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.0) + + - 초기 CLI `crewai create` 명령 추가 + - 에이전트와 작업을 사전(dictionary)으로 정의할 수 있는 기능 추가 + - 더 명확한 에이전트 로깅 추가 + - 최대 재귀 깊이 초과 버그 수정 + - 문서 수정 + - README 업데이트 + + + + ## v0.19.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.19.0) + + - 도구 사용 효율성 +1023.21% + - 평균 사용 도구 +276% + - 도구 오류 67% 감소, 그 어느 때보다 신뢰성 향상. + - 위임 기능 강화 + - `function_calling_llm`을 Agent 또는 Crew로 설정하여 기능 호출로 되돌아갈 수 있는 능력 + - `kickoff` 후 `crew.usage_metrics`로 크루 실행 메트릭을 가져올 수 있는 능력 + - 이제 `crew.kickoff(inputs: {'key': 'value})`로 kickoff 시 입력을 전달할 수 있는 기능 추가 + - 문서 업데이트 + + + + ## v0.16.3 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.3) + + - 전체 버그 수정 + - 코드가 이전 버전과 호환되는지 확인 + + + + ## v0.16.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.0) + + - 남아있는 `crewai_tools` 의존성 제거 + - 입력 보간에 대한 초기 지원 추가 (문서 누락) + - 도구 사용, 도구 오류, 형식 오류, 토큰 사용을 추적하는 기능 추가 + - README 업데이트 + + + + ## v0.14.4 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.4) + + - 타임아웃 업데이트 + - 문서 업데이트 + - crewai_tools를 필수 항목에서 제거 + - 토큰 수 감소를 위해 기본적으로 에이전트를 메모리 없는 상태로 설정 (이전에 이를 의존하던 사용자에게는 파괴적인 변경 사항) + + + + ## v0.14.3 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.3) + + - 고장난 문서 링크 수정 + - 도구 없이 에이전트 지원 추가 + - 빈 작업 출력 방지 + + + + ## v0.14.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0) + + # v0.14.0rc의 모든 개선 사항 + + - 오픈소스 모델에서 json 및 pydantic 내보내기 지원 + + + + ## v0.14.0rc + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0rc0) + + - crewai-tools에 대한 지원 추가 + - 작업 출력을 Pydantic 객체 또는 JSON 형식으로 포맷하는 지원 추가 + - 작업 출력을 파일에 저장하는 지원 추가 + - 에이전트 간 위임의 신뢰성 향상 + - 도구 사용 논리를 개선하여 함수 호출을 적절히 사용하도록 변경 + - 내부 프롬프트 업데이트 + - 인수가 없는 도구 지원 + - 버그 수정 + + + + ## v0.11.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.2) + + - 도구가 실패할 경우 사용자가 상황을 이해할 수 있도록 추가적인 오류 로깅 추가 + + + + ## v0.11.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.1) + + - 도구 사용 논리에서 버그를 수정하여 사용 중 오류가 발생하더라도 결과를 미리 캐싱하는 문제를 해결하였으며, 이로 인해 도구를 다시 사용할 수 없었습니다. + - 또한 오류 메시지를 빨간색으로 출력하여 사용자가 도구의 문제를 이해할 수 있도록 합니다. + + + + ## v0.11.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.0) + + - 전체 크루와 개별 에이전트 모두에서 `function_calling_llm` 설정 가능 + - 비용 절감을 위한 초기 시도 + - 도구에 대한 함수 호출 개선 + - 문서 업데이트 + + + + ## v0.10.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.10.0) + + - crew kickoff에서 모든 작업 출력과 함께 `full_output`을 가져오는 기능 + - 모든 중간 단계를 얻을 수 있도록 Agents와 Crews 모두에 대해 `step_callback` 함수를 설정하는 기능 + - 특정 도구 사용 횟수 이후 예상 형식의 Agent 기억 + - 이제 json을 사용하는 새로운 도구 사용 내부, 여러 인수를 가진 도구 잠금 해제 + - 전체 위임 논리 리팩토링, 이제 훨씬 더 신뢰할 수 있음 + - `max_inter` 버그 수정, 이제 llm이 그에 도달하면 제대로 응답하도록 강제 + - 여러 에이전트가 동일한 캐시를 사용할 수 있도록 캐싱 구조 재구성 + - 작업 반복 사용 방지 논리 리팩토링 + - 이제 불필요한 `CrewAgentOutputParser` 제거 + - crewAI 팀과 완전한 크루 관련 데이터를 공유하기 위한 선택적 기능 + - 전체 문서 업데이트 + + + + ## v0.5.5 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.5) + + - 전체 문서 및 README 개선 + - 불필요하게 설정된 RPM 컨트롤러 수정 + - 라이브러리 개선을 위한 초기 단계 익명 텔레메트리 추가 + + + + ## v0.5.3 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.3) + + - 계층적 관리자에 대한 빠른 수정 + + + + ## v0.5.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.2) + + - 계층적 프로세스를 위한 `manager_llm` 추가 + - `max_inter` 및 `max_rpm` 로직 개선 + - README 및 문서 업데이트 + + + + ## v0.5.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.0) + + 이 새로운 버전은 라이브러리에 많은 새로운 기능과 개선 사항을 가져옵니다. + + ## Features + - Task Callbacks 추가. + - 계층적 프로세스 지원 추가. + - 다른 작업에서 특정 작업을 참조할 수 있는 기능 추가. + - 병렬 작업 실행 기능 추가. + + ## Improvements + - 최대 반복 횟수 및 분당 최대 요청 수 개편. + - 개발자 경험 개선, docstrings 등. + - 작은 개선 사항 및 오타 수정. + - 정적 타입 오류 수정. + - README 및 문서 업데이트. + + + + ## v0.1.32 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.32) + + - LangChain 0.1.0으로 이동 + - 프롬프트 개선 + - 에이전트의 최대 반복 횟수를 제한하는 기능 추가 + - 에이전트와 크루 모두에 대한 분당 요청 제한 기능 추가 + - 번역에 대한 초기 지원 추가 + - 그리스어 번역 추가 + - 코드 가독성 향상 + - mkdocs로 새로운 문서 시작 + + + + ## v0.1.23 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.23) + + - 많은 신뢰성 개선 + - 프롬프트 변경 + - 다국어 지원을 위한 초기 변경 + - 작업 반복 실행에 대한 버그 수정 + - 실행 오류 처리 개선 + - READMe 업데이트 + + + + ## v0.1.14 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.14) + + - 도구 캐싱 추가 및 루프 실행 방지. (@joaomdmoura) + - 에이전트 위임에 대한 더 많은 가이드라인 추가. (@joaomdmoura) + - 새로운 openai 라이브러리 버전 사용으로 업데이트. (@joaomdmoura) + - 로거에 자세한 수준 추가. (@joaomdmoura) + - WIP 코드 제거. (@joaomdmoura) + - 많은 개발자 생활 개선 (특별히 @greysonlalonde에게 감사드립니다). + - pydantic v2로 업데이트 (특별히 @greysonlalonde에게도 감사드립니다). + + + + ## v0.1.2 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.2) + + - OpenAI가 아닌 다른 LLM을 사용할 수 있는 기능 추가 + + + + ## v0.1.1 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.1) + + # CrewAI v0.1.1 릴리스 노트 + + ## 새로운 기능 + + - **Crew Verbose Mode**: 이제 실행 중인 작업을 검사할 수 있습니다. + + - **README 및 문서 업데이트**: 문서에 대한 일련의 소규모 업데이트 + + + + ## v0.1.0 + + [GitHub 릴리스 보기](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.0) + + # CrewAI v0.1.0 릴리스 노트 + + CrewAI의 초기 릴리스인 버전 0.1.0을 발표하게 되어 매우 기쁩니다! CrewAI는 복잡한 작업을 보다 효율적으로 수행하기 위해 역할 수행 및 협업이 가능한 자율 AI 에이전트를 조정하는 데 도움을 주기 위해 설계된 프레임워크입니다. + + ## 새로운 기능 + + - **초기 출시**: CrewAI가 이제 공식적으로 출시되었습니다! 이 기초 릴리스는 AI 에이전트가 각자의 전문 역할과 목표를 가지고 협력할 수 있는 기반을 마련합니다. + + - **역할 기반 에이전트 설계**: 특정 역할, 목표 및 성공에 필요한 도구를 갖춘 에이전트를 정의하고 사용자 정의할 수 있습니다. + + - **에이전트 간 위임**: 에이전트는 이제 자율적으로 작업을 위임할 수 있는 기능을 갖추어 팀 간의 작업 부하를 동적으로 분배할 수 있습니다. + + - **작업 관리**: 각 작업에 필요한 도구를 지정할 수 있는 유연성을 가지고 작업을 동적으로 생성하고 할당할 수 있습니다. + + - **순차적 프로세스**: 에이전트를 설정하여 작업을 차례로 처리하도록 하여 조직적이고 예측 가능한 워크플로를 보장합니다. + + - **문서화**: 프레임워크의 설정 및 사용을 안내하는 초기 문서를 통해 CrewAI를 탐색하기 시작하세요. + + ## 향상된 기능 + + - `Agent`, `Task`, `Crew`, `Process` 클래스에 대한 상세 API 문서. + - 첫 번째 CrewAI 애플리케이션을 구축하는 데 도움이 되는 예제 및 튜토리얼. + - 에이전트 간의 협업 및 위임 메커니즘에 대한 기본 설정. + + ## 알려진 문제 + + - 이번이 첫 번째 릴리스이므로 발견되지 않은 버그 및 최적화가 필요한 영역이 있을 수 있습니다. 사용 중 발견된 문제를 커뮤니티에 보고해 주시기 바랍니다. + + ## 향후 기능 + + - **고급 프로세스 관리**: 향후 릴리스에서는 합의 기반 및 계층적 워크플로를 포함한 작업 관리를 위한 보다 복잡한 프로세스를 도입할 예정입니다. + diff --git a/docs/ko/concepts/agents.mdx b/docs/ko/concepts/agents.mdx index edcea8540..cad0aec1e 100644 --- a/docs/ko/concepts/agents.mdx +++ b/docs/ko/concepts/agents.mdx @@ -2,6 +2,7 @@ title: 에이전트 description: CrewAI 프레임워크 내에서 에이전트를 생성하고 관리하는 자세한 가이드입니다. icon: robot +mode: "wide" --- ## 에이전트 개요 diff --git a/docs/ko/concepts/cli.mdx b/docs/ko/concepts/cli.mdx index 9ed0c60bb..369662477 100644 --- a/docs/ko/concepts/cli.mdx +++ b/docs/ko/concepts/cli.mdx @@ -2,6 +2,7 @@ title: CLI description: CrewAI CLI를 사용하여 CrewAI와 상호 작용하는 방법을 알아보세요. icon: terminal +mode: "wide" --- 릴리즈 0.140.0부터 CrewAI Enterprise는 로그인 제공자 마이그레이션 프로세스를 시작했습니다. 이에 따라 CLI를 통한 인증 흐름이 업데이트되었습니다. Google을 통해 로그인하거나 2025년 7월 3일 이후에 계정을 생성한 사용자는 이전 버전의 `crewai` 라이브러리로는 로그인할 수 없습니다. @@ -351,19 +352,16 @@ crewai config list ``` 예시 출력: -``` -CrewAI CLI Configuration -┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ Setting ┃ Value ┃ Description ┃ -┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ -│ enterprise_base_url│ https://app.crewai.com │ CrewAI Enterprise 인스턴스의 기본 URL │ -│ org_name │ Not set │ 현재 활성화된 조직의 이름 │ -│ org_uuid │ Not set │ 현재 활성화된 조직의 UUID │ -│ oauth2_provider │ workos │ 인증에 사용되는 OAuth2 제공자 (예: workos, okta, auth0) │ -│ oauth2_audience │ client_01YYY │ 일반적으로 대상 API나 리소스를 식별하는 데 사용되는 OAuth2 audience 값 │ -│ oauth2_client_id │ client_01XXX │ 제공자로부터 발급된 OAuth2 client ID로, 인증 요청 시 사용됨 │ -│ oauth2_domain │ login.crewai.com │ 토큰 발급에 사용되는 OAuth2 제공자의 도메인(예: your-org.auth0.com) │ -``` + +| 설정 | 값 | 설명 | +| :------------------- | :---------------------- | :------------------------------------------------------------------- | +| enterprise_base_url | https://app.crewai.com | CrewAI Enterprise 인스턴스의 기본 URL | +| org_name | Not set | 현재 활성화된 조직의 이름 | +| org_uuid | Not set | 현재 활성화된 조직의 UUID | +| oauth2_provider | workos | 인증에 사용되는 OAuth2 제공자 (예: workos, okta, auth0) | +| oauth2_audience | client_01YYY | 일반적으로 대상 API/리소스를 식별하는 데 사용되는 OAuth2 audience 값 | +| oauth2_client_id | client_01XXX | 제공자로부터 발급된 OAuth2 client ID (인증 요청 시 사용) | +| oauth2_domain | login.crewai.com | OAuth2 제공자의 도메인 (예: your-org.auth0.com) | 엔터프라이즈 기본 URL 설정: ```shell Terminal diff --git a/docs/ko/concepts/collaboration.mdx b/docs/ko/concepts/collaboration.mdx index 6a8766ea1..c9c11b601 100644 --- a/docs/ko/concepts/collaboration.mdx +++ b/docs/ko/concepts/collaboration.mdx @@ -2,6 +2,7 @@ title: 협업 description: CrewAI 팀 내에서 에이전트가 함께 작업하고, 작업을 위임하며, 효과적으로 소통하는 방법에 대해 설명합니다. icon: screen-users +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/crews.mdx b/docs/ko/concepts/crews.mdx index a0fbb0792..c22604017 100644 --- a/docs/ko/concepts/crews.mdx +++ b/docs/ko/concepts/crews.mdx @@ -2,6 +2,7 @@ title: 크루 description: crewAI 프레임워크에서 크루를 이해하고 다양한 속성과 기능을 활용하기. icon: people-group +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/event-listener.mdx b/docs/ko/concepts/event-listener.mdx index e76285a07..6dc870e2c 100644 --- a/docs/ko/concepts/event-listener.mdx +++ b/docs/ko/concepts/event-listener.mdx @@ -2,6 +2,7 @@ title: '이벤트 리스너' description: 'CrewAI 이벤트에 연결하여 맞춤형 통합 및 모니터링 구축' icon: spinner +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/flows.mdx b/docs/ko/concepts/flows.mdx index a9c4b7de6..5e5c1ddca 100644 --- a/docs/ko/concepts/flows.mdx +++ b/docs/ko/concepts/flows.mdx @@ -2,6 +2,7 @@ title: Flows description: CrewAI Flows를 사용하여 AI 워크플로우를 생성하고 관리하는 방법을 알아보세요. icon: arrow-progress +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/knowledge.mdx b/docs/ko/concepts/knowledge.mdx index aeef2280b..f9024cddf 100644 --- a/docs/ko/concepts/knowledge.mdx +++ b/docs/ko/concepts/knowledge.mdx @@ -2,6 +2,7 @@ title: Knowledge description: CrewAI에서 knowledge란 무엇이며 어떻게 사용하는지 알아봅니다. icon: book +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/llms.mdx b/docs/ko/concepts/llms.mdx index 53546b7b4..36bf0dbd0 100644 --- a/docs/ko/concepts/llms.mdx +++ b/docs/ko/concepts/llms.mdx @@ -2,6 +2,7 @@ title: 'LLMs' description: 'CrewAI 프로젝트에서 대형 언어 모델(LLM)을 구성하고 사용하는 방법에 대한 종합 안내서' icon: 'microchip-ai' +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/memory.mdx b/docs/ko/concepts/memory.mdx index 5f5b5e765..3c6a21469 100644 --- a/docs/ko/concepts/memory.mdx +++ b/docs/ko/concepts/memory.mdx @@ -2,6 +2,7 @@ title: 메모리 description: CrewAI 프레임워크에서 메모리 시스템을 활용하여 에이전트의 역량을 강화합니다. icon: database +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/planning.mdx b/docs/ko/concepts/planning.mdx index 5ce8d429f..2d3dccda6 100644 --- a/docs/ko/concepts/planning.mdx +++ b/docs/ko/concepts/planning.mdx @@ -2,6 +2,7 @@ title: 계획 description: CrewAI Crew에 계획을 추가하고 성능을 향상시키는 방법을 알아보세요. icon: ruler-combined +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/processes.mdx b/docs/ko/concepts/processes.mdx index 7d387dcd7..a0a6dea65 100644 --- a/docs/ko/concepts/processes.mdx +++ b/docs/ko/concepts/processes.mdx @@ -2,6 +2,7 @@ title: 프로세스 description: CrewAI에서 프로세스를 통한 워크플로우 관리에 대한 상세 가이드와 최신 구현 세부 사항. icon: bars-staggered +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/reasoning.mdx b/docs/ko/concepts/reasoning.mdx index e7fcd8101..2a9cd9e1c 100644 --- a/docs/ko/concepts/reasoning.mdx +++ b/docs/ko/concepts/reasoning.mdx @@ -2,6 +2,7 @@ title: Reasoning description: "에이전트 reasoning을 활성화하고 사용하는 방법을 배워 작업 실행을 향상하세요." icon: brain +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/tasks.mdx b/docs/ko/concepts/tasks.mdx index 64120d64c..d601dc593 100644 --- a/docs/ko/concepts/tasks.mdx +++ b/docs/ko/concepts/tasks.mdx @@ -2,6 +2,7 @@ title: 작업 description: CrewAI 프레임워크 내에서 작업을 관리하고 생성하는 방법에 대한 자세한 안내서입니다. icon: list-check +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/testing.mdx b/docs/ko/concepts/testing.mdx index 61362f4f0..671143d9a 100644 --- a/docs/ko/concepts/testing.mdx +++ b/docs/ko/concepts/testing.mdx @@ -2,6 +2,7 @@ title: 테스트 description: CrewAI Crew를 테스트하고 그 성능을 평가하는 방법을 알아보세요. icon: vial +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/tools.mdx b/docs/ko/concepts/tools.mdx index 21f47d7b5..79dd29a60 100644 --- a/docs/ko/concepts/tools.mdx +++ b/docs/ko/concepts/tools.mdx @@ -2,6 +2,7 @@ title: 도구 description: CrewAI 프레임워크 내에서 에이전트 협업과 작업 실행을 위해 도구를 이해하고 활용하기. icon: screwdriver-wrench +mode: "wide" --- ## 개요 diff --git a/docs/ko/concepts/training.mdx b/docs/ko/concepts/training.mdx index f095294d3..885366afe 100644 --- a/docs/ko/concepts/training.mdx +++ b/docs/ko/concepts/training.mdx @@ -2,6 +2,7 @@ title: 교육 description: 피드백을 조기에 제공하여 CrewAI 에이전트를 학습시키고 일관된 결과를 얻는 방법을 알아보세요. icon: dumbbell +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/agent-repositories.mdx b/docs/ko/enterprise/features/agent-repositories.mdx index 4a1042ae1..7e75f775d 100644 --- a/docs/ko/enterprise/features/agent-repositories.mdx +++ b/docs/ko/enterprise/features/agent-repositories.mdx @@ -2,6 +2,7 @@ title: '에이전트 저장소' description: '에이전트 저장소를 사용하여 팀과 프로젝트 전반에 걸쳐 에이전트를 공유하고 재사용하는 방법을 알아보세요' icon: 'database' +mode: "wide" --- 생각: 이제 훌륭한 답변을 드릴 수 있습니다. diff --git a/docs/ko/enterprise/features/hallucination-guardrail.mdx b/docs/ko/enterprise/features/hallucination-guardrail.mdx index a44369502..edb14db85 100644 --- a/docs/ko/enterprise/features/hallucination-guardrail.mdx +++ b/docs/ko/enterprise/features/hallucination-guardrail.mdx @@ -2,6 +2,7 @@ title: 환각 방어책 description: "CrewAI 작업에서 AI 환각을 방지하고 감지합니다" icon: "shield-check" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/integrations.mdx b/docs/ko/enterprise/features/integrations.mdx index 3b903369a..422d724f6 100644 --- a/docs/ko/enterprise/features/integrations.mdx +++ b/docs/ko/enterprise/features/integrations.mdx @@ -2,6 +2,7 @@ title: 통합 description: "에이전트가 조치를 취할 수 있도록 연결된 애플리케이션입니다." icon: "plug" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/rbac.mdx b/docs/ko/enterprise/features/rbac.mdx index 17b0acb0a..d7d7867e5 100644 --- a/docs/ko/enterprise/features/rbac.mdx +++ b/docs/ko/enterprise/features/rbac.mdx @@ -2,6 +2,7 @@ title: "역할 기반 접근 제어 (RBAC)" description: "역할과 자동화별 가시성으로 crews, 도구, 데이터 접근을 제어합니다." icon: "shield" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/tool-repository.mdx b/docs/ko/enterprise/features/tool-repository.mdx index 75dbf5431..d9b4db3cb 100644 --- a/docs/ko/enterprise/features/tool-repository.mdx +++ b/docs/ko/enterprise/features/tool-repository.mdx @@ -2,6 +2,7 @@ title: 도구 저장소 description: "도구 저장소를 사용하여 도구를 관리하기" icon: "toolbox" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/traces.mdx b/docs/ko/enterprise/features/traces.mdx index d3835134c..2d91c06bd 100644 --- a/docs/ko/enterprise/features/traces.mdx +++ b/docs/ko/enterprise/features/traces.mdx @@ -2,6 +2,7 @@ title: 트레이스 description: "Traces를 사용하여 내 크루 모니터링하기" icon: "timeline" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/features/webhook-streaming.mdx b/docs/ko/enterprise/features/webhook-streaming.mdx index b63c7813b..8c4e0a3b6 100644 --- a/docs/ko/enterprise/features/webhook-streaming.mdx +++ b/docs/ko/enterprise/features/webhook-streaming.mdx @@ -2,6 +2,7 @@ title: 웹훅 스트리밍 description: "웹훅 스트리밍을 사용하여 이벤트를 웹훅으로 스트리밍하기" icon: "webhook" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/guides/automation-triggers.mdx b/docs/ko/enterprise/guides/automation-triggers.mdx index 944f74e55..8ccc76094 100644 --- a/docs/ko/enterprise/guides/automation-triggers.mdx +++ b/docs/ko/enterprise/guides/automation-triggers.mdx @@ -2,6 +2,7 @@ title: "자동화 트리거" description: "연결된 통합에서 특정 이벤트가 발생할 때 CrewAI 워크플로우를 자동으로 실행합니다" icon: "bolt" +mode: "wide" --- 자동화 트리거를 사용하면 연결된 통합에서 특정 이벤트가 발생할 때 CrewAI 배포를 자동으로 실행할 수 있어, 비즈니스 시스템의 실시간 변화에 반응하는 강력한 이벤트 기반 워크플로우를 만들 수 있습니다. diff --git a/docs/ko/enterprise/guides/azure-openai-setup.mdx b/docs/ko/enterprise/guides/azure-openai-setup.mdx index 483573523..50dbfe74e 100644 --- a/docs/ko/enterprise/guides/azure-openai-setup.mdx +++ b/docs/ko/enterprise/guides/azure-openai-setup.mdx @@ -2,6 +2,7 @@ title: "Azure OpenAI 설정" description: "엔터프라이즈 LLM 연결을 위해 Crew Studio와 함께 Azure OpenAI를 구성합니다" icon: "microsoft" +mode: "wide" --- 이 가이드는 Azure OpenAI와 Crew Studio를 연동하여 원활한 엔터프라이즈 AI 운영을 수행하는 방법을 안내합니다. diff --git a/docs/ko/enterprise/guides/build-crew.mdx b/docs/ko/enterprise/guides/build-crew.mdx index 39a2c72fd..5be57ccbf 100644 --- a/docs/ko/enterprise/guides/build-crew.mdx +++ b/docs/ko/enterprise/guides/build-crew.mdx @@ -2,6 +2,7 @@ title: "Crew 빌드" description: "Crew는 함께 작업을 완수하기 위해 협력하는 에이전트 그룹입니다." icon: "people-arrows" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/guides/deploy-crew.mdx b/docs/ko/enterprise/guides/deploy-crew.mdx index 01deadfac..a8ee0da14 100644 --- a/docs/ko/enterprise/guides/deploy-crew.mdx +++ b/docs/ko/enterprise/guides/deploy-crew.mdx @@ -2,6 +2,7 @@ title: "Crew 배포" description: "CrewAI 엔터프라이즈에서 Crew 배포하기" icon: "rocket" +mode: "wide" --- diff --git a/docs/ko/enterprise/guides/enable-crew-studio.mdx b/docs/ko/enterprise/guides/enable-crew-studio.mdx index 254a4edba..f6119f885 100644 --- a/docs/ko/enterprise/guides/enable-crew-studio.mdx +++ b/docs/ko/enterprise/guides/enable-crew-studio.mdx @@ -2,6 +2,7 @@ title: "Crew Studio 활성화" description: "CrewAI Enterprise에서 Crew Studio 활성화하기" icon: "comments" +mode: "wide" --- diff --git a/docs/ko/enterprise/guides/hubspot-trigger.mdx b/docs/ko/enterprise/guides/hubspot-trigger.mdx index 022202578..4d55eb1f4 100644 --- a/docs/ko/enterprise/guides/hubspot-trigger.mdx +++ b/docs/ko/enterprise/guides/hubspot-trigger.mdx @@ -2,6 +2,7 @@ title: "HubSpot 트리거" description: "HubSpot 워크플로우에서 CrewAI 크루를 직접 트리거하세요" icon: "hubspot" +mode: "wide" --- 이 가이드는 HubSpot Workflows에서 직접 crew를 시작할 수 있도록 CrewAI Enterprise용 HubSpot 트리거를 설정하는 단계별 과정을 제공합니다. diff --git a/docs/ko/enterprise/guides/human-in-the-loop.mdx b/docs/ko/enterprise/guides/human-in-the-loop.mdx index 1902f8874..244a84a5f 100644 --- a/docs/ko/enterprise/guides/human-in-the-loop.mdx +++ b/docs/ko/enterprise/guides/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "HITL 워크플로우" description: "CrewAI에서 의사결정 향상을 위한 Human-In-The-Loop 워크플로우 구현 방법을 알아보세요" icon: "user-check" +mode: "wide" --- 인간-중심(Human-In-The-Loop, HITL)은 인공지능과 인간 전문 지식을 결합하여 의사결정을 강화하고 작업 결과를 향상시키는 강력한 접근 방식입니다. 이 가이드는 CrewAI 내에서 HITL을 구현하는 방법을 보여줍니다. diff --git a/docs/ko/enterprise/guides/kickoff-crew.mdx b/docs/ko/enterprise/guides/kickoff-crew.mdx index 374bfc7a0..3f7eb2d5d 100644 --- a/docs/ko/enterprise/guides/kickoff-crew.mdx +++ b/docs/ko/enterprise/guides/kickoff-crew.mdx @@ -2,6 +2,7 @@ title: "Kickoff Crew" description: "CrewAI Enterprise에서 Crew를 시작하세요" icon: "flag-checkered" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/guides/react-component-export.mdx b/docs/ko/enterprise/guides/react-component-export.mdx index 9198029ba..e68defcdb 100644 --- a/docs/ko/enterprise/guides/react-component-export.mdx +++ b/docs/ko/enterprise/guides/react-component-export.mdx @@ -2,6 +2,7 @@ title: "React 컴포넌트 내보내기" description: "CrewAI Enterprise React 컴포넌트를 애플리케이션에 내보내고 통합하는 방법을 알아보세요" icon: "react" +mode: "wide" --- 이 가이드는 CrewAI Enterprise crew를 React 컴포넌트로 내보내고 이를 여러분의 애플리케이션에 통합하는 방법을 설명합니다. diff --git a/docs/ko/enterprise/guides/salesforce-trigger.mdx b/docs/ko/enterprise/guides/salesforce-trigger.mdx index b95e3a217..653b9f671 100644 --- a/docs/ko/enterprise/guides/salesforce-trigger.mdx +++ b/docs/ko/enterprise/guides/salesforce-trigger.mdx @@ -2,6 +2,7 @@ title: "Salesforce 트리거" description: "Salesforce 워크플로우에서 CrewAI crew를 트리거하여 CRM 자동화" icon: "salesforce" +mode: "wide" --- CrewAI Enterprise는 Salesforce에서 트리거되어 고객 관계 관리 워크플로우를 자동화하고 영업 운영을 강화할 수 있습니다. diff --git a/docs/ko/enterprise/guides/slack-trigger.mdx b/docs/ko/enterprise/guides/slack-trigger.mdx index 565b0a212..bff529c70 100644 --- a/docs/ko/enterprise/guides/slack-trigger.mdx +++ b/docs/ko/enterprise/guides/slack-trigger.mdx @@ -2,6 +2,7 @@ title: "Slack 트리거" description: "슬래시 명령어를 사용해 Slack에서 CrewAI crew를 직접 트리거합니다" icon: "slack" +mode: "wide" --- 이 가이드는 CrewAI 트리거를 사용하여 Slack에서 직접 crew를 시작하는 방법을 설명합니다. diff --git a/docs/ko/enterprise/guides/team-management.mdx b/docs/ko/enterprise/guides/team-management.mdx index f13c50fff..50096adc5 100644 --- a/docs/ko/enterprise/guides/team-management.mdx +++ b/docs/ko/enterprise/guides/team-management.mdx @@ -2,6 +2,7 @@ title: "팀 관리" description: "CrewAI Enterprise 조직에서 팀원을 초대하고 관리하는 방법을 알아보세요" icon: "users" +mode: "wide" --- CrewAI Enterprise 계정의 관리자라면 새로운 팀원을 조직에 쉽게 초대할 수 있습니다. 이 안내서는 단계별로 프로세스를 안내합니다. diff --git a/docs/ko/enterprise/guides/update-crew.mdx b/docs/ko/enterprise/guides/update-crew.mdx index 8cd1ea7be..f6fc809f4 100644 --- a/docs/ko/enterprise/guides/update-crew.mdx +++ b/docs/ko/enterprise/guides/update-crew.mdx @@ -2,6 +2,7 @@ title: "크루 업데이트" description: "CrewAI Enterprise에서 크루 업데이트하기" icon: "pencil" +mode: "wide" --- diff --git a/docs/ko/enterprise/guides/webhook-automation.mdx b/docs/ko/enterprise/guides/webhook-automation.mdx index cb84c024d..fd699e447 100644 --- a/docs/ko/enterprise/guides/webhook-automation.mdx +++ b/docs/ko/enterprise/guides/webhook-automation.mdx @@ -2,6 +2,7 @@ title: "웹후크 자동화" description: "ActivePieces, Zapier, Make.com과 같은 플랫폼을 사용하여 CrewAI Enterprise 워크플로우를 웹후크로 자동화하세요" icon: "webhook" +mode: "wide" --- CrewAI Enterprise를 사용하면 웹훅을 통해 워크플로우를 자동화할 수 있습니다. 이 문서에서는 웹훅을 설정하고 사용하는 과정을 안내하며, Zapier와 Make.com과 유사한 워크플로우 자동화 플랫폼인 ActivePieces와의 통합에 중점을 두고 crew 실행을 시작하는 방법을 설명합니다. @@ -79,6 +80,8 @@ CrewAI Enterprise를 사용하면 웹훅을 통해 워크플로우를 자동화 ## Webhook 출력 예시 +**참고:** kickoff 요청에 제공된 모든 `meta` 객체는 모든 webhook 페이로드에 포함되어, 전체 crew 실행 생명주기에 걸쳐 요청을 추적하고 컨텍스트를 유지할 수 있습니다. + `stepWebhookUrl` - 각 agent의 inner thought가 실행될 때마다 호출되는 콜백 diff --git a/docs/ko/enterprise/guides/zapier-trigger.mdx b/docs/ko/enterprise/guides/zapier-trigger.mdx index d72d7b857..662633f2a 100644 --- a/docs/ko/enterprise/guides/zapier-trigger.mdx +++ b/docs/ko/enterprise/guides/zapier-trigger.mdx @@ -2,6 +2,7 @@ title: "Zapier 트리거" description: "Zapier 워크플로우에서 CrewAI crew를 트리거하여 앱 간 워크플로우를 자동화합니다" icon: "bolt" +mode: "wide" --- 이 가이드는 CrewAI Enterprise용 Zapier 트리거를 설정하는 과정을 안내합니다. 이를 통해 CrewAI Enterprise와 기타 애플리케이션 간의 워크플로우를 자동화할 수 있습니다. diff --git a/docs/ko/enterprise/integrations/asana.mdx b/docs/ko/enterprise/integrations/asana.mdx index 66f4f5a25..bccf34f2e 100644 --- a/docs/ko/enterprise/integrations/asana.mdx +++ b/docs/ko/enterprise/integrations/asana.mdx @@ -2,6 +2,7 @@ title: Asana 연동 description: "CrewAI를 위한 Asana 연동으로 팀 작업 및 프로젝트 조정." icon: "circle" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/box.mdx b/docs/ko/enterprise/integrations/box.mdx index 790b27ec7..3140b0608 100644 --- a/docs/ko/enterprise/integrations/box.mdx +++ b/docs/ko/enterprise/integrations/box.mdx @@ -2,6 +2,7 @@ title: Box 통합 description: "CrewAI용 Box 통합을 통한 파일 저장 및 문서 관리." icon: "box" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/clickup.mdx b/docs/ko/enterprise/integrations/clickup.mdx index 0200aeaed..0cdc7ac36 100644 --- a/docs/ko/enterprise/integrations/clickup.mdx +++ b/docs/ko/enterprise/integrations/clickup.mdx @@ -2,6 +2,7 @@ title: ClickUp 연동 description: "CrewAI를 위한 ClickUp 연동을 통한 작업 및 생산성 관리." icon: "list-check" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/github.mdx b/docs/ko/enterprise/integrations/github.mdx index 332fc270f..f9635c2f9 100644 --- a/docs/ko/enterprise/integrations/github.mdx +++ b/docs/ko/enterprise/integrations/github.mdx @@ -2,6 +2,7 @@ title: GitHub 통합 description: "CrewAI를 위한 GitHub 통합을 통한 리포지토리 및 이슈 관리." icon: "github" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/gmail.mdx b/docs/ko/enterprise/integrations/gmail.mdx index 2da2befc1..81f7956fe 100644 --- a/docs/ko/enterprise/integrations/gmail.mdx +++ b/docs/ko/enterprise/integrations/gmail.mdx @@ -2,6 +2,7 @@ title: Gmail 연동 description: "CrewAI를 위한 Gmail 연동을 통한 이메일 및 연락처 관리." icon: "envelope" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/google_calendar.mdx b/docs/ko/enterprise/integrations/google_calendar.mdx index 7a626d6ae..f95d78209 100644 --- a/docs/ko/enterprise/integrations/google_calendar.mdx +++ b/docs/ko/enterprise/integrations/google_calendar.mdx @@ -2,6 +2,7 @@ title: Google 캘린더 연동 description: "CrewAI를 위한 Google 캘린더 연동을 통한 이벤트 및 일정 관리." icon: "calendar" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/google_sheets.mdx b/docs/ko/enterprise/integrations/google_sheets.mdx index a01539a37..67c35f0c0 100644 --- a/docs/ko/enterprise/integrations/google_sheets.mdx +++ b/docs/ko/enterprise/integrations/google_sheets.mdx @@ -2,6 +2,7 @@ title: Google Sheets 연동 description: "CrewAI를 위한 Google Sheets 연동을 통해 스프레드시트 데이터 동기화." icon: "google" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/hubspot.mdx b/docs/ko/enterprise/integrations/hubspot.mdx index e650979f2..aadd2ce5e 100644 --- a/docs/ko/enterprise/integrations/hubspot.mdx +++ b/docs/ko/enterprise/integrations/hubspot.mdx @@ -2,6 +2,7 @@ title: "HubSpot 연동" description: "CrewAI로 HubSpot에서 회사 및 연락처를 관리하세요." icon: "briefcase" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/jira.mdx b/docs/ko/enterprise/integrations/jira.mdx index 7e05340e7..fc28d5e37 100644 --- a/docs/ko/enterprise/integrations/jira.mdx +++ b/docs/ko/enterprise/integrations/jira.mdx @@ -2,6 +2,7 @@ title: Jira 연동 description: "CrewAI를 위한 Jira 연동을 통한 이슈 추적 및 프로젝트 관리." icon: "bug" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/linear.mdx b/docs/ko/enterprise/integrations/linear.mdx index f31aab6ab..9ee67d624 100644 --- a/docs/ko/enterprise/integrations/linear.mdx +++ b/docs/ko/enterprise/integrations/linear.mdx @@ -2,6 +2,7 @@ title: Linear 연동 description: "CrewAI를 위한 Linear 연동을 통한 소프트웨어 프로젝트 및 버그 추적." icon: "list-check" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/notion.mdx b/docs/ko/enterprise/integrations/notion.mdx index 8a5d73336..9d399beae 100644 --- a/docs/ko/enterprise/integrations/notion.mdx +++ b/docs/ko/enterprise/integrations/notion.mdx @@ -2,6 +2,7 @@ title: Notion 연동 description: "CrewAI를 위한 Notion 연동을 통한 페이지 및 데이터베이스 관리." icon: "book" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/salesforce.mdx b/docs/ko/enterprise/integrations/salesforce.mdx index caa21fa02..25cad7594 100644 --- a/docs/ko/enterprise/integrations/salesforce.mdx +++ b/docs/ko/enterprise/integrations/salesforce.mdx @@ -2,6 +2,7 @@ title: Salesforce 통합 description: "CrewAI를 위한 Salesforce 통합을 통한 CRM 및 영업 자동화." icon: "salesforce" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/shopify.mdx b/docs/ko/enterprise/integrations/shopify.mdx index e94ee2fe4..e801af9fa 100644 --- a/docs/ko/enterprise/integrations/shopify.mdx +++ b/docs/ko/enterprise/integrations/shopify.mdx @@ -2,6 +2,7 @@ title: Shopify 연동 description: "CrewAI를 위한 Shopify 연동을 통한 전자상거래 및 온라인 스토어 관리." icon: "shopify" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/slack.mdx b/docs/ko/enterprise/integrations/slack.mdx index 17ee8d023..e920c84d7 100644 --- a/docs/ko/enterprise/integrations/slack.mdx +++ b/docs/ko/enterprise/integrations/slack.mdx @@ -2,6 +2,7 @@ title: Slack 연동 description: "CrewAI를 위한 Slack 연동으로 팀 커뮤니케이션 및 협업 지원." icon: "slack" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/stripe.mdx b/docs/ko/enterprise/integrations/stripe.mdx index b8657a045..8918b13f2 100644 --- a/docs/ko/enterprise/integrations/stripe.mdx +++ b/docs/ko/enterprise/integrations/stripe.mdx @@ -2,6 +2,7 @@ title: Stripe 연동 description: "CrewAI를 위한 Stripe 연동을 통한 결제 처리 및 구독 관리." icon: "stripe" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/integrations/zendesk.mdx b/docs/ko/enterprise/integrations/zendesk.mdx index d94b48576..e326aed8c 100644 --- a/docs/ko/enterprise/integrations/zendesk.mdx +++ b/docs/ko/enterprise/integrations/zendesk.mdx @@ -2,6 +2,7 @@ title: Zendesk 통합 description: "CrewAI를 위한 Zendesk 통합으로 고객 지원 및 헬프데스크 관리." icon: "headset" +mode: "wide" --- ## 개요 diff --git a/docs/ko/enterprise/introduction.mdx b/docs/ko/enterprise/introduction.mdx index 5e7af0b2c..e9804d395 100644 --- a/docs/ko/enterprise/introduction.mdx +++ b/docs/ko/enterprise/introduction.mdx @@ -2,6 +2,7 @@ title: "CrewAI 엔터프라이즈" description: "AI 에이전트 워크플로우를 배포, 모니터링 및 확장하세요" icon: "globe" +mode: "wide" --- ## 소개 diff --git a/docs/ko/enterprise/resources/frequently-asked-questions.mdx b/docs/ko/enterprise/resources/frequently-asked-questions.mdx index 0ecdac640..c154af4c0 100644 --- a/docs/ko/enterprise/resources/frequently-asked-questions.mdx +++ b/docs/ko/enterprise/resources/frequently-asked-questions.mdx @@ -2,6 +2,7 @@ title: 자주 묻는 질문 description: "CrewAI Enterprise에 대한 자주 묻는 질문" icon: "circle-question" +mode: "wide" --- diff --git a/docs/ko/examples/cookbooks.mdx b/docs/ko/examples/cookbooks.mdx index c5969cf57..9b835cd1b 100644 --- a/docs/ko/examples/cookbooks.mdx +++ b/docs/ko/examples/cookbooks.mdx @@ -2,6 +2,7 @@ title: CrewAI Cookbooks description: 패턴을 빠르게 익히기 위한 기능 중심 Quickstarts와 노트북. icon: book +mode: "wide" --- ## Quickstarts & Demos diff --git a/docs/ko/examples/example.mdx b/docs/ko/examples/example.mdx index b4bac78f1..68dcccc5d 100644 --- a/docs/ko/examples/example.mdx +++ b/docs/ko/examples/example.mdx @@ -2,6 +2,7 @@ title: CrewAI 예시 description: Crews, Flows, 통합, Notebooks로 구성된 예시 모음입니다. icon: rocket-launch +mode: "wide" --- ## Crews diff --git a/docs/ko/guides/advanced/customizing-prompts.mdx b/docs/ko/guides/advanced/customizing-prompts.mdx index 0dda8467d..e157c9e95 100644 --- a/docs/ko/guides/advanced/customizing-prompts.mdx +++ b/docs/ko/guides/advanced/customizing-prompts.mdx @@ -2,6 +2,7 @@ title: 프롬프트 커스터마이징 description: CrewAI를 위한 저수준 프롬프트 커스터마이징에 대해 자세히 알아보고, 다양한 모델과 언어에 대해 매우 맞춤화되고 복잡한 사용 사례를 구현할 수 있습니다. icon: message-pen +mode: "wide" --- ## 프롬프트를 커스터마이즈해야 하는 이유 diff --git a/docs/ko/guides/advanced/fingerprinting.mdx b/docs/ko/guides/advanced/fingerprinting.mdx index 10915c15c..bc4b4e320 100644 --- a/docs/ko/guides/advanced/fingerprinting.mdx +++ b/docs/ko/guides/advanced/fingerprinting.mdx @@ -2,6 +2,7 @@ title: 지문 인식 description: CrewAI의 지문 인식 시스템을 사용하여 컴포넌트를 전체 라이프사이클 동안 고유하게 식별하고 추적하는 방법을 알아보세요. icon: fingerprint +mode: "wide" --- ## 개요 diff --git a/docs/ko/guides/agents/crafting-effective-agents.mdx b/docs/ko/guides/agents/crafting-effective-agents.mdx index 5fcf128b0..b7ec97a7c 100644 --- a/docs/ko/guides/agents/crafting-effective-agents.mdx +++ b/docs/ko/guides/agents/crafting-effective-agents.mdx @@ -2,6 +2,7 @@ title: 효과적인 에이전트 제작 description: 복잡한 문제를 효과적으로 해결하기 위해 협업하는 강력하고 전문화된 AI 에이전트를 설계하는 모범 사례를 배워보세요. icon: robot +mode: "wide" --- ## 에이전트 설계의 예술과 과학 diff --git a/docs/ko/guides/concepts/evaluating-use-cases.mdx b/docs/ko/guides/concepts/evaluating-use-cases.mdx index 85a49a9f2..ff9a3c335 100644 --- a/docs/ko/guides/concepts/evaluating-use-cases.mdx +++ b/docs/ko/guides/concepts/evaluating-use-cases.mdx @@ -2,6 +2,7 @@ title: CrewAI 사용 사례 평가 description: AI 애플리케이션 요구 사항을 평가하고 복잡성과 정밀도 요구 사항에 따라 Crews와 Flows 중 올바른 접근 방식을 선택하는 방법을 알아보세요. icon: scale-balanced +mode: "wide" --- ## 의사결정 프레임워크 이해하기 diff --git a/docs/ko/guides/crews/first-crew.mdx b/docs/ko/guides/crews/first-crew.mdx index f6f152a15..a21e25e4a 100644 --- a/docs/ko/guides/crews/first-crew.mdx +++ b/docs/ko/guides/crews/first-crew.mdx @@ -2,6 +2,7 @@ title: 첫 번째 크루 만들기 description: 복잡한 문제를 함께 해결할 수 있는 협업 AI 팀을 만드는 단계별 튜토리얼입니다. icon: users-gear +mode: "wide" --- ## 협업 AI의 힘을 발휘하기 diff --git a/docs/ko/guides/flows/first-flow.mdx b/docs/ko/guides/flows/first-flow.mdx index f23f39150..72ed9866a 100644 --- a/docs/ko/guides/flows/first-flow.mdx +++ b/docs/ko/guides/flows/first-flow.mdx @@ -2,6 +2,7 @@ title: 첫 Flow 빌드하기 description: 정밀한 실행 제어가 가능한 구조화된 이벤트 기반 워크플로우를 만드는 방법을 배웁니다. icon: diagram-project +mode: "wide" --- ## Flows로 AI 워크플로우 제어하기 diff --git a/docs/ko/guides/flows/mastering-flow-state.mdx b/docs/ko/guides/flows/mastering-flow-state.mdx index d3636ba6d..83b442f31 100644 --- a/docs/ko/guides/flows/mastering-flow-state.mdx +++ b/docs/ko/guides/flows/mastering-flow-state.mdx @@ -2,6 +2,7 @@ title: 플로우 상태 관리 마스터하기 description: 견고한 AI 애플리케이션 구축을 위한 CrewAI 플로우에서 상태를 관리, 유지 및 활용하는 종합 가이드입니다. icon: diagram-project +mode: "wide" --- ## 플로우에서 State의 힘 이해하기 diff --git a/docs/ko/installation.mdx b/docs/ko/installation.mdx index c9aa9f549..e2f412d69 100644 --- a/docs/ko/installation.mdx +++ b/docs/ko/installation.mdx @@ -2,6 +2,7 @@ title: 설치 description: CrewAI 시작하기 - 설치, 구성, 그리고 첫 번째 AI crew 구축하기 icon: wrench +mode: "wide" --- ## 비디오 튜토리얼 diff --git a/docs/ko/introduction.mdx b/docs/ko/introduction.mdx index a3097dadb..c78270d15 100644 --- a/docs/ko/introduction.mdx +++ b/docs/ko/introduction.mdx @@ -2,6 +2,7 @@ title: 소개 description: 함께 협력하여 복잡한 작업을 해결하는 AI agent 팀 구축 icon: handshake +mode: "wide" --- # CrewAI란 무엇인가? diff --git a/docs/ko/learn/before-and-after-kickoff-hooks.mdx b/docs/ko/learn/before-and-after-kickoff-hooks.mdx index d61193188..624a5e3a3 100644 --- a/docs/ko/learn/before-and-after-kickoff-hooks.mdx +++ b/docs/ko/learn/before-and-after-kickoff-hooks.mdx @@ -1,6 +1,7 @@ --- title: 킥오프 전후 후크(Before and After Kickoff Hooks) description: CrewAI에서 킥오프 전후 후크를 사용하는 방법을 알아보세요 +mode: "wide" --- CrewAI는 crew의 kickoff 전후에 코드를 실행할 수 있는 hook을 제공합니다. 이러한 hook은 입력값을 사전 처리하거나 결과를 사후 처리하는 데 유용합니다. diff --git a/docs/ko/learn/bring-your-own-agent.mdx b/docs/ko/learn/bring-your-own-agent.mdx index 0069cffae..38f0912ce 100644 --- a/docs/ko/learn/bring-your-own-agent.mdx +++ b/docs/ko/learn/bring-your-own-agent.mdx @@ -2,6 +2,7 @@ title: 에이전트 직접 가져오기 description: Crew 내에서 작동하는 자체 에이전트를 가져오는 방법을 알아보세요. icon: robots +mode: "wide" --- 상호 운용성은 CrewAI의 핵심 개념입니다. 이 가이드에서는 Crew 내에서 작동하는 여러분만의 에이전트를 어떻게 도입할 수 있는지 보여줍니다. diff --git a/docs/ko/learn/coding-agents.mdx b/docs/ko/learn/coding-agents.mdx index c9b17ed27..041f80792 100644 --- a/docs/ko/learn/coding-agents.mdx +++ b/docs/ko/learn/coding-agents.mdx @@ -2,6 +2,7 @@ title: 코딩 에이전트 description: CrewAI 에이전트가 코드를 작성하고 실행할 수 있도록 하는 방법과, 향상된 기능을 위한 고급 기능을 알아보세요. icon: rectangle-code +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/conditional-tasks.mdx b/docs/ko/learn/conditional-tasks.mdx index 3eb391924..9de55e32d 100644 --- a/docs/ko/learn/conditional-tasks.mdx +++ b/docs/ko/learn/conditional-tasks.mdx @@ -2,6 +2,7 @@ title: 조건부 태스크 description: crewAI kickoff에서 조건부 태스크를 사용하는 방법을 알아보세요 icon: diagram-subtask +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/create-custom-tools.mdx b/docs/ko/learn/create-custom-tools.mdx index c4ca2bcc0..05ea69ac4 100644 --- a/docs/ko/learn/create-custom-tools.mdx +++ b/docs/ko/learn/create-custom-tools.mdx @@ -2,6 +2,7 @@ title: 커스텀 도구 생성 description: CrewAI 프레임워크 내에서 커스텀 도구를 제작, 사용 및 관리하는 종합 가이드로, 신규 기능과 오류 처리를 포함합니다. icon: hammer +mode: "wide" --- ## CrewAI에서 툴 생성 및 활용 diff --git a/docs/ko/learn/custom-llm.mdx b/docs/ko/learn/custom-llm.mdx index cd0f86b05..6dfc3fc6a 100644 --- a/docs/ko/learn/custom-llm.mdx +++ b/docs/ko/learn/custom-llm.mdx @@ -2,6 +2,7 @@ title: 커스텀 LLM 구현 description: CrewAI에서 커스텀 LLM 구현을 만드는 방법을 알아보세요. icon: code +mode: "wide" --- ## 개요 diff --git a/docs/ko/learn/custom-manager-agent.mdx b/docs/ko/learn/custom-manager-agent.mdx index 7aabd9188..89f8471cc 100644 --- a/docs/ko/learn/custom-manager-agent.mdx +++ b/docs/ko/learn/custom-manager-agent.mdx @@ -2,6 +2,7 @@ title: 커스텀 매니저 에이전트 description: CrewAI에서 커스텀 에이전트를 매니저로 설정하여 작업 관리 및 조정을 보다 세밀하게 제어하는 방법을 알아보세요. icon: user-shield +mode: "wide" --- # CrewAI에서 특정 에이전트를 매니저로 설정하기 diff --git a/docs/ko/learn/customizing-agents.mdx b/docs/ko/learn/customizing-agents.mdx index 944262a63..b05fef396 100644 --- a/docs/ko/learn/customizing-agents.mdx +++ b/docs/ko/learn/customizing-agents.mdx @@ -2,6 +2,7 @@ title: 에이전트 맞춤화 description: CrewAI 프레임워크 내에서 특정 역할, 작업 및 고급 맞춤화를 위해 에이전트를 조정하는 종합 가이드입니다. icon: user-pen +mode: "wide" --- ## 사용자 지정 가능 속성 diff --git a/docs/ko/learn/dalle-image-generation.mdx b/docs/ko/learn/dalle-image-generation.mdx index caa91f9bc..f194fe111 100644 --- a/docs/ko/learn/dalle-image-generation.mdx +++ b/docs/ko/learn/dalle-image-generation.mdx @@ -2,6 +2,7 @@ title: "DALL-E를 활용한 이미지 생성" description: "CrewAI 프로젝트에서 AI 기반 이미지 생성을 위해 DALL-E를 활용하는 방법을 알아보세요" icon: "image" +mode: "wide" --- CrewAI는 OpenAI의 DALL-E와의 통합을 지원하여, AI 에이전트가 작업의 일환으로 이미지를 생성할 수 있습니다. 이 가이드에서는 CrewAI 프로젝트에서 DALL-E 도구를 설정하고 사용하는 방법을 단계별로 안내합니다. diff --git a/docs/ko/learn/force-tool-output-as-result.mdx b/docs/ko/learn/force-tool-output-as-result.mdx index 4d53860fd..1a1da0a5f 100644 --- a/docs/ko/learn/force-tool-output-as-result.mdx +++ b/docs/ko/learn/force-tool-output-as-result.mdx @@ -2,6 +2,7 @@ title: 도구 출력 결과로 강제 지정하기 description: CrewAI에서 에이전트의 작업에서 도구 출력을 결과로 강제 지정하는 방법을 알아봅니다. icon: wrench-simple +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/hierarchical-process.mdx b/docs/ko/learn/hierarchical-process.mdx index ffdd2d11c..ba737f4f0 100644 --- a/docs/ko/learn/hierarchical-process.mdx +++ b/docs/ko/learn/hierarchical-process.mdx @@ -2,6 +2,7 @@ title: 계층적 프로세스 description: 최신 코딩 관행 및 기능을 반영하여 CrewAI 프로젝트 내에서 계층적 프로세스를 이해하고 적용하는 종합 가이드입니다. icon: sitemap +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/human-in-the-loop.mdx b/docs/ko/learn/human-in-the-loop.mdx index 6443d67dd..dc5fdfa72 100644 --- a/docs/ko/learn/human-in-the-loop.mdx +++ b/docs/ko/learn/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "Human-in-the-Loop (HITL) 워크플로우" description: "CrewAI에서 Human-in-the-Loop 워크플로우를 구현하여 의사결정을 향상시키는 방법을 알아보세요" icon: "user-check" +mode: "wide" --- 휴먼 인 더 루프(HITL, Human-in-the-Loop)는 인공지능과 인간의 전문 지식을 결합하여 의사결정을 강화하고 작업 결과를 향상시키는 강력한 접근 방식입니다. 이 가이드에서는 CrewAI 내에서 HITL을 구현하는 방법을 안내합니다. diff --git a/docs/ko/learn/human-input-on-execution.mdx b/docs/ko/learn/human-input-on-execution.mdx index 57665aab7..8665652a1 100644 --- a/docs/ko/learn/human-input-on-execution.mdx +++ b/docs/ko/learn/human-input-on-execution.mdx @@ -2,6 +2,7 @@ title: 실행 중 인간 입력 description: 복잡한 의사결정 과정에서 실행 중 CrewAI와 인간 입력을 통합하고, 에이전트의 속성과 도구의 모든 기능을 활용하는 방법. icon: user-check +mode: "wide" --- ## 에이전트 실행에서의 인간 입력 diff --git a/docs/ko/learn/kickoff-async.mdx b/docs/ko/learn/kickoff-async.mdx index 4af826dff..12f0f4038 100644 --- a/docs/ko/learn/kickoff-async.mdx +++ b/docs/ko/learn/kickoff-async.mdx @@ -2,6 +2,7 @@ title: Crew 비동기 시작 description: Crew를 비동기로 시작하기 icon: rocket-launch +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/kickoff-for-each.mdx b/docs/ko/learn/kickoff-for-each.mdx index 030689ef1..4f10abb37 100644 --- a/docs/ko/learn/kickoff-for-each.mdx +++ b/docs/ko/learn/kickoff-for-each.mdx @@ -2,6 +2,7 @@ title: 각 항목에 대한 Kickoff Crew description: 목록의 각 항목에 대한 Kickoff Crew icon: at +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/llm-connections.mdx b/docs/ko/learn/llm-connections.mdx index 44b9ce854..f373d8a89 100644 --- a/docs/ko/learn/llm-connections.mdx +++ b/docs/ko/learn/llm-connections.mdx @@ -2,6 +2,7 @@ title: 모든 LLM에 연결하기 description: LiteLLM을 사용하여 CrewAI를 다양한 대형 언어 모델(LLM)과 통합하는 방법에 대한 종합적인 가이드로, 지원되는 제공자와 구성 옵션을 포함합니다. icon: brain-circuit +mode: "wide" --- ## CrewAI를 LLM에 연결하기 diff --git a/docs/ko/learn/llm-selection-guide.mdx b/docs/ko/learn/llm-selection-guide.mdx index 0a7bd31cf..38ba27daf 100644 --- a/docs/ko/learn/llm-selection-guide.mdx +++ b/docs/ko/learn/llm-selection-guide.mdx @@ -2,6 +2,7 @@ title: '전략적 LLM 선택 가이드' description: 'CrewAI AI 에이전트를 위한 적합한 LLM 선택 및 효과적인 작업과 에이전트 정의 작성에 대한 전략적 프레임워크' icon: 'brain-circuit' +mode: "wide" --- ## CrewAI의 LLM 선택 접근 방식 diff --git a/docs/ko/learn/multimodal-agents.mdx b/docs/ko/learn/multimodal-agents.mdx index 741d60761..5f4c36b8c 100644 --- a/docs/ko/learn/multimodal-agents.mdx +++ b/docs/ko/learn/multimodal-agents.mdx @@ -2,6 +2,7 @@ title: 멀티모달 에이전트 사용하기 description: CrewAI 프레임워크 내에서 이미지 및 기타 비텍스트 콘텐츠를 처리하기 위해 에이전트에서 멀티모달 기능을 활성화하고 사용하는 방법을 알아보세요. icon: video +mode: "wide" --- ## 멀티모달 에이전트 사용하기 diff --git a/docs/ko/learn/overview.mdx b/docs/ko/learn/overview.mdx index 92a43c19e..0568222ce 100644 --- a/docs/ko/learn/overview.mdx +++ b/docs/ko/learn/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "포괄적인 가이드와 튜토리얼을 통해 CrewAI 애플리케이션을 빌드하고, 맞춤화하며, 최적화하는 방법을 알아보세요." icon: "face-smile" +mode: "wide" --- ## CrewAI 배우기 diff --git a/docs/ko/learn/replay-tasks-from-latest-crew-kickoff.mdx b/docs/ko/learn/replay-tasks-from-latest-crew-kickoff.mdx index 9d2706380..1ae9eae33 100644 --- a/docs/ko/learn/replay-tasks-from-latest-crew-kickoff.mdx +++ b/docs/ko/learn/replay-tasks-from-latest-crew-kickoff.mdx @@ -2,6 +2,7 @@ title: 최신 Crew Kickoff에서 작업 다시 실행하기 description: 최신 crew.kickoff(...)에서 작업을 다시 실행합니다. icon: arrow-right +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/sequential-process.mdx b/docs/ko/learn/sequential-process.mdx index 1d50cf6d7..e8760c7c5 100644 --- a/docs/ko/learn/sequential-process.mdx +++ b/docs/ko/learn/sequential-process.mdx @@ -2,6 +2,7 @@ title: 순차 프로세스 description: CrewAI 프로젝트에서 작업 실행을 위한 순차 프로세스를 활용하는 방법에 대한 종합 가이드입니다. icon: forward +mode: "wide" --- ## 소개 diff --git a/docs/ko/learn/using-annotations.mdx b/docs/ko/learn/using-annotations.mdx index f6d887313..41f894b50 100644 --- a/docs/ko/learn/using-annotations.mdx +++ b/docs/ko/learn/using-annotations.mdx @@ -2,6 +2,7 @@ title: "crew.py에서 어노테이션 사용하기" description: "CrewAI에서 에이전트, 태스크, 컴포넌트를 올바르게 구조화하기 위해 어노테이션을 사용하는 방법을 알아보세요." icon: "at" +mode: "wide" --- 이 가이드는 `crew.py` 파일에서 **agent**, **task**, 및 기타 구성 요소를 올바르게 참조하기 위해 주석을 사용하는 방법을 설명합니다. diff --git a/docs/ko/mcp/multiple-servers.mdx b/docs/ko/mcp/multiple-servers.mdx index 87844b002..dfd85a7f7 100644 --- a/docs/ko/mcp/multiple-servers.mdx +++ b/docs/ko/mcp/multiple-servers.mdx @@ -2,6 +2,7 @@ title: 여러 MCP 서버에 연결하기 description: CrewAI에서 MCPServerAdapter를 사용하여 여러 MCP 서버에 동시에 연결하고 해당 도구를 집계하는 방법을 알아봅니다. icon: layer-group +mode: "wide" --- ## 개요 diff --git a/docs/ko/mcp/overview.mdx b/docs/ko/mcp/overview.mdx index 01f482b66..7c4043552 100644 --- a/docs/ko/mcp/overview.mdx +++ b/docs/ko/mcp/overview.mdx @@ -2,6 +2,7 @@ title: 'CrewAI에서 MCP 서버를 도구로 활용하기' description: '`crewai-tools` 라이브러리를 사용하여 MCP 서버를 CrewAI agent에 도구로 통합하는 방법을 알아봅니다.' icon: plug +mode: "wide" --- ## 개요 diff --git a/docs/ko/mcp/security.mdx b/docs/ko/mcp/security.mdx index d10e103c1..dd32747f5 100644 --- a/docs/ko/mcp/security.mdx +++ b/docs/ko/mcp/security.mdx @@ -2,6 +2,7 @@ title: MCP 보안 고려사항 description: MCP 서버를 CrewAI agent와 통합할 때 중요한 보안 모범 사례에 대해 알아보세요. icon: lock +mode: "wide" --- ## 개요 diff --git a/docs/ko/mcp/sse.mdx b/docs/ko/mcp/sse.mdx index 61cec7a54..12b153612 100644 --- a/docs/ko/mcp/sse.mdx +++ b/docs/ko/mcp/sse.mdx @@ -2,6 +2,7 @@ title: SSE 트랜스포트 description: 서버 전송 이벤트(SSE)를 사용하여 CrewAI를 원격 MCP 서버에 연결하여 실시간 통신을 구현하는 방법을 알아보세요. icon: wifi +mode: "wide" --- ## 개요 diff --git a/docs/ko/mcp/stdio.mdx b/docs/ko/mcp/stdio.mdx index 225edbd15..b15e731b0 100644 --- a/docs/ko/mcp/stdio.mdx +++ b/docs/ko/mcp/stdio.mdx @@ -2,6 +2,7 @@ title: Stdio 전송 description: Stdio(표준 입력/출력) 전송 메커니즘을 사용하여 CrewAI를 로컬 MCP 서버에 연결하는 방법을 알아보세요. icon: server +mode: "wide" --- ## 개요 diff --git a/docs/ko/mcp/streamable-http.mdx b/docs/ko/mcp/streamable-http.mdx index f743f8be0..b6293ef82 100644 --- a/docs/ko/mcp/streamable-http.mdx +++ b/docs/ko/mcp/streamable-http.mdx @@ -2,6 +2,7 @@ title: 스트리머블 HTTP 전송 description: 유연한 스트리머블 HTTP 전송을 사용하여 CrewAI를 원격 MCP 서버에 연결하는 방법을 알아보세요. icon: globe +mode: "wide" --- ## 개요 diff --git a/docs/ko/observability/arize-phoenix.mdx b/docs/ko/observability/arize-phoenix.mdx index d77161ae7..340652963 100644 --- a/docs/ko/observability/arize-phoenix.mdx +++ b/docs/ko/observability/arize-phoenix.mdx @@ -2,6 +2,7 @@ title: Arize Phoenix description: OpenTelemetry 및 OpenInference가 포함된 CrewAI용 Arize Phoenix 통합 icon: magnifying-glass-chart +mode: "wide" --- # Arize Phoenix 통합 diff --git a/docs/ko/observability/langdb.mdx b/docs/ko/observability/langdb.mdx index dc81246a3..6a5442f49 100644 --- a/docs/ko/observability/langdb.mdx +++ b/docs/ko/observability/langdb.mdx @@ -2,6 +2,7 @@ title: LangDB 통합 description: LangDB AI Gateway로 CrewAI 워크플로우를 관리, 보안, 최적화하세요—350개 이상의 모델 액세스, 자동 라우팅, 비용 최적화, 완전한 가시성을 제공합니다. icon: database +mode: "wide" --- # 소개 diff --git a/docs/ko/observability/langfuse.mdx b/docs/ko/observability/langfuse.mdx index e1ac051ed..ceefceaee 100644 --- a/docs/ko/observability/langfuse.mdx +++ b/docs/ko/observability/langfuse.mdx @@ -2,6 +2,7 @@ title: Langfuse 통합 description: OpenLit을 사용하여 OpenTelemetry를 통해 CrewAI와 Langfuse를 통합하는 방법을 알아보세요 icon: vials +mode: "wide" --- # Langfuse와 CrewAI 통합하기 diff --git a/docs/ko/observability/langtrace.mdx b/docs/ko/observability/langtrace.mdx index e663575d6..05848d586 100644 --- a/docs/ko/observability/langtrace.mdx +++ b/docs/ko/observability/langtrace.mdx @@ -2,6 +2,7 @@ title: Langtrace 연동 description: 외부 가시성 도구인 Langtrace를 사용하여 CrewAI 에이전트의 비용, 지연 시간 및 성능을 모니터링하는 방법. icon: chart-line +mode: "wide" --- # Langtrace 개요 diff --git a/docs/ko/observability/maxim.mdx b/docs/ko/observability/maxim.mdx index 12afd71bd..2db649824 100644 --- a/docs/ko/observability/maxim.mdx +++ b/docs/ko/observability/maxim.mdx @@ -2,6 +2,7 @@ title: "Maxim Integration" description: "에이전트 모니터링, 평가 및 가시성 시작" icon: "infinity" +mode: "wide" --- # Maxim 개요 diff --git a/docs/ko/observability/mlflow.mdx b/docs/ko/observability/mlflow.mdx index 326bb26c1..10edb565e 100644 --- a/docs/ko/observability/mlflow.mdx +++ b/docs/ko/observability/mlflow.mdx @@ -2,6 +2,7 @@ title: MLflow 통합 description: MLflow를 사용하여 에이전트 모니터링을 빠르게 시작하세요. icon: bars-staggered +mode: "wide" --- # MLflow 개요 diff --git a/docs/ko/observability/neatlogs.mdx b/docs/ko/observability/neatlogs.mdx index 3b6feb255..1d85a7c6e 100644 --- a/docs/ko/observability/neatlogs.mdx +++ b/docs/ko/observability/neatlogs.mdx @@ -2,6 +2,7 @@ title: Neatlogs 통합 description: CrewAI agent 실행을 이해하고, 디버그하며, 공유하기 icon: magnifying-glass-chart +mode: "wide" --- # 소개 diff --git a/docs/ko/observability/openlit.mdx b/docs/ko/observability/openlit.mdx index 8fe492a0f..68ecdd55e 100644 --- a/docs/ko/observability/openlit.mdx +++ b/docs/ko/observability/openlit.mdx @@ -2,6 +2,7 @@ title: OpenLIT 통합 description: OpenTelemetry와 함께 단 한 줄의 코드로 에이전트를 신속하게 모니터링을 시작하세요. icon: magnifying-glass-chart +mode: "wide" --- # OpenLIT 개요 diff --git a/docs/ko/observability/opik.mdx b/docs/ko/observability/opik.mdx index e35750997..cbc891bf7 100644 --- a/docs/ko/observability/opik.mdx +++ b/docs/ko/observability/opik.mdx @@ -2,6 +2,7 @@ title: Opik 통합 description: Comet Opik을 사용하여 CrewAI 애플리케이션을 포괄적인 트레이싱, 자동 평가, 프로덕션 준비 대시보드로 디버그, 평가 및 모니터링하는 방법을 알아보세요. icon: meteor +mode: "wide" --- # Opik 개요 diff --git a/docs/ko/observability/overview.mdx b/docs/ko/observability/overview.mdx index 847348c8b..32f71e2cc 100644 --- a/docs/ko/observability/overview.mdx +++ b/docs/ko/observability/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "포괄적인 관측 도구로 CrewAI agent를 모니터링, 평가 및 최적화하세요" icon: "face-smile" +mode: "wide" --- ## CrewAI를 위한 관측 가능성 diff --git a/docs/ko/observability/patronus-evaluation.mdx b/docs/ko/observability/patronus-evaluation.mdx index 4ec12d901..23e037ad6 100644 --- a/docs/ko/observability/patronus-evaluation.mdx +++ b/docs/ko/observability/patronus-evaluation.mdx @@ -2,6 +2,7 @@ title: Patronus AI 평가 description: Patronus AI의 종합 평가 플랫폼을 사용하여 CrewAI 에이전트의 성능과 LLM 출력 및 에이전트 행동을 모니터링하고 평가합니다. icon: shield-check +mode: "wide" --- # Patronus AI 평가 diff --git a/docs/ko/observability/portkey.mdx b/docs/ko/observability/portkey.mdx index a745a5ba5..1fb64288b 100644 --- a/docs/ko/observability/portkey.mdx +++ b/docs/ko/observability/portkey.mdx @@ -2,6 +2,7 @@ title: Portkey 통합 description: CrewAI에서 Portkey를 사용하는 방법 icon: key +mode: "wide" --- Portkey CrewAI 헤더 이미지 diff --git a/docs/ko/observability/weave.mdx b/docs/ko/observability/weave.mdx index 24c2ae334..195fd403f 100644 --- a/docs/ko/observability/weave.mdx +++ b/docs/ko/observability/weave.mdx @@ -2,6 +2,7 @@ title: Weave 통합 description: Weights & Biases(W&B) Weave를 사용하여 CrewAI 애플리케이션을 추적, 실험, 평가 및 개선하는 방법을 알아보세요. icon: radar +mode: "wide" --- # Weave 개요 diff --git a/docs/ko/quickstart.mdx b/docs/ko/quickstart.mdx index 2f16716f2..4231fbbde 100644 --- a/docs/ko/quickstart.mdx +++ b/docs/ko/quickstart.mdx @@ -2,6 +2,7 @@ title: 퀵스타트 description: 5분 이내에 CrewAI로 첫 번째 AI 에이전트를 구축해보세요. icon: rocket +mode: "wide" --- ## 첫 번째 CrewAI Agent 만들기 diff --git a/docs/ko/telemetry.mdx b/docs/ko/telemetry.mdx index b9afaeb3c..b706bded2 100644 --- a/docs/ko/telemetry.mdx +++ b/docs/ko/telemetry.mdx @@ -2,6 +2,7 @@ title: 텔레메트리 description: CrewAI에서 수집되는 텔레메트리 데이터와 이 데이터가 라이브러리의 향상에 어떻게 기여하는지 이해합니다. icon: signal-stream +mode: "wide" --- ## 텔레메트리 diff --git a/docs/ko/tools/ai-ml/aimindtool.mdx b/docs/ko/tools/ai-ml/aimindtool.mdx index ea961cfa4..4f93af656 100644 --- a/docs/ko/tools/ai-ml/aimindtool.mdx +++ b/docs/ko/tools/ai-ml/aimindtool.mdx @@ -2,6 +2,7 @@ title: AI 마인드 툴 description: AIMindTool은 자연어로 데이터 소스를 질의하도록 설계되었습니다. icon: brain +mode: "wide" --- # `AIMindTool` diff --git a/docs/ko/tools/ai-ml/codeinterpretertool.mdx b/docs/ko/tools/ai-ml/codeinterpretertool.mdx index a25f91048..f5053d216 100644 --- a/docs/ko/tools/ai-ml/codeinterpretertool.mdx +++ b/docs/ko/tools/ai-ml/codeinterpretertool.mdx @@ -2,6 +2,7 @@ title: 코드 인터프리터 description: CodeInterpreterTool은(는) 안전하고 격리된 환경 내에서 Python 3 코드를 실행하도록 설계된 강력한 도구입니다. icon: code-simple +mode: "wide" --- # `CodeInterpreterTool` diff --git a/docs/ko/tools/ai-ml/dalletool.mdx b/docs/ko/tools/ai-ml/dalletool.mdx index 43363bc91..87c7d36d0 100644 --- a/docs/ko/tools/ai-ml/dalletool.mdx +++ b/docs/ko/tools/ai-ml/dalletool.mdx @@ -2,6 +2,7 @@ title: DALL-E 도구 description: DallETool은(는) 텍스트 설명으로부터 이미지를 생성할 수 있도록 설계된 강력한 도구입니다. icon: image +mode: "wide" --- # `DallETool` diff --git a/docs/ko/tools/ai-ml/langchaintool.mdx b/docs/ko/tools/ai-ml/langchaintool.mdx index af5af9cd1..592456d40 100644 --- a/docs/ko/tools/ai-ml/langchaintool.mdx +++ b/docs/ko/tools/ai-ml/langchaintool.mdx @@ -2,6 +2,7 @@ title: LangChain 도구 description: LangChainTool은 LangChain 도구 및 쿼리 엔진을 위한 래퍼(wrapper)입니다. icon: link +mode: "wide" --- ## `LangChainTool` diff --git a/docs/ko/tools/ai-ml/llamaindextool.mdx b/docs/ko/tools/ai-ml/llamaindextool.mdx index e11b1bd5b..51d666fdd 100644 --- a/docs/ko/tools/ai-ml/llamaindextool.mdx +++ b/docs/ko/tools/ai-ml/llamaindextool.mdx @@ -2,6 +2,7 @@ title: LlamaIndex 도구 description: LlamaIndexTool은 LlamaIndex 도구와 쿼리 엔진의 래퍼입니다. icon: address-book +mode: "wide" --- # `LlamaIndexTool` diff --git a/docs/ko/tools/ai-ml/overview.mdx b/docs/ko/tools/ai-ml/overview.mdx index 1bf7c2409..c2f66ef30 100644 --- a/docs/ko/tools/ai-ml/overview.mdx +++ b/docs/ko/tools/ai-ml/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "AI 서비스를 활용하고, 이미지를 생성하며, 비전 처리를 수행하고, 지능형 시스템을 구축합니다" icon: "face-smile" +mode: "wide" --- 이러한 도구들은 AI 및 머신러닝 서비스와 통합되어 이미지 생성, 비전 처리, 지능형 코드 실행과 같은 고급 기능으로 에이전트를 강화합니다. diff --git a/docs/ko/tools/ai-ml/ragtool.mdx b/docs/ko/tools/ai-ml/ragtool.mdx index 043347711..241e579f4 100644 --- a/docs/ko/tools/ai-ml/ragtool.mdx +++ b/docs/ko/tools/ai-ml/ragtool.mdx @@ -2,6 +2,7 @@ title: RAG 도구 description: RagTool은 Retrieval-Augmented Generation을 사용하여 질문에 답변하는 동적 지식 기반 도구입니다. icon: vector-square +mode: "wide" --- # `RagTool` diff --git a/docs/ko/tools/ai-ml/visiontool.mdx b/docs/ko/tools/ai-ml/visiontool.mdx index 7a0d1fbaf..166c89b2c 100644 --- a/docs/ko/tools/ai-ml/visiontool.mdx +++ b/docs/ko/tools/ai-ml/visiontool.mdx @@ -2,6 +2,7 @@ title: 비전 도구 description: VisionTool은 이미지에서 텍스트를 추출하도록 설계되었습니다. icon: eye +mode: "wide" --- # `VisionTool` diff --git a/docs/ko/tools/automation/apifyactorstool.mdx b/docs/ko/tools/automation/apifyactorstool.mdx index 7bdf3a0ef..f6a99f5c2 100644 --- a/docs/ko/tools/automation/apifyactorstool.mdx +++ b/docs/ko/tools/automation/apifyactorstool.mdx @@ -3,6 +3,7 @@ title: Apify 액터 description: "`ApifyActorsTool`을(를) 사용하면 Apify 액터를 호출하여 CrewAI 워크플로우에 웹 스크래핑, 크롤링, 데이터 추출 및 웹 자동화 기능을 제공할 수 있습니다." # hack to use custom Apify icon icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*" +mode: "wide" --- # `ApifyActorsTool` diff --git a/docs/ko/tools/automation/composiotool.mdx b/docs/ko/tools/automation/composiotool.mdx index 3b110c984..15c477e34 100644 --- a/docs/ko/tools/automation/composiotool.mdx +++ b/docs/ko/tools/automation/composiotool.mdx @@ -2,6 +2,7 @@ title: Composio 도구 description: Composio는 유연한 인증 관리가 가능한 AI 에이전트를 위한 250개 이상의 프로덕션 준비 도구를 제공합니다. icon: gear-code +mode: "wide" --- # `ComposioToolSet` diff --git a/docs/ko/tools/automation/multiontool.mdx b/docs/ko/tools/automation/multiontool.mdx index 5dcc3f25c..18ab8f549 100644 --- a/docs/ko/tools/automation/multiontool.mdx +++ b/docs/ko/tools/automation/multiontool.mdx @@ -2,6 +2,7 @@ title: MultiOn Tool description: MultiOnTool은 CrewAI agent가 자연어 지시를 통해 웹을 탐색하고 상호작용할 수 있는 기능을 제공합니다. icon: globe +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/automation/overview.mdx b/docs/ko/tools/automation/overview.mdx index e942572e1..73b9e5665 100644 --- a/docs/ko/tools/automation/overview.mdx +++ b/docs/ko/tools/automation/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "워크플로우를 자동화하고 외부 플랫폼 및 서비스와 통합합니다" icon: "face-smile" +mode: "wide" --- 이러한 도구들은 에이전트가 워크플로를 자동화하고, 외부 플랫폼과 통합하며, 다양한 서드파티 서비스와 연동하여 기능을 향상시킬 수 있도록 합니다. diff --git a/docs/ko/tools/automation/zapieractionstool.mdx b/docs/ko/tools/automation/zapieractionstool.mdx index d0605a9bf..d174f98d6 100644 --- a/docs/ko/tools/automation/zapieractionstool.mdx +++ b/docs/ko/tools/automation/zapieractionstool.mdx @@ -2,6 +2,7 @@ title: Zapier 액션 도구 description: ZapierActionsAdapter는 Zapier 액션을 CrewAI 도구로 노출하여 자동화를 지원합니다. icon: bolt +mode: "wide" --- # `ZapierActionsAdapter` diff --git a/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx b/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx index f3720a5c5..cdb9f4cd4 100644 --- a/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx +++ b/docs/ko/tools/cloud-storage/bedrockinvokeagenttool.mdx @@ -2,6 +2,7 @@ title: Bedrock Invoke Agent 도구 description: CrewAI 에이전트가 Amazon Bedrock 에이전트를 호출하고, 워크플로우 내에서 그 기능을 활용할 수 있도록 합니다 icon: aws +mode: "wide" --- # `BedrockInvokeAgentTool` diff --git a/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx b/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx index b4152bcc4..ceda2ba2c 100644 --- a/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx +++ b/docs/ko/tools/cloud-storage/bedrockkbretriever.mdx @@ -2,6 +2,7 @@ title: 'Bedrock 지식 베이스 검색기' description: '자연어 쿼리를 사용하여 Amazon Bedrock 지식 베이스에서 정보를 검색합니다' icon: aws +mode: "wide" --- # `BedrockKBRetrieverTool` diff --git a/docs/ko/tools/cloud-storage/overview.mdx b/docs/ko/tools/cloud-storage/overview.mdx index de53b6105..cba3b5e21 100644 --- a/docs/ko/tools/cloud-storage/overview.mdx +++ b/docs/ko/tools/cloud-storage/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "클라우드 서비스, 스토리지 시스템, 클라우드 기반 AI 플랫폼과 상호작용합니다" icon: "face-smile" +mode: "wide" --- 이러한 도구를 통해 에이전트는 클라우드 서비스와 상호 작용하고, 클라우드 스토리지에 접근하며, 대규모 운영을 위해 클라우드 기반 AI 플랫폼을 활용할 수 있습니다. diff --git a/docs/ko/tools/cloud-storage/s3readertool.mdx b/docs/ko/tools/cloud-storage/s3readertool.mdx index 6558f0f9b..bc6840764 100644 --- a/docs/ko/tools/cloud-storage/s3readertool.mdx +++ b/docs/ko/tools/cloud-storage/s3readertool.mdx @@ -2,6 +2,7 @@ title: S3 리더 도구 description: S3ReaderTool은 CrewAI 에이전트가 Amazon S3 버킷에서 파일을 읽을 수 있도록 합니다. icon: aws +mode: "wide" --- # `S3ReaderTool` diff --git a/docs/ko/tools/cloud-storage/s3writertool.mdx b/docs/ko/tools/cloud-storage/s3writertool.mdx index 7b2d87789..de5cdb8bd 100644 --- a/docs/ko/tools/cloud-storage/s3writertool.mdx +++ b/docs/ko/tools/cloud-storage/s3writertool.mdx @@ -2,6 +2,7 @@ title: S3 Writer Tool description: S3WriterTool은 CrewAI 에이전트가 Amazon S3 버킷의 파일에 콘텐츠를 쓸 수 있도록 해줍니다. icon: aws +mode: "wide" --- # `S3WriterTool` diff --git a/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx b/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx index f85b03889..d979ddc7b 100644 --- a/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx +++ b/docs/ko/tools/database-data/mongodbvectorsearchtool.mdx @@ -2,6 +2,7 @@ title: MongoDB 벡터 검색 도구 description: MongoDBVectorSearchTool은(는) 선택적인 인덱싱 도우미와 함께 MongoDB Atlas에서 벡터 검색을 수행합니다. icon: "leaf" +mode: "wide" --- # `MongoDBVectorSearchTool` diff --git a/docs/ko/tools/database-data/mysqltool.mdx b/docs/ko/tools/database-data/mysqltool.mdx index 1bd02ee3a..8177a6488 100644 --- a/docs/ko/tools/database-data/mysqltool.mdx +++ b/docs/ko/tools/database-data/mysqltool.mdx @@ -2,6 +2,7 @@ title: MySQL RAG 검색 description: MySQLSearchTool은 MySQL 데이터베이스를 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: database +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/database-data/nl2sqltool.mdx b/docs/ko/tools/database-data/nl2sqltool.mdx index d484b63d0..5f6583155 100644 --- a/docs/ko/tools/database-data/nl2sqltool.mdx +++ b/docs/ko/tools/database-data/nl2sqltool.mdx @@ -2,6 +2,7 @@ title: NL2SQL 도구 description: NL2SQLTool은 자연어를 SQL 쿼리로 변환하도록 설계되었습니다. icon: language +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/database-data/overview.mdx b/docs/ko/tools/database-data/overview.mdx index 37997b85a..6c4fbb5a5 100644 --- a/docs/ko/tools/database-data/overview.mdx +++ b/docs/ko/tools/database-data/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "포괄적인 데이터 액세스를 위해 데이터베이스, 벡터 스토어, 데이터 웨어하우스에 연결하세요" icon: "face-smile" +mode: "wide" --- 이러한 툴을 통해 에이전트는 전통적인 SQL 데이터베이스부터 최신 벡터 저장소 및 데이터 웨어하우스에 이르기까지 다양한 데이터베이스 시스템과 상호 작용할 수 있습니다. diff --git a/docs/ko/tools/database-data/pgsearchtool.mdx b/docs/ko/tools/database-data/pgsearchtool.mdx index b81c0e718..aa97f0050 100644 --- a/docs/ko/tools/database-data/pgsearchtool.mdx +++ b/docs/ko/tools/database-data/pgsearchtool.mdx @@ -2,6 +2,7 @@ title: PG RAG 검색 description: PGSearchTool은 PostgreSQL 데이터베이스를 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: elephant +mode: "wide" --- 생각: 이제 훌륭한 답변을 드릴 수 있습니다. diff --git a/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx b/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx index 47fa6ed22..96da58686 100644 --- a/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx +++ b/docs/ko/tools/database-data/qdrantvectorsearchtool.mdx @@ -2,6 +2,7 @@ title: 'Qdrant 벡터 검색 도구' description: 'Qdrant 벡터 데이터베이스를 활용한 CrewAI 에이전트의 시맨틱 검색 기능' icon: vector-square +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/database-data/singlestoresearchtool.mdx b/docs/ko/tools/database-data/singlestoresearchtool.mdx index 5926df5fa..5888ac621 100644 --- a/docs/ko/tools/database-data/singlestoresearchtool.mdx +++ b/docs/ko/tools/database-data/singlestoresearchtool.mdx @@ -2,6 +2,7 @@ title: SingleStore 검색 도구 description: SingleStoreSearchTool은 풀링과 함께 SingleStore에서 SELECT/SHOW 쿼리를 안전하게 실행합니다. icon: circle +mode: "wide" --- # `SingleStoreSearchTool` diff --git a/docs/ko/tools/database-data/snowflakesearchtool.mdx b/docs/ko/tools/database-data/snowflakesearchtool.mdx index b28d83645..c15d700f8 100644 --- a/docs/ko/tools/database-data/snowflakesearchtool.mdx +++ b/docs/ko/tools/database-data/snowflakesearchtool.mdx @@ -2,6 +2,7 @@ title: Snowflake 검색 도구 description: SnowflakeSearchTool은 CrewAI 에이전트가 Snowflake 데이터 웨어하우스에서 SQL 쿼리를 실행하고 시맨틱 검색을 수행할 수 있도록 합니다. icon: snowflake +mode: "wide" --- # `SnowflakeSearchTool` diff --git a/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx b/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx index 696389b62..c0a137e65 100644 --- a/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx +++ b/docs/ko/tools/database-data/weaviatevectorsearchtool.mdx @@ -2,6 +2,7 @@ title: Weaviate 벡터 검색 description: WeaviateVectorSearchTool은(는) Weaviate 벡터 데이터베이스에서 의미적으로 유사한 문서를 검색하도록 설계되었습니다. icon: network-wired +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/file-document/csvsearchtool.mdx b/docs/ko/tools/file-document/csvsearchtool.mdx index dd6209af9..0dd8f7bad 100644 --- a/docs/ko/tools/file-document/csvsearchtool.mdx +++ b/docs/ko/tools/file-document/csvsearchtool.mdx @@ -2,6 +2,7 @@ title: CSV RAG 검색 description: CSVSearchTool은 CSV 파일의 콘텐츠 내에서 의미론적 검색을 수행하기 위해 설계된 강력한 RAG(Retrieval-Augmented Generation) 도구입니다. icon: file-csv +mode: "wide" --- # `CSVSearchTool` diff --git a/docs/ko/tools/file-document/directoryreadtool.mdx b/docs/ko/tools/file-document/directoryreadtool.mdx index c4c60f270..88f0bd638 100644 --- a/docs/ko/tools/file-document/directoryreadtool.mdx +++ b/docs/ko/tools/file-document/directoryreadtool.mdx @@ -2,6 +2,7 @@ title: 디렉터리 읽기 description: DirectoryReadTool은 디렉터리의 내용을 포괄적으로 나열할 수 있도록 설계된 강력한 유틸리티입니다. icon: folder-tree +mode: "wide" --- # `DirectoryReadTool` diff --git a/docs/ko/tools/file-document/directorysearchtool.mdx b/docs/ko/tools/file-document/directorysearchtool.mdx index 991dee2a1..5b8979b4c 100644 --- a/docs/ko/tools/file-document/directorysearchtool.mdx +++ b/docs/ko/tools/file-document/directorysearchtool.mdx @@ -2,6 +2,7 @@ title: 디렉터리 RAG 검색 description: DirectorySearchTool은 디렉터리의 콘텐츠 내에서 의미 기반 검색을 수행하도록 설계된 강력한 RAG(Retrieval-Augmented Generation) 도구입니다. icon: address-book +mode: "wide" --- # `DirectorySearchTool` diff --git a/docs/ko/tools/file-document/docxsearchtool.mdx b/docs/ko/tools/file-document/docxsearchtool.mdx index ed1ddfcc0..c20b1dcf7 100644 --- a/docs/ko/tools/file-document/docxsearchtool.mdx +++ b/docs/ko/tools/file-document/docxsearchtool.mdx @@ -2,6 +2,7 @@ title: DOCX RAG 검색 description: DOCXSearchTool은 DOCX 문서 내에서 의미 기반 검색을 수행하도록 설계된 RAG 도구입니다. icon: file-word +mode: "wide" --- # `DOCXSearchTool` diff --git a/docs/ko/tools/file-document/filereadtool.mdx b/docs/ko/tools/file-document/filereadtool.mdx index 5e5253a30..4559f6250 100644 --- a/docs/ko/tools/file-document/filereadtool.mdx +++ b/docs/ko/tools/file-document/filereadtool.mdx @@ -2,6 +2,7 @@ title: 파일 읽기 description: FileReadTool은 로컬 파일 시스템에서 파일을 읽도록 설계되었습니다. icon: folders +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/file-document/filewritetool.mdx b/docs/ko/tools/file-document/filewritetool.mdx index ffc47841e..77f5a6210 100644 --- a/docs/ko/tools/file-document/filewritetool.mdx +++ b/docs/ko/tools/file-document/filewritetool.mdx @@ -2,6 +2,7 @@ title: 파일 쓰기 description: FileWriterTool은 파일에 내용을 쓰도록 설계되었습니다. icon: file-pen +mode: "wide" --- # `FileWriterTool` diff --git a/docs/ko/tools/file-document/jsonsearchtool.mdx b/docs/ko/tools/file-document/jsonsearchtool.mdx index 7bdc21821..be0a6f134 100644 --- a/docs/ko/tools/file-document/jsonsearchtool.mdx +++ b/docs/ko/tools/file-document/jsonsearchtool.mdx @@ -2,6 +2,7 @@ title: JSON RAG 검색 description: JSONSearchTool은 JSON 파일을 검색하여 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: file-code +mode: "wide" --- # `JSONSearchTool` diff --git a/docs/ko/tools/file-document/mdxsearchtool.mdx b/docs/ko/tools/file-document/mdxsearchtool.mdx index fbc6bfd02..bbcf971cb 100644 --- a/docs/ko/tools/file-document/mdxsearchtool.mdx +++ b/docs/ko/tools/file-document/mdxsearchtool.mdx @@ -2,6 +2,7 @@ title: MDX RAG 검색 description: MDXSearchTool은 MDX 파일을 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: markdown +mode: "wide" --- # `MDXSearchTool` diff --git a/docs/ko/tools/file-document/ocrtool.mdx b/docs/ko/tools/file-document/ocrtool.mdx index 87b5d0cde..8c815aa4b 100644 --- a/docs/ko/tools/file-document/ocrtool.mdx +++ b/docs/ko/tools/file-document/ocrtool.mdx @@ -2,6 +2,7 @@ title: OCR 도구 description: OCRTool은 비전 기능을 가진 LLM을 사용하여 로컬 이미지나 이미지 URL에서 텍스트를 추출합니다. icon: image +mode: "wide" --- # `OCRTool` diff --git a/docs/ko/tools/file-document/overview.mdx b/docs/ko/tools/file-document/overview.mdx index 3c2be44f7..a54205f29 100644 --- a/docs/ko/tools/file-document/overview.mdx +++ b/docs/ko/tools/file-document/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "CrewAI의 문서 처리 도구를 사용하여 다양한 파일 형식을 읽고, 쓰고, 검색하세요" icon: "face-smile" +mode: "wide" --- 이러한 도구들은 에이전트가 다양한 파일 형식과 문서 유형을 다룰 수 있도록 해줍니다. PDF를 읽는 것부터 JSON 데이터를 처리하는 것까지, 이 도구들은 모든 문서 처리 요구를 충족합니다. diff --git a/docs/ko/tools/file-document/pdf-text-writing-tool.mdx b/docs/ko/tools/file-document/pdf-text-writing-tool.mdx index 061a9091b..884013250 100644 --- a/docs/ko/tools/file-document/pdf-text-writing-tool.mdx +++ b/docs/ko/tools/file-document/pdf-text-writing-tool.mdx @@ -2,6 +2,7 @@ title: PDF 텍스트 작성 도구 description: PDFTextWritingTool은 PDF의 특정 위치에 텍스트를 작성하며, 커스텀 폰트를 지원합니다. icon: file-pdf +mode: "wide" --- # `PDFTextWritingTool` diff --git a/docs/ko/tools/file-document/pdfsearchtool.mdx b/docs/ko/tools/file-document/pdfsearchtool.mdx index d215a7f41..c34193a6a 100644 --- a/docs/ko/tools/file-document/pdfsearchtool.mdx +++ b/docs/ko/tools/file-document/pdfsearchtool.mdx @@ -2,6 +2,7 @@ title: PDF RAG 검색 description: PDFSearchTool은 PDF 파일을 검색하고 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: file-pdf +mode: "wide" --- # `PDFSearchTool` diff --git a/docs/ko/tools/file-document/txtsearchtool.mdx b/docs/ko/tools/file-document/txtsearchtool.mdx index db1d18241..adaf2b0a2 100644 --- a/docs/ko/tools/file-document/txtsearchtool.mdx +++ b/docs/ko/tools/file-document/txtsearchtool.mdx @@ -2,6 +2,7 @@ title: TXT RAG 검색 description: TXTSearchTool은 텍스트 파일의 내용 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다. icon: file-lines +mode: "wide" --- ## 개요 diff --git a/docs/ko/tools/file-document/xmlsearchtool.mdx b/docs/ko/tools/file-document/xmlsearchtool.mdx index 2725f72f9..7418f9f58 100644 --- a/docs/ko/tools/file-document/xmlsearchtool.mdx +++ b/docs/ko/tools/file-document/xmlsearchtool.mdx @@ -2,6 +2,7 @@ title: XML RAG 검색 description: XMLSearchTool은 XML 파일의 콘텐츠 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다. icon: file-xml +mode: "wide" --- # `XMLSearchTool` diff --git a/docs/ko/tools/overview.mdx b/docs/ko/tools/overview.mdx index e30e0c00a..f4f11e98d 100644 --- a/docs/ko/tools/overview.mdx +++ b/docs/ko/tools/overview.mdx @@ -2,6 +2,7 @@ title: "도구 개요" description: "CrewAI의 AI 에이전트를 강화하는 40개 이상의 방대한 도구 라이브러리를 확인해보세요" icon: "toolbox" +mode: "wide" --- CrewAI는 에이전트의 기능을 향상시키기 위한 다양한 사전 구축 도구 라이브러리를 제공합니다. 파일 처리부터 웹 스크래핑, 데이터베이스 쿼리, AI 서비스에 이르기까지 모두 지원합니다. @@ -11,7 +12,7 @@ CrewAI는 에이전트의 기능을 향상시키기 위한 다양한 사전 구 @@ -64,12 +65,21 @@ CrewAI는 에이전트의 기능을 향상시키기 위한 다양한 사전 구 - Apify, Composio 및 기타 통합 플랫폼으로 워크플로우를 자동화하고, 에이전트를 외부 서비스와 연결할 수 있습니다. + Apify, Composio 등과 함께 워크플로우를 자동화하고 에이전트를 외부 서비스와 연결하세요. + + + + Amazon Bedrock 및 CrewAI Automation 툴킷 등 외부 시스템과 CrewAI를 통합합니다. diff --git a/docs/ko/tools/search-research/arxivpapertool.mdx b/docs/ko/tools/search-research/arxivpapertool.mdx index 885fa2766..7fb660069 100644 --- a/docs/ko/tools/search-research/arxivpapertool.mdx +++ b/docs/ko/tools/search-research/arxivpapertool.mdx @@ -2,6 +2,7 @@ title: Arxiv 논문 도구 description: ArxivPaperTool은 쿼리에 맞는 논문을 arXiv에서 검색하고, 선택적으로 PDF를 다운로드합니다. icon: box-archive +mode: "wide" --- # `ArxivPaperTool` diff --git a/docs/ko/tools/search-research/bravesearchtool.mdx b/docs/ko/tools/search-research/bravesearchtool.mdx index 61a4b304b..7bceb599a 100644 --- a/docs/ko/tools/search-research/bravesearchtool.mdx +++ b/docs/ko/tools/search-research/bravesearchtool.mdx @@ -2,6 +2,7 @@ title: Brave Search description: BraveSearchTool은 Brave Search API를 사용하여 인터넷을 검색하도록 설계되었습니다. icon: searchengin +mode: "wide" --- # `BraveSearchTool` diff --git a/docs/ko/tools/search-research/codedocssearchtool.mdx b/docs/ko/tools/search-research/codedocssearchtool.mdx index e0c973064..2316286f8 100644 --- a/docs/ko/tools/search-research/codedocssearchtool.mdx +++ b/docs/ko/tools/search-research/codedocssearchtool.mdx @@ -2,6 +2,7 @@ title: 코드 문서 RAG 검색 description: CodeDocsSearchTool은(는) 코드 문서 내에서 의미론적 검색을 위해 설계된 강력한 RAG(Retrieval-Augmented Generation) 도구입니다. icon: code +mode: "wide" --- # `CodeDocsSearchTool` diff --git a/docs/ko/tools/search-research/databricks-query-tool.mdx b/docs/ko/tools/search-research/databricks-query-tool.mdx index 723b2b07a..ff7103bba 100644 --- a/docs/ko/tools/search-research/databricks-query-tool.mdx +++ b/docs/ko/tools/search-research/databricks-query-tool.mdx @@ -2,6 +2,7 @@ title: Databricks SQL 쿼리 도구 description: DatabricksQueryTool은 Databricks 워크스페이스 테이블에 대해 SQL 쿼리를 실행합니다. icon: trowel-bricks +mode: "wide" --- # `DatabricksQueryTool` diff --git a/docs/ko/tools/search-research/exasearchtool.mdx b/docs/ko/tools/search-research/exasearchtool.mdx index 6d5af43c8..ad3aa70cf 100644 --- a/docs/ko/tools/search-research/exasearchtool.mdx +++ b/docs/ko/tools/search-research/exasearchtool.mdx @@ -2,6 +2,7 @@ title: EXA 검색 웹 로더 description: EXASearchTool은 인터넷 전반에 걸쳐 텍스트의 내용에서 지정된 쿼리에 대한 시맨틱 검색을 수행하도록 설계되었습니다. icon: globe-pointer +mode: "wide" --- # `EXASearchTool` diff --git a/docs/ko/tools/search-research/githubsearchtool.mdx b/docs/ko/tools/search-research/githubsearchtool.mdx index b421b5a10..4e93b0e15 100644 --- a/docs/ko/tools/search-research/githubsearchtool.mdx +++ b/docs/ko/tools/search-research/githubsearchtool.mdx @@ -2,6 +2,7 @@ title: Github 검색 description: GithubSearchTool은 웹사이트를 검색하고 이를 깔끔한 마크다운 또는 구조화된 데이터로 변환하도록 설계되었습니다. icon: github +mode: "wide" --- # `GithubSearchTool` diff --git a/docs/ko/tools/search-research/linkupsearchtool.mdx b/docs/ko/tools/search-research/linkupsearchtool.mdx index f464115e6..f84be669a 100644 --- a/docs/ko/tools/search-research/linkupsearchtool.mdx +++ b/docs/ko/tools/search-research/linkupsearchtool.mdx @@ -2,6 +2,7 @@ title: Linkup 검색 도구 description: LinkupSearchTool은 Linkup API를 통해 컨텍스트 정보를 질의할 수 있도록 합니다. icon: link +mode: "wide" --- # `LinkupSearchTool` diff --git a/docs/ko/tools/search-research/overview.mdx b/docs/ko/tools/search-research/overview.mdx index 7f8f173c9..ff59c3897 100644 --- a/docs/ko/tools/search-research/overview.mdx +++ b/docs/ko/tools/search-research/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "웹 검색을 수행하고, 저장소를 찾으며, 인터넷 전반에 걸쳐 정보를 조사합니다" icon: "face-smile" +mode: "wide" --- 이러한 도구들은 에이전트가 웹을 검색하고, 다양한 주제를 조사하며, 검색 엔진, GitHub, YouTube 등 다양한 플랫폼에서 정보를 찾을 수 있도록 지원합니다. diff --git a/docs/ko/tools/search-research/serpapi-googlesearchtool.mdx b/docs/ko/tools/search-research/serpapi-googlesearchtool.mdx index 1b8f5c4d6..df5cd367d 100644 --- a/docs/ko/tools/search-research/serpapi-googlesearchtool.mdx +++ b/docs/ko/tools/search-research/serpapi-googlesearchtool.mdx @@ -2,6 +2,7 @@ title: SerpApi 구글 검색 도구 description: SerpApiGoogleSearchTool은 SerpApi 서비스를 사용하여 구글 검색을 수행합니다. icon: google +mode: "wide" --- # `SerpApiGoogleSearchTool` diff --git a/docs/ko/tools/search-research/serpapi-googleshoppingtool.mdx b/docs/ko/tools/search-research/serpapi-googleshoppingtool.mdx index a74946ae5..cc6162ece 100644 --- a/docs/ko/tools/search-research/serpapi-googleshoppingtool.mdx +++ b/docs/ko/tools/search-research/serpapi-googleshoppingtool.mdx @@ -2,6 +2,7 @@ title: SerpApi 구글 쇼핑 도구 description: SerpApiGoogleShoppingTool은 SerpApi를 사용하여 구글 쇼핑 결과를 검색합니다. icon: cart-shopping +mode: "wide" --- # `SerpApiGoogleShoppingTool` diff --git a/docs/ko/tools/search-research/serperdevtool.mdx b/docs/ko/tools/search-research/serperdevtool.mdx index c139cbff9..a96fd004a 100644 --- a/docs/ko/tools/search-research/serperdevtool.mdx +++ b/docs/ko/tools/search-research/serperdevtool.mdx @@ -2,6 +2,7 @@ title: Google Serper 검색 description: SerperDevTool은(는) 인터넷을 검색하여 가장 관련성 높은 결과를 반환하도록 설계되었습니다. icon: google +mode: "wide" --- # `SerperDevTool` diff --git a/docs/ko/tools/search-research/tavilyextractortool.mdx b/docs/ko/tools/search-research/tavilyextractortool.mdx index 994ebfe19..17a6d3df2 100644 --- a/docs/ko/tools/search-research/tavilyextractortool.mdx +++ b/docs/ko/tools/search-research/tavilyextractortool.mdx @@ -2,6 +2,7 @@ title: "Tavily 추출기 도구" description: "Tavily API를 사용하여 웹 페이지에서 구조화된 콘텐츠를 추출합니다" icon: square-poll-horizontal +mode: "wide" --- `TavilyExtractorTool`은 CrewAI 에이전트가 Tavily API를 사용하여 웹 페이지에서 구조화된 콘텐츠를 추출할 수 있도록 합니다. 이 도구는 단일 URL 또는 URL 목록을 처리할 수 있으며, 추출 깊이를 제어하고 이미지를 포함하는 등의 옵션을 제공합니다. diff --git a/docs/ko/tools/search-research/tavilysearchtool.mdx b/docs/ko/tools/search-research/tavilysearchtool.mdx index 7884ab21f..183fc0549 100644 --- a/docs/ko/tools/search-research/tavilysearchtool.mdx +++ b/docs/ko/tools/search-research/tavilysearchtool.mdx @@ -2,6 +2,7 @@ title: "Tavily 검색 도구" description: "Tavily Search API를 사용하여 종합적인 웹 검색 수행" icon: "magnifying-glass" +mode: "wide" --- `TavilySearchTool`은 Tavily Search API에 대한 인터페이스를 제공하여 CrewAI 에이전트가 포괄적인 웹 검색을 수행할 수 있도록 합니다. 이 도구는 검색 깊이, 주제, 시간 범위, 포함/제외 도메인, 그리고 결과에 직접 답변, 원시 콘텐츠, 이미지 포함 여부 등을 지정할 수 있게 해줍니다. diff --git a/docs/ko/tools/search-research/websitesearchtool.mdx b/docs/ko/tools/search-research/websitesearchtool.mdx index 0c6564273..f1ffed7a2 100644 --- a/docs/ko/tools/search-research/websitesearchtool.mdx +++ b/docs/ko/tools/search-research/websitesearchtool.mdx @@ -2,6 +2,7 @@ title: 웹사이트 RAG 검색 description: WebsiteSearchTool은(는) 웹사이트의 콘텐츠 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다. icon: globe-stand +mode: "wide" --- # `WebsiteSearchTool` diff --git a/docs/ko/tools/search-research/youtubechannelsearchtool.mdx b/docs/ko/tools/search-research/youtubechannelsearchtool.mdx index a0e1f3f4c..d6ec46036 100644 --- a/docs/ko/tools/search-research/youtubechannelsearchtool.mdx +++ b/docs/ko/tools/search-research/youtubechannelsearchtool.mdx @@ -2,6 +2,7 @@ title: YouTube 채널 RAG 검색 description: YoutubeChannelSearchTool은 YouTube 채널의 콘텐츠 내에서 RAG(검색 증강 생성) 검색을 수행하도록 설계되었습니다. icon: youtube +mode: "wide" --- # `YoutubeChannelSearchTool` diff --git a/docs/ko/tools/search-research/youtubevideosearchtool.mdx b/docs/ko/tools/search-research/youtubevideosearchtool.mdx index 7ce6d7b40..fba4c9538 100644 --- a/docs/ko/tools/search-research/youtubevideosearchtool.mdx +++ b/docs/ko/tools/search-research/youtubevideosearchtool.mdx @@ -2,6 +2,7 @@ title: YouTube 동영상 RAG 검색 description: YoutubeVideoSearchTool은 YouTube 동영상의 콘텐츠 내에서 RAG(Retrieval-Augmented Generation) 검색을 수행하도록 설계되었습니다. icon: youtube +mode: "wide" --- # `YoutubeVideoSearchTool` diff --git a/docs/ko/tools/web-scraping/brightdata-tools.mdx b/docs/ko/tools/web-scraping/brightdata-tools.mdx index 780d3418b..59bb5adb6 100644 --- a/docs/ko/tools/web-scraping/brightdata-tools.mdx +++ b/docs/ko/tools/web-scraping/brightdata-tools.mdx @@ -2,6 +2,7 @@ title: Bright Data 도구 description: SERP 검색, Web Unlocker 스크래핑 및 Dataset API를 위한 Bright Data 통합. icon: spider +mode: "wide" --- # Bright Data 도구 diff --git a/docs/ko/tools/web-scraping/browserbaseloadtool.mdx b/docs/ko/tools/web-scraping/browserbaseloadtool.mdx index 7787b5732..a2fdfecd3 100644 --- a/docs/ko/tools/web-scraping/browserbaseloadtool.mdx +++ b/docs/ko/tools/web-scraping/browserbaseloadtool.mdx @@ -2,6 +2,7 @@ title: Browserbase 웹 로더 description: Browserbase는 헤드리스 브라우저를 신뢰성 있게 실행, 관리 및 모니터링할 수 있는 개발자 플랫폼입니다. icon: browser +mode: "wide" --- # `BrowserbaseLoadTool` diff --git a/docs/ko/tools/web-scraping/firecrawlcrawlwebsitetool.mdx b/docs/ko/tools/web-scraping/firecrawlcrawlwebsitetool.mdx index f5ba7946a..b03aebb2f 100644 --- a/docs/ko/tools/web-scraping/firecrawlcrawlwebsitetool.mdx +++ b/docs/ko/tools/web-scraping/firecrawlcrawlwebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl 웹사이트 크롤링 description: FirecrawlCrawlWebsiteTool은(는) 웹사이트를 크롤링하여 깔끔한 마크다운이나 구조화된 데이터로 변환하도록 설계되었습니다. icon: fire-flame +mode: "wide" --- # `FirecrawlCrawlWebsiteTool` diff --git a/docs/ko/tools/web-scraping/firecrawlscrapewebsitetool.mdx b/docs/ko/tools/web-scraping/firecrawlscrapewebsitetool.mdx index 6ca6d3591..626287e25 100644 --- a/docs/ko/tools/web-scraping/firecrawlscrapewebsitetool.mdx +++ b/docs/ko/tools/web-scraping/firecrawlscrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl 웹사이트 스크랩 description: FirecrawlScrapeWebsiteTool은 웹사이트를 스크랩하여 깔끔한 마크다운이나 구조화된 데이터로 변환하도록 설계되었습니다. icon: fire-flame +mode: "wide" --- # `FirecrawlScrapeWebsiteTool` diff --git a/docs/ko/tools/web-scraping/firecrawlsearchtool.mdx b/docs/ko/tools/web-scraping/firecrawlsearchtool.mdx index 3f2f43ce5..84f29b4aa 100644 --- a/docs/ko/tools/web-scraping/firecrawlsearchtool.mdx +++ b/docs/ko/tools/web-scraping/firecrawlsearchtool.mdx @@ -2,6 +2,7 @@ title: Firecrawl 검색 description: FirecrawlSearchTool은 웹사이트를 검색하고 이를 깔끔한 마크다운 또는 구조화된 데이터로 변환하도록 설계되었습니다. icon: fire-flame +mode: "wide" --- # `FirecrawlSearchTool` diff --git a/docs/ko/tools/web-scraping/hyperbrowserloadtool.mdx b/docs/ko/tools/web-scraping/hyperbrowserloadtool.mdx index 95f0892ea..ce06ba023 100644 --- a/docs/ko/tools/web-scraping/hyperbrowserloadtool.mdx +++ b/docs/ko/tools/web-scraping/hyperbrowserloadtool.mdx @@ -2,6 +2,7 @@ title: Hyperbrowser 로드 도구 description: HyperbrowserLoadTool은 Hyperbrowser를 사용하여 웹 스크래핑과 크롤링을 가능하게 합니다. icon: globe +mode: "wide" --- # `HyperbrowserLoadTool` diff --git a/docs/ko/tools/web-scraping/overview.mdx b/docs/ko/tools/web-scraping/overview.mdx index 0bc7988f2..070f310bc 100644 --- a/docs/ko/tools/web-scraping/overview.mdx +++ b/docs/ko/tools/web-scraping/overview.mdx @@ -2,6 +2,7 @@ title: "개요" description: "강력한 스크래핑 도구로 웹사이트에서 데이터를 추출하고 브라우저 상호작용을 자동화하세요" icon: "face-smile" +mode: "wide" --- 이러한 도구들은 에이전트가 웹과 상호작용하고, 웹사이트에서 데이터를 추출하며, 브라우저 기반 작업을 자동화할 수 있도록 해줍니다. 간단한 웹 스크래핑부터 복잡한 브라우저 자동화까지, 이러한 도구들은 모든 웹 상호작용 요구를 충족합니다. diff --git a/docs/ko/tools/web-scraping/oxylabsscraperstool.mdx b/docs/ko/tools/web-scraping/oxylabsscraperstool.mdx index 2aaa2e48d..a84058f7e 100644 --- a/docs/ko/tools/web-scraping/oxylabsscraperstool.mdx +++ b/docs/ko/tools/web-scraping/oxylabsscraperstool.mdx @@ -7,6 +7,7 @@ description: > - `Google Seach` - `Universal` icon: globe +mode: "wide" --- ## 설치 diff --git a/docs/ko/tools/web-scraping/scrapeelementfromwebsitetool.mdx b/docs/ko/tools/web-scraping/scrapeelementfromwebsitetool.mdx index 8be86d57d..9f813b821 100644 --- a/docs/ko/tools/web-scraping/scrapeelementfromwebsitetool.mdx +++ b/docs/ko/tools/web-scraping/scrapeelementfromwebsitetool.mdx @@ -2,6 +2,7 @@ title: 웹사이트 요소 스크랩 도구 description: ScrapeElementFromWebsiteTool은 CrewAI 에이전트가 CSS 셀렉터를 사용하여 웹사이트에서 특정 요소를 추출할 수 있도록 합니다. icon: code +mode: "wide" --- # `ScrapeElementFromWebsiteTool` diff --git a/docs/ko/tools/web-scraping/scrapegraphscrapetool.mdx b/docs/ko/tools/web-scraping/scrapegraphscrapetool.mdx index c5504794a..a5de31269 100644 --- a/docs/ko/tools/web-scraping/scrapegraphscrapetool.mdx +++ b/docs/ko/tools/web-scraping/scrapegraphscrapetool.mdx @@ -2,6 +2,7 @@ title: Scrapegraph 스크레이프 도구 description: ScrapegraphScrapeTool은 Scrapegraph AI의 SmartScraper API를 활용하여 웹사이트에서 콘텐츠를 지능적으로 추출합니다. icon: chart-area +mode: "wide" --- # `ScrapegraphScrapeTool` diff --git a/docs/ko/tools/web-scraping/scrapewebsitetool.mdx b/docs/ko/tools/web-scraping/scrapewebsitetool.mdx index a5e06333c..69f38275c 100644 --- a/docs/ko/tools/web-scraping/scrapewebsitetool.mdx +++ b/docs/ko/tools/web-scraping/scrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: 웹사이트 스크랩 description: ScrapeWebsiteTool은 지정된 웹사이트의 내용을 추출하고 읽도록 설계되었습니다. icon: magnifying-glass-location +mode: "wide" --- # `ScrapeWebsiteTool` diff --git a/docs/ko/tools/web-scraping/scrapflyscrapetool.mdx b/docs/ko/tools/web-scraping/scrapflyscrapetool.mdx index b76427103..548ebd230 100644 --- a/docs/ko/tools/web-scraping/scrapflyscrapetool.mdx +++ b/docs/ko/tools/web-scraping/scrapflyscrapetool.mdx @@ -2,6 +2,7 @@ title: Scrapfly 웹사이트 스크레이핑 도구 description: ScrapflyScrapeWebsiteTool은 Scrapfly의 웹 스크레이핑 API를 활용하여 다양한 형식으로 웹사이트의 콘텐츠를 추출합니다. icon: spider +mode: "wide" --- # `ScrapflyScrapeWebsiteTool` diff --git a/docs/ko/tools/web-scraping/seleniumscrapingtool.mdx b/docs/ko/tools/web-scraping/seleniumscrapingtool.mdx index 9afe5c88f..8c21b4819 100644 --- a/docs/ko/tools/web-scraping/seleniumscrapingtool.mdx +++ b/docs/ko/tools/web-scraping/seleniumscrapingtool.mdx @@ -2,6 +2,7 @@ title: Selenium 스크래퍼 description: SeleniumScrapingTool은 Selenium을 사용하여 지정된 웹사이트의 콘텐츠를 추출하고 읽도록 설계되었습니다. icon: clipboard-user +mode: "wide" --- # `SeleniumScrapingTool` diff --git a/docs/ko/tools/web-scraping/serperscrapewebsitetool.mdx b/docs/ko/tools/web-scraping/serperscrapewebsitetool.mdx index 42653be2f..443995ac7 100644 --- a/docs/ko/tools/web-scraping/serperscrapewebsitetool.mdx +++ b/docs/ko/tools/web-scraping/serperscrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Serper 웹사이트 스크랩 description: SerperScrapeWebsiteTool은 Serper의 스크래핑 API를 사용하여 웹사이트를 스크랩하고 깔끔하고 읽기 쉬운 콘텐츠를 추출하도록 설계되었습니다. icon: globe +mode: "wide" --- # `SerperScrapeWebsiteTool` diff --git a/docs/ko/tools/web-scraping/spidertool.mdx b/docs/ko/tools/web-scraping/spidertool.mdx index f498fdae7..01ff7e572 100644 --- a/docs/ko/tools/web-scraping/spidertool.mdx +++ b/docs/ko/tools/web-scraping/spidertool.mdx @@ -2,6 +2,7 @@ title: Spider 스크레이퍼 description: SpiderTool은 Spider를 사용하여 지정된 웹사이트의 콘텐츠를 추출하고 읽도록 설계되었습니다. icon: spider-web +mode: "wide" --- # `SpiderTool` diff --git a/docs/ko/tools/web-scraping/stagehandtool.mdx b/docs/ko/tools/web-scraping/stagehandtool.mdx index 170b03a66..2a7069e60 100644 --- a/docs/ko/tools/web-scraping/stagehandtool.mdx +++ b/docs/ko/tools/web-scraping/stagehandtool.mdx @@ -2,6 +2,7 @@ title: Stagehand 도구 description: Stagehand를 CrewAI와 통합하여 브라우저 상호작용 및 자동화를 수행하는 웹 자동화 도구 icon: hand +mode: "wide" --- # 개요 diff --git a/docs/pt-BR/api-reference/inputs.mdx b/docs/pt-BR/api-reference/inputs.mdx index c89b79d2a..822ae1296 100644 --- a/docs/pt-BR/api-reference/inputs.mdx +++ b/docs/pt-BR/api-reference/inputs.mdx @@ -2,6 +2,7 @@ title: "GET /inputs" description: "Obter entradas necessárias para sua crew" openapi: "/enterprise-api.pt-BR.yaml GET /inputs" +mode: "wide" --- diff --git a/docs/pt-BR/api-reference/introduction.mdx b/docs/pt-BR/api-reference/introduction.mdx index 77725da57..5a6cb83f3 100644 --- a/docs/pt-BR/api-reference/introduction.mdx +++ b/docs/pt-BR/api-reference/introduction.mdx @@ -2,6 +2,7 @@ title: "Introdução" description: "Referência completa para a API REST do CrewAI Enterprise" icon: "code" +mode: "wide" --- # CrewAI Enterprise API diff --git a/docs/pt-BR/api-reference/kickoff.mdx b/docs/pt-BR/api-reference/kickoff.mdx index 224969acf..ba9026daa 100644 --- a/docs/pt-BR/api-reference/kickoff.mdx +++ b/docs/pt-BR/api-reference/kickoff.mdx @@ -2,6 +2,7 @@ title: "POST /kickoff" description: "Iniciar a execução da crew" openapi: "/enterprise-api.pt-BR.yaml POST /kickoff" +mode: "wide" --- diff --git a/docs/pt-BR/api-reference/status.mdx b/docs/pt-BR/api-reference/status.mdx index d1af05493..9d0233538 100644 --- a/docs/pt-BR/api-reference/status.mdx +++ b/docs/pt-BR/api-reference/status.mdx @@ -2,6 +2,7 @@ title: "GET /status/{kickoff_id}" description: "Obter o status da execução" openapi: "/enterprise-api.pt-BR.yaml GET /status/{kickoff_id}" +mode: "wide" --- diff --git a/docs/pt-BR/changelog.mdx b/docs/pt-BR/changelog.mdx new file mode 100644 index 000000000..6cc1215c5 --- /dev/null +++ b/docs/pt-BR/changelog.mdx @@ -0,0 +1,1888 @@ +--- +title: "Notas de Versão" +description: "Atualizações de produto, melhorias e correções do CrewAI" +icon: "clock" +mode: "wide" +--- + + + ## v0.177.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.177.0) + + ## Melhorias e Correções Principais + + - Alcançada paridade entre o pacote `rag` e a implementação atual + - Melhorado o manuseio de eventos LLM com metadados de tarefa e agente + - Corrigidos argumentos padrão mutáveis substituindo-os por `None` + - Suprimidos avisos de descontinuação do Pydantic durante a inicialização + - Corrigido link de exemplo quebrado no `README.md` + - Removidas regras do Ruff apenas para Python 3.12+ para compatibilidade + - Migrados fluxos de trabalho de CI para usar `uv` e atualizado ferramentas de desenvolvimento + + ## Novos Recursos e Melhorias + + - Adicionadas melhorias de rastreamento e limpeza + - Centralizada a lógica de eventos movendo o módulo `events` para `crewai.events` + + ## Documentação e Guias + + - Atualizada a seção de documentação do Token de Autenticação de Ação Empresarial + - Publicadas atualizações de documentação para o lançamento `v0.175.0` + + ## Limpeza e Refatoração + + - Refatorado o parser em funções modulares para melhor estrutura + + + + ## v0.175.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.175.0) + + ## Melhorias e Correções Principais + + - Corrigida a migração da seção `tool` durante `crewai update` + - Revertido o pin do OpenAI: agora requer `openai >=1.13.3` devido a problemas de importação corrigidos + - Corrigidos testes instáveis e melhorada a estabilidade dos testes + - Melhorada a retomada do listener `Flow` para fluxos HITL e cíclicos + - Aprimorado o manuseio de timeouts em `PlusAPI` e `TraceBatchManager` + - Agrupados itens de memória de entidade para reduzir operações redundantes + + ## Novos Recursos e Melhorias + + - Adicionado suporte para parâmetros adicionais nos métodos `Flow.start()` + - Nomes das tarefas exibidos na saída detalhada do CLI + - Adicionados tipos de embedding centralizados e introduzido um cliente base de embedding + - Introduzidos clientes genéricos para ChromaDB e Qdrant + - Adicionado suporte para `crewai config reset` para limpar tokens + - Habilitada a auto-injeção de `crewai_trigger_payload` + - Simplificada a inicialização do cliente RAG e introduzido um sistema de configuração RAG + - Adicionado suporte ao provedor RAG do Qdrant + - Melhorado o rastreamento com melhores dados de eventos + - Adicionado suporte para remover Auth0 e entrada de e-mail em `crewai login` + + ## Documentação e Guias + + - Adicionada documentação para gatilhos de automação + - Corrigidas fontes e redirecionamentos da Referência da API OpenAPI + - Adicionado parâmetro alpha de busca híbrida na documentação + + ## Limpeza e Depreciações + + - Adicionado aviso de depreciação para `Task.max_retries` + - Removida a dependência do Auth0 do fluxo de login + + + + ## v0.165.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.165.1) + + ## Melhorias e Correções Principais + + - Corrigida a compatibilidade no `XMLSearchTool` convertendo valores de configuração para strings para `configparser` + - Corrigido teste instável do Pytest envolvendo `PytestUnraisableExceptionWarning` + - Mocked telemetria na suíte de testes para execuções de CI mais estáveis + - Movida a manipulação do arquivo de bloqueio do Chroma para `db_storage_path` + - Ignorados avisos de depreciação do `chromadb` + - Versão do OpenAI fixada em `<1.100.0` devido a problemas de importação do `ResponseTextConfigParam` + + ## Novos Recursos e Melhorias + + - Incluídas mensagens de agentes trocadas nos metadados do `ExternalMemory` + - `crewai_trigger_payload` injetado automaticamente + - Renomeada a flag interna `inject_trigger_input` para `allow_crewai_trigger_context` + - Continuadas melhorias de rastreamento e lógica de rastreamento efêmero + - Consolidada as condições da lógica de rastreamento + - Adicionado suporte para entradas de memória vinculadas a `agent_id` em `Mem0` + + ## Documentação e Guias + + - Adicionado exemplo na documentação do Tool Repository + - Atualizada a documentação do Mem0 para integração de Memória de Curto Prazo e Memória de Entidade + - Revisadas traduções em coreano e melhoradas estruturas de frases + + ## Limpeza e Tarefas + + - Removida a integração de AgentOps deprecada + + + + ## v0.165.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.165.0) + + ## Melhorias e Correções Principais + + - Corrigida a compatibilidade no `XMLSearchTool` convertendo valores de configuração para strings para `configparser` + - Corrigido teste instável do Pytest envolvendo `PytestUnraisableExceptionWarning` + - Mocked telemetria na suíte de testes para execuções de CI mais estáveis + - Movida a manipulação do arquivo de bloqueio do Chroma para `db_storage_path` + - Ignorados avisos de depreciação do `chromadb` + - Versão do OpenAI fixada em `<1.100.0` devido a problemas de importação do `ResponseTextConfigParam` + + ## Novos Recursos e Melhorias + + - Incluídas mensagens de agentes trocadas nos metadados do `ExternalMemory` + - `crewai_trigger_payload` injetado automaticamente + - Renomeada a flag interna `inject_trigger_input` para `allow_crewai_trigger_context` + - Continuadas melhorias de rastreamento e lógica de rastreamento efêmero + - Consolidada as condições da lógica de rastreamento + - Adicionado suporte para entradas de memória vinculadas a `agent_id` em `Mem0` + + ## Documentação e Guias + + - Adicionado exemplo na documentação do Tool Repository + - Atualizada a documentação do Mem0 para integração de Memória de Curto Prazo e Memória de Entidade + - Revisadas traduções em coreano e melhoradas estruturas de frases + + ## Limpeza e Tarefas + + - Removida a integração de AgentOps deprecada + + + + ## v0.159.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.159.0) + + ## Melhorias e Correções Principais + + - Melhorou o desempenho de formatação de mensagens LLM para uma melhor eficiência em tempo de execução + - Corrigido uso de endpoint incorreto na configuração de autenticação/parâmetros da empresa + - Comentado verificação de retomabilidade do listener para estabilidade durante a retomada de fluxo parcial + + ## Novos Recursos e Melhorias + + - Adicionado comando `enterprise configure` ao CLI para configuração simplificada da empresa + - Introduzido suporte à retomabilidade de fluxo parcial + + ## Documentação e Guias + + - Adicionada documentação para novas ferramentas + - Adicionadas traduções em coreano + - Atualizada a documentação com detalhes da integração do TrueFoundry + - Adicionada documentação de RBAC e limpeza geral + - Corrigida referência da API e reformulados exemplos/livros de receitas em EN, PT-BR e KO + + + + ## v0.157.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.157.0) + + ## v0.157.0 O que Mudou + + ## Melhorias e Correções do Core + + - Habilitada a quebra de linha para ferramentas de entrada longas + - Permitido persistir o estado do Flow com entradas de `BaseModel` + - Otimizadas operações de string usando `partition()` para desempenho + - Removido suporte para o sistema de Memória de Usuário obsoleto + - Atualizada a versão do LiteLLM para `1.74.9` + - Corrigido o CLI para mostrar módulos ausentes de forma mais clara durante a importação + - Suportada a autorização de dispositivos com Okta + + ## Novos Recursos e Melhorias + + - Adicionado grupo de comandos CLI `crewai config` com testes + - Adicionado suporte a valor padrão para `crew.name` + - Introduzidas capacidades iniciais de rastreamento + - Adicionado suporte para integração com LangDB + - Adicionado suporte para documentação de configuração do CLI + + ## Documentação e Guias + + - Atualizada a documentação do MCP com o atributo `connect_timeout` + - Adicionada documentação de integração com LangDB + - Adicionada documentação de configuração do CLI + - Atualizações gerais e limpeza na documentação de recursos + + + + ## v0.152.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.152.0) + + ## Melhorias e Correções Principais + + - Removidas referências a `crewai signup` e substituídas por `crewai login` + - Corrigido suporte para adicionar memórias ao Mem0 usando `agent_id` + - Alterado o valor padrão na configuração do Mem0 + - Atualizado erro de importação para mostrar arquivos de módulo ausentes de forma clara + - Adicionado suporte a fuso horário para timestamps de eventos + + ## Novos Recursos e Melhorias + + - Aprimorada a classe `Flow` para suportar nomes de fluxo personalizados + - Refatorados os componentes RAG em um módulo de nível superior dedicado + + ## Documentação e Guias + + - Corrigida a nomenclatura incorreta de modelos na documentação do Google Vertex AI + + + + ## v0.150.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.150.0) + + ## Melhorias e Correções Principais + + - Usou bloqueio de arquivo em torno da inicialização do cliente Chroma + - Removido workaround relacionado ao SQLite sem FTS5 + - Removido parâmetro `stop` não suportado para modelos LLM automaticamente + - Corrigido método `save` e atualizado casos de teste relacionados + - Corrigido o manuseio de mensagens para modelos Ollama quando a última mensagem é do assistente + - Removida impressão duplicada em erro de chamada LLM + - Adicionada nota de descontinuação ao `UserMemory` + - Atualizado LiteLLM para a versão 1.74.3 + + ## Novos Recursos e Melhorias + + - Adicionado suporte para chamada de ferramentas ad-hoc via classe LLM interna + - Atualizado Mem0 Storage da v1.1 para v2 + + ## Documentação e Guias + + - Corrigida a documentação do neatlogs + - Adicionadas ferramentas Tavily Search & Extractor ao conjunto Search-Research + - Adicionada documentação para `SerperScrapeWebsiteTool` e reorganizada a seção Serper + - Atualizações e melhorias gerais na documentação + + ## crewai-tools v0.58.0 + ### Novas Ferramentas / Melhorias + - **SerperScrapeWebsiteTool**: Adicionada uma ferramenta para extrair conteúdo limpo de URLs + - **Bedrock AgentCore**: Integrados kits de ferramentas de navegador e interpretador de código para agentes Bedrock + - **Atualização do Stagehand**: Refatorada e atualizada a integração do Stagehand + + ### Correções e Limpeza + - **Suporte a FTS5**: Habilitado SQLite FTS5 para melhorar a busca de texto em fluxos de trabalho de teste + - **Acelerações de Teste**: Paralelizado o conjunto de testes do GitHub Actions para execuções de CI mais rápidas + - **Limpeza**: Removido workaround do SQLite devido ao suporte a FTS5 estar disponível + **MongoDBVectorSearchTool**: Corrigido manuseio de serialização e esquema + + + + ## v0.148.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.148.0) + + ## Melhorias e Correções Principais + + - Usado ID do ambiente de produção do WorkOS + - Adicionado suporte a SQLite FTS5 para testar fluxo de trabalho + - Corrigido o manuseio do conhecimento do agente + - Comparado usando a classe `BaseLLM` em vez de `LLM` + - Corrigido parâmetro `create_directory` ausente na classe `Task` + + ## Novos Recursos e Melhorias + + - Introduzida funcionalidade de avaliação de Agente + - Adicionados métodos de experimento e teste de regressão do Avaliador + - Implementado `AgentEvaluator` seguro para threads + - Habilitada emissão de eventos para avaliação de Agente + - Suportada avaliação de um único `Agent` e `LiteAgent` + - Adicionada integração com `neatlogs` + - Adicionado rastreamento de contexto da equipe para eventos de guardrail do LLM + + ## Documentação e Guias + + - Adicionada documentação para atributos de `guardrail` e exemplos de uso + - Adicionado guia de integração para `neatlogs` + - Atualizada documentação para o repositório do Agente e uso de `Agent.kickoff` + + + + ## v0.141.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.141.0) + + ## Melhorias e Correções Principais + + - Acelerou os testes do GitHub Actions através da paralelização + + ## Novos Recursos e Melhorias + + - Adicionada rastreamento de contexto da equipe para eventos de guardrail do LLM + + ## Documentação e Guias + + - Adicionada documentação para uso do repositório Agent + - Adicionada documentação para o método `Agent.kickoff` + + + + ## v0.140.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.140.0) + + ## Melhorias e Correções Principais + + - Corrigido erro de digitação em prompts de teste + - Corrigida a normalização do nome do projeto removendo barras finais durante a criação da equipe + - Garantido que as variáveis de ambiente sejam escritas em maiúsculas + - Atualizada a dependência do LiteLLM + - Refatorada a manipulação de coleções em `RAGStorage` + - Implementada a versionamento dinâmico PEP 621 + + ## Novos Recursos e Melhorias + + - Adicionada a capacidade de rastrear chamadas de LLM por tarefa e agente + - Introduzidos `MemoryEvents` para monitorar o uso de memória + - Adicionado registro em console para eventos do sistema de memória e guardrails do LLM + - Melhorado o suporte ao treinamento de dados para modelos de até 7B parâmetros + - Adicionado rastreamento de análises do Scarf e Reo.dev + - Login no CLI workos + + ## Documentação e Guias + + - Atualizada a documentação do CLI LLM + - Adicionada integração do Nebius à documentação + - Corrigidos erros de digitação na documentação de instalação e pt-BR + - Adicionadas documentações sobre `MemoryEvents` + - Implementados redirecionamentos de documentação e incluídas ferramentas de desenvolvimento + + + + ## v0.134.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.134.0) + + ## Melhorias e Correções Principais + + - Corrigida a sintaxe do parâmetro de ferramentas + - Corrigida a anotação de tipo em `Task` + - Corrigido erro de SSL ao recuperar dados de LLM do GitHub + - Garantida compatibilidade com Pydantic 2.7.x + - Removido `mkdocs` das dependências do projeto + - Atualizados exemplos de código do Langfuse para usar o Python SDK v3 + - Adicionada a funcionalidade de sanitização de papel na armazenagem `mem0` + - Melhorada a busca do Crew durante a reinicialização da memória + - Melhorada a saída do impressor do console + + ## Novos Recursos e Melhorias + + - Adicionado suporte para inicializar uma ferramenta a partir de atributos `Tool` definidos + - Adicionada maneira oficial de usar Ferramentas MCP dentro de um `CrewBase` + - Suporte aprimorado para ferramentas MCP para permitir a seleção de várias ferramentas por agente em `CrewBase` + - Adicionadas ferramentas de Web Scraping da Oxylabs + + ## Documentação e Guias + + - Atualizado `quickstart.mdx` + - Adicionadas documentações sobre eventos `LLMGuardrail` + - Atualizada a documentação com detalhes abrangentes de integração de serviços + - Atualizados filtros de recomendação para ferramentas MCP e Enterprise + - Atualizadas documentações para observabilidade do Maxim + - Adicionada tradução da documentação para pt-BR + - Melhorias gerais na documentação + + + + ## v0.130.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.130.0) + + ## Melhorias e Correções Principais + + - Removida mensagem duplicada relacionada à saída de resultados da Ferramenta + - Corrigidos tokens `manager_agent` ausentes em `usage_metrics` do kickoff + - Corrigido singleton de telemetria para respeitar variáveis de ambiente dinâmicas + - Corrigido problema onde logs de status do Flow poderiam ocultar entrada humana + - Aumentado o espaçamento padrão do eixo X para plotagem de fluxo + + ## Novos Recursos e Melhorias + + - Adicionado suporte para ações multi-org no CLI + - Habilitadas execuções de ferramentas assíncronas para fluxos de trabalho mais eficientes + - Introduzido `LiteAgent` com integração Guardrail + - Atualizado `LiteLLM` para suportar a versão mais recente do OpenAI + + ## Documentação e Guias + + - Documentada a versão mínima `UV` para o repositório da Ferramenta + - Melhorados exemplos para o Guardrail de Alucinação + - Atualizados documentos de planejamento para uso de LLM + - Adicionada documentação para suporte a Maxim na observabilidade do Agente + - Expandida a documentação de integrações com imagens para recursos empresariais + - Corrigido guia sobre persistência + - Atualizada a compatibilidade da versão do Python para suportar python 3.13.x + + + + ## v0.126.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.126.0) + + ### O que Mudou + + #### Melhorias e Correções do Núcleo + + - Adicionado suporte para Python 3.13 + - Corrigido problema com fontes de conhecimento do agente + - Persistidos ferramentas disponíveis de um repositório de Ferramentas + - Habilitados ferramentas para serem carregadas do repositório do Agente via seu próprio módulo + - Registrado uso de ferramentas quando chamadas por um LLM + + #### Novos Recursos e Melhorias + + - Adicionado suporte para transporte streamable-http na integração MCP + - Adicionado suporte para análises comunitárias + - Expandida seção compatível com OpenAI com um exemplo de Gemini + - Introduzidas funcionalidades de transparência para prompts e sistemas de memória + - Melhorias menores na publicação de Ferramentas + + #### Documentação e Guias + + - Reestruturação significativa da documentação para melhor navegação + - Documentação da integração MCP expandida + - Atualizados documentos de memória e visuais do README + - Corrigidos palavras-chave await ausentes em exemplos de kickoff assíncronos + - Atualizada a documentação de embeddings do Portkey e Azure + - Adicionada imagem de teste empresarial ao guia do LLM + - Atualizações gerais no README + + + + ## v0.121.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.121.1) + + # Correções de bugs e melhores documentos + + ## Introdução + + Nesta atualização, abordamos várias correções de bugs e melhoramos a documentação para facilitar o uso do nosso produto. + + ## Correções de Bugs + + - Corrigido um problema que causava falhas na aplicação ao carregar grandes conjuntos de dados. + - Resolvido um erro que impedia a exportação de relatórios em formato PDF. + - Ajustado o comportamento do botão de salvar, que não estava funcionando corretamente em algumas situações. + + ## Melhorias na Documentação + + - Atualizamos a seção de **Instalação** para incluir instruções mais detalhadas. + - Adicionamos exemplos de uso na seção de **API** para facilitar a integração com outros serviços. + - Melhoramos a clareza das instruções na seção de **Solução de Problemas**. + + ## Contribuições + + Se você encontrar mais bugs ou tiver sugestões para melhorar a documentação, sinta-se à vontade para abrir uma issue no nosso repositório do GitHub. + + ## Links Úteis + + - [Documentação Completa](https://example.com/documentation) + - [Repositório no GitHub](https://github.com/example/repo) + - [FAQ](https://example.com/faq) + + Agradecemos seu feedback e apoio contínuo! + + + + ## v0.121.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.121.0) + + # O que Mudou + + ## Melhorias e Correções no Core + + - Corrigido erro de codificação ao criar ferramentas + - Corrigido teste do llama que falhou + - Atualizada a configuração de logging para consistência + - Aprimorada a inicialização de telemetria e o manuseio de eventos + + ## Novos Recursos e Melhorias + + - Adicionado atributo markdown à classe Task + - Adicionado atributo reasoning à classe Agent + - Adicionado flag inject_date ao Agent para injeção automática de data + - Implementado HallucinationGuardrail (sem operação com cobertura de teste) + + ## Documentação e Guias + + - Adicionada documentação para StagehandTool e melhorada a estrutura MDX + - Adicionada documentação para integração MCP e atualizados os documentos empresariais + - Documentados eventos de conhecimento e atualizados os documentos de raciocínio + - Adicionada documentação do parâmetro stop + - Corrigidas referências de importação nos exemplos de documentos (before_kickoff, after_kickoff) + - Atualizações gerais de documentos e reestruturação para clareza + + + + ## v0.120.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.120.1) + + ## O que há de novo + + * Corrige a interpolação com hífens + + + + ## v0.120.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.120.0) + + ### Melhorias e Correções Principais + • Ativado conjunto completo de regras do Ruff por padrão para linting mais rigoroso + • Resolvida condição de corrida em FilteredStream usando gerenciadores de contexto + • Corrigido problema de redefinição do conhecimento do agente + • Refatorada a lógica de busca do agente para um módulo utilitário + + ### Novos Recursos e Melhorias + • Adicionada suporte para carregar um Agente diretamente de um repositório + • Ativado o ajuste de um contexto vazio para a Tarefa + • Aprimorado o feedback do repositório do Agente e corrigido o comportamento de auto-importação de Ferramentas + • Introduzida a inicialização direta do conhecimento (ignorando knowledge_sources) + + ### Documentação e Guias + • Atualizado security.md para práticas de segurança atuais + • Limpa a seção de configuração do Google para maior clareza + • Adicionado link para AI Studio ao inserir a chave Gemini + • Atualizado guia de observabilidade do Arize Phoenix + • Atualizada a documentação de fluxo + + + + ## v0.119.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.119.0) + + What’s Changed + + ## Melhorias e Correções Principais + + - Melhorou a confiabilidade dos testes ao aprimorar o manuseio do pytest para testes instáveis + - Corrigido o travamento de redefinição de memória quando há incompatibilidade nas dimensões de incorporação + - Habilitada a identificação do fluxo pai para Crew e LiteAgent + - Prevenidos travamentos relacionados à telemetria quando indisponível + - Atualizada a versão do LiteLLM para melhor compatibilidade + - Corrigidos os testes do conversor llama ao remover skip_external_api + + ## Novos Recursos e Melhorias + + - Introduzido reescrita de prompt de recuperação de conhecimento no Agent para melhor rastreamento e depuração + - Tornados os guias de configuração do LLM e de início rápido independentes de modelo + + ## Documentação e Guias + + - Adicionada documentação de configuração avançada para a ferramenta RAG + - Atualizado guia de solução de problemas do Windows + - Refinados exemplos de documentação para melhor clareza + - Corrigidos erros de digitação em toda a documentação e arquivos de configuração + + + + ## v0.118.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.118.0) + + ### Melhorias e Correções Principais + + - Corrigidos problemas com modelos de prompt ou sistema ausentes. + - Removida a configuração de log global para evitar substituições indesejadas. + - Renomeado TaskGuardrail para LLMGuardrail para maior clareza. + - Rebaixada a litellm para a versão 1.167.1 para compatibilidade. + - Adicionados arquivos __init__.py ausentes para garantir a inicialização adequada do módulo. + + ### Novos Recursos e Melhorias + + - Adicionado suporte para criação de Guardrail sem código para simplificar o controle do comportamento da IA. + + ### Documentação e Guias + + - Removido CrewStructuredTool da documentação pública para refletir o uso interno. + - Atualizada a documentação empresarial e o embed do YouTube para melhorar a experiência de integração. + + + + ## v0.117.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.117.1) + + * build: atualizar crewai-tools + * atualizar liteLLM para a versão mais recente + * Corrigir Mem0 OSS + + + + ## v0.117.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.117.0) + + # O que Mudou + + ## Novos Recursos e Melhorias + + - Adicionado suporte ao parâmetro `result_as_answer` no decorador `@tool`. + - Introduzido suporte para novos modelos de linguagem: GPT-4.1, Gemini-2.0 e Gemini-2.5 Pro. + - Melhoradas as capacidades de gerenciamento de conhecimento. + - Adicionada opção de provedor Huggingface na CLI. + - Melhorada a compatibilidade e suporte CI para Python 3.10+. + + ## Melhorias e Correções no Núcleo + + - Corrigidos problemas com parâmetros de template incorretos e entradas ausentes. + - Melhorado o manuseio de fluxo assíncrono com verificações de condição de corrotina. + - Aprimorado o gerenciamento de memória com configuração isolada e cópia correta de objetos de memória. + - Corrigida a inicialização de agentes lite com referências corretas. + - Abordados problemas de dicas de tipo do Python e removidos imports redundantes. + - Atualizada a colocação de eventos para melhor rastreamento do uso de ferramentas. + - Levantadas exceções explícitas quando os fluxos falham. + - Removido código não utilizado e comentários redundantes de vários módulos. + - Atualizada a ação do token do GitHub App para v2. + + ## Documentação e Guias + + - Estrutura de documentação aprimorada, incluindo instruções de implantação empresarial. + - Criação automática de pastas de saída para geração de documentação. + - Corrigido link quebrado na documentação do `WeaviateVectorSearchTool`. + - Corrigida a utilização da documentação de guardrails e caminhos de importação para ferramentas de busca JSON. + - Atualizada a documentação para `CodeInterpreterTool`. + - Melhorado SEO, navegação contextual e tratamento de erros para páginas de documentação. + + + + ## v0.114.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.114.0) + + # O Que Mudou + + ## Novos Recursos e Melhorias + + - Agentes como uma unidade atômica. (`Agent(...).kickoff()`) + - Suporte a implementações de LLM personalizadas. + - Memória Externa integrada e observabilidade Opik. + - Extração de YAML aprimorada. + - Validação de agentes multimodais. + - Adicionados Impressões digitais seguras para agentes e equipes. + + ## Melhorias e Correções Principais + + - Melhoria na serialização, cópia de agentes e compatibilidade com Python. + - Suporte a curingas adicionado ao emit() + - Suporte adicionado para chamadas de roteador adicionais e ajustes na janela de contexto. + - Corrigidos problemas de digitação, validação e declarações de importação. + - Melhor desempenho dos métodos. + - Aprimoramento no manuseio de tarefas de agentes, emissões de eventos e gerenciamento de memória. + - Corrigidos problemas de CLI, tarefas condicionais, comportamento de clonagem e saídas de ferramentas. + + ## Documentação e Guias + + - Estrutura, tema e organização da documentação aprimorados. + - Guias adicionados para Local NVIDIA NIM com WSL2, W&B Weave e Arize Phoenix. + - Exemplos de configuração de ferramentas, prompts e documentos de observabilidade atualizados. + - Guia sobre como usar agentes singulares dentro de Flows. + + + + ## v0.108.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.108.0) + + # Recursos + + - Convertido tabs em espaços no template crew.py no PR #2190 + - Melhorada a manipulação de resposta de streaming LLM e sistema de eventos no PR #2266 + - Incluído model_name no PR #2310 + - Aprimorado o Listener de Eventos com visualização rica e registro melhorado no PR #2321 + - Adicionados fingerprints no PR #2332 + + # Correções de Bugs + + - Corrigidos problemas do Mistral no PR #2308 + - Corrigido um bug na documentação no PR #2370 + - Corrigido erro de verificação de tipo na propriedade fingerprint no PR #2369 + + # Atualizações de Documentação + + - Melhorada a documentação da ferramenta no PR #2259 + - Atualizado guia de instalação para o pacote da ferramenta uv no PR #2196 + - Adicionadas instruções para atualizar o crewAI com a ferramenta uv no PR #2363 + - Adicionada documentação para ApifyActorsTool no PR #2254 + + + + ## v0.105.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.105.0) + + **Melhorias e Correções Principais** + - Corrigidos problemas com variáveis de template ausentes e configuração de memória do usuário. + - Melhorado o suporte ao fluxo assíncrono e abordada a formatação da resposta do agente. + - Aprimorada a funcionalidade de redefinição de memória e corrigidos comandos de memória do CLI. + - Corrigidos problemas de tipo, propriedades de chamada de ferramenta e desacoplamento de telemetria. + + **Novos Recursos e Melhorias** + - Adicionado exportação de estado de Fluxo e melhoradas utilidades de estado. + - Aprimorada a configuração do conhecimento do agente com um incorporador de equipe opcional. + - Introduzido emissor de eventos para melhor observabilidade e rastreamento de chamadas LLM. + - Adicionado suporte para Python 3.10 e ChatOllama do langchain_ollama. + - Integrado suporte para tamanho da janela de contexto para o modelo o3-mini. + - Adicionado suporte para múltiplas chamadas de roteador. + + **Documentação e Guias** + - Melhorado o layout da documentação e a estrutura hierárquica. + - Adicionado guia do QdrantVectorSearchTool e esclarecido o uso do listener de eventos. + - Corrigidos erros de digitação em prompts e atualizadas as listagens de modelos do Amazon Bedrock. + + + + ## v0.102.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.102.0) + + ### Melhorias e Correções Principais + + - Suporte Aprimorado para LLM: Saída estruturada de LLM melhorada, manuseio de parâmetros e formatação para modelos da Anthropic. + - Estabilidade do Crew & Agent: Corrigidos problemas com clonagem de agentes/equipes usando fontes de conhecimento, múltiplas saídas de tarefas em tarefas condicionais e callbacks de tarefas do Crew ignorados. + - Correções de Memória & Armazenamento: Corrigido o manuseio de memória de curto prazo com Bedrock, garantida a inicialização correta do embedder e adicionada uma função de redefinição de memórias na classe crew. + - Confiabilidade de Treinamento & Execução: Corrigidos problemas de treinamento e interpolação quebrados com tipos de entrada dict e list. + + ### Novos Recursos & Melhorias + + - Gestão Avançada de Conhecimento: Convenções de nomenclatura melhoradas e configuração de embedding aprimorada com suporte a embedder personalizado. + - Expansão de Registro & Observabilidade: Adicionado suporte ao formato JSON para registro e integrada a documentação de rastreamento do MLflow. + - Melhorias no Manuseio de Dados: Atualizado excel_knowledge_source.py para processar arquivos com múltiplas abas. + - Desempenho Geral & Limpeza do Código: Alinhamento de código empresarial otimizado e resolução de problemas de linting. + - Adição da nova ferramenta QdrantVectorSearchTool + + ### Documentação & Guias + + - Documentos de AI & Memória Atualizados: Documentação de Bedrock, Google AI e memória de longo prazo melhorada. + - Clareza em Tarefas & Fluxos de Trabalho: Adicionada a linha "Entrada Humana" aos Atributos da Tarefa, guia do Langfuse e documentação da FileWriterTool. + - Correção de Vários Erros de Digitação & Problemas de Formatação. + + ### Manutenção & Diversos + + - Integrações do Google Docs refinadas e manuseio de tarefas para o ano atual. + + + + ## v0.100.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.100.0) + + * Feat: Adicionar documentação do Composio + * Feat: Adicionar SageMaker como um provedor de LLM + * Fix: Problemas gerais de conexão com LLM + * Fix: Usando acessores seguros no treinamento + * Fix: Adicionar verificação de versão ao crew_chat.py + * Docs: Novas documentações para o crewai chat + * Docs: Melhorar formatação e clareza na documentação do CLI e da ferramenta Composio + + + + ## v0.98.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.98.0) + + * Feat: Conversa crew v1 + * Feat: Adicionar ID único aos estados de fluxo + * Feat: Adicionar decorador @persist com interface FlowPersistence + * Integração: Adicionar integração SambaNova + * Integração: Adicionar provedor NVIDIA NIM no cli + * Integração: Introduzindo VoyageAI + * Tarefa: Atualizar data para o ano atual no template + * Correção: Corrigir comportamento da chave API e manipulação de entidades na integração Mem0 + * Correção: Corrigir lógica do loop de invocação central e testes relevantes + * Correção: Tornar entradas de ferramentas objetos reais e não strings + * Correção: Adicionar partes importantes que estavam faltando na criação de ferramentas + * Correção: Reduzir versão do litellm para evitar problema no Windows + * Correção: Antes do início, se as entradas forem nulas + * Correção: ERROS DE DIGITAÇÃO + * Correção: Problema de modelo pydantic aninhado + * Correção: Problemas de Docling + * Correção: problema de união + * Atualizações de Docs + + + + ## v0.95.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.95.0) + + * Feat: Adicionando Habilidades Multimodais ao Crew + * Feat: Guardrails Programáticos + * Feat: HITL múltiplas rodadas + * Feat: Suporte ao Gemini 2.0 + * Feat: Melhorias nos Fluxos do CrewAI + * Feat: Adicionar Permissões de Workflow + * Feat: Adicionar suporte para langfuse com litellm + * Feat: Integração do Portkey com CrewAI + * Feat: Adicionar método interpolate_only e melhorar o tratamento de erros + * Feat: Suporte ao Docling + * Feat: Suporte ao Weviate + * Fix: output_file não respeitando o caminho do sistema + * Fix: erro de I/O de disco ao redefinir a memória de curto prazo. + * Fix: CrewJSONEncoder agora aceita enums + * Fix: versão máxima do Python + * Fix: Interpolação para output_file na Tarefa + * Fix: Lidar corretamente com o nome do papel de colega de trabalho em relação a maiúsculas/espaços em branco + * Fix: Adicionar tiktoken como dependência explícita e documentar requisito do Rust + * Fix: Incluir conhecimento do agente no processo de planejamento + * Fix: Alterar a inicialização de armazenamento para None para KnowledgeStorage + * Fix: Corrigir verificações de armazenamento opcionais + * Fix: incluir emissor de eventos nos fluxos + * Fix: Melhorias em Docstring, Tratamento de Erros e Dicas de Tipo + * Fix: Avisos de usuário suprimidos de problemas do litellm pydantic + + + + ## v0.86.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.86.0) + + # Documentação + + ## Remover todas as referências ao pipeline e ao roteador de pipeline + + ## docs: Adicionar Nvidia NIM como provedor no Custom LLM + + ## Adicionar demonstração de conhecimento + melhorar a documentação de conhecimento + + ## Brandon/cre 509 hitl múltiplas rodadas de acompanhamento + + ## Novas documentações sobre yaml crew com decoradores. Simplificar o template crew + + + + ## v0.85.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.85.0) + + * Adicionado conhecimento ao nível do agente + * Feat/remover langchain + * Melhorar saídas de tarefas tipadas + * Fazer login no Repositório de Ferramentas com `crewai login` + * Corrigir problemas com resultado como resposta não saindo corretamente do loop LLM + * fix: nome da chave ausente ao rodar com o provedor ollama + * corrigir problema de ortografia encontrado + * Atualizar readme para rodar mypy + * Adicionar conhecimento ao mint.json + * Atualizar ações do Github + * Atualização de Docs: Atualizar a documentação de Agentes para incluir duas abordagens para criar um agente + * Melhorias na Documentação: Configuração e Uso do LLM + + + + ## v0.83.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.83.0) + + * Novos callbacks de equipe `before_kickoff` e `after_kickoff` + * Suporte para pré-semeadura de agentes com Conhecimento + * Adicionar suporte para recuperar preferências e memórias do usuário usando Mem0 + * Corrigir Execução Assíncrona + * Atualizar chroma e ajustar gerador de função embedder + * Atualizar modelos suportados pelo CLI Watson + docs + * Reduzir nível para Bandit + * Corrigir todos os testes + * Atualizar Docs + + + + ## v0.80.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.80.0) + + * Correção do bug de substituição do callback de Tokens + * Correção do problema do callback de Step + * Adição de informações de tokens de prompt em cache nas métricas de uso + * Correção do teste crew_train_success + + + + ## v0.79.4 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.79.4) + + Série de pequenas correções de bugs relacionadas ao suporte a llms + + + + ## v0.79.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.79.0) + + * Adicionar entradas aos fluxos + * Melhorar o armazenamento de logs para suportar mais tipos de dados + * Adicionar suporte à memória IBM + * Adicionar Watson como uma opção na CLI + * Adicionar arquivo security.md + * Substituir .netrc por variáveis de ambiente uv + * Mover BaseTool para o pacote principal e centralizar a geração de descrição de ferramentas + * Levantar um erro se um LLM não retornar uma resposta + * Corrigir fluxos para suportar ciclos e adicionar em teste + * Atualizar como nomeamos as equipes e corrigir configuração ausente + * Atualizar documentação + + + + ## v0.76.9 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.9) + + * Atualizar comando de plotagem para crewai flow plot + * Adicionar tomli para que possamos suportar 3.10 + * Encaminhar opções de comando de instalação para `uv sync` + * Melhorar descrição do texto da ferramenta e argumentos + * Melhorar documentação de ferramentas e fluxos + * Atualizar cli de fluxos para permitir que você adicione facilmente equipes adicionais a um fluxo com crewai flow add-crew + * Corrigido bug de fluxos ao usar múltiplos start e listen(and_(..., ..., ...)) + + + + ## v0.76.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.2) + + # Atualizando o comando create do crewai + + ## Introdução + + O comando `create` do crewai permite que você crie novos projetos de forma rápida e fácil. Esta documentação fornece informações sobre como atualizar o comando para garantir que você esteja utilizando as funcionalidades mais recentes. + + ## Requisitos + + Antes de atualizar o comando, verifique se você possui: + + - A versão mais recente do crewai instalada. + - Acesso à internet para baixar as atualizações. + + ## Passos para Atualização + + 1. **Verifique a versão atual do crewai:** + + Execute o seguinte comando no seu terminal: + + ```bash + crewai --version + ``` + + 2. **Atualize o crewai:** + + Para atualizar o crewai, use o seguinte comando: + + ```bash + npm install -g crewai + ``` + + 3. **Confirme a atualização:** + + Após a instalação, verifique novamente a versão para garantir que a atualização foi bem-sucedida: + + ```bash + crewai --version + ``` + + ## Novas Funcionalidades + + Após a atualização, você poderá aproveitar as seguintes novas funcionalidades do comando `create`: + + - **Melhorias na criação de projetos:** Agora, você pode especificar templates personalizados. + - **Integração com GitHub:** Facilita a conexão e o gerenciamento de repositórios diretamente do seu projeto. + + ## Exemplos de Uso + + Para criar um novo projeto com o comando `create`, utilize a seguinte sintaxe: + + ```bash + crewai create + ``` + + ## Conclusão + + Manter o crewai atualizado é essencial para aproveitar ao máximo suas funcionalidades. Siga os passos acima para garantir que você esteja sempre utilizando a versão mais recente do comando `create`. Para mais informações, consulte a [documentação oficial do crewai](https://crewai.com/docs). + + + + ## v0.76.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.76.0) + + * correção/corrigido prompt da API ausente + atualização da documentação do CLI + * tarefa(readme): corrigindo etapa para 'executar testes' na contribuição + * suporte à execução de código não seguro. adicionar na instalação do docker e verificações de execução + * Corrigir importações de memória para funções de incorporação + + + + ## v0.75.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.75.1) + + # nova opção `--provider` no crewai crewat + + A nova opção `--provider` foi adicionada ao comando `crewat` do CrewAI. Esta opção permite que os usuários especifiquem o provedor de serviços que desejam utilizar ao executar o comando. + + ## Como usar + + Para utilizar a nova opção, você pode executar o seguinte comando: + + ```bash + crewat --provider + ``` + + Substitua `` pelo provedor desejado. + + ## Provedores suportados + + Atualmente, os seguintes provedores são suportados: + + - ProviderA + - ProviderB + - ProviderC + + ## Exemplo + + Aqui está um exemplo de como usar a nova opção: + + ```bash + crewat --provider ProviderA + ``` + + Isso executará o comando `crewat` utilizando o ProviderA como provedor de serviços. + + ## Conclusão + + A adição da opção `--provider` no comando `crewat` do CrewAI oferece mais flexibilidade e controle sobre a escolha do provedor de serviços. Certifique-se de experimentar essa nova funcionalidade em seus projetos! + + + + ## v0.75.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.75.0) + + * Corrigindo o treinamento de post de teste + * Simplificar fluxos + * Adaptar `crewai tool install ` + * Garantir que a configuração original de embedding funcione + * Corrigir bugs + * Atualizar docs - Incluindo adicionar configuração de exemplo do Cerebras LLM à documentação do LLM + * Remover testes desnecessários + + + + ## v0.74.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.74.2) + + * feat: adicionar poetry.lock à migração uv + * fix: corrigir problema de chamada da ferramenta + + + + ## v0.74.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.74.0) + + - Migração UV + - Adaptar Tools CLI para UV + - Adicionar aviso do Poetry -> UV + - CLI para permitir seleção de modelo e envio de chaves de API + - Nova Base de Memória + - Corrigir Linting e Avisos + - Atualizar Documentação + - Correções de bugs + + + + ## v0.70.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.70.1) + + * Novo recurso Flow + * Visualizador de Flow + * Criar comando `crewai create flow` + * Criar comando `crewai tool create ` + * Adicionar validações Git para publicação de ferramentas + * correção: codificação JSON de objetos de data + * Novos Documentos + * Atualizar README + * Correções de bugs + + + + ## v0.65.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.65.2) + + - Adicionando recurso experimental de Flows + - Corrigindo bug na ordem das tarefas + - Atualizando templates + + + + ## v0.64.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.64.0) + + - Ordenação correta de tarefas + - Correção da lógica de sumarização + - Correção da lógica de palavras de parada + - Aumenta o número máximo de iterações padrão para 20 + - Corrige a chave do crew após a interpolação de entrada + - Correção da Funcionalidade de Treinamento + - Adicionando API de ferramentas inicial + - ERROS DE DIGITAÇÃO + - Atualizando Documentação + + Correções: #1359 #1355 #1353 #1356 e outras + + + + ## v0.63.6 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.6) + + - Atualizando modelos de projetos + + + + ## v0.63.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.5) + + - Reintroduzindo suporte à família o1 e a qualquer modelo que não suporte palavras de parada + - Atualizando dependências + - Atualizando logs + - Atualizando documentos + + + + ## v0.63.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.2) + + - Adicionando OPENAI_BASE_URL como fallback + - Adicionando importação adequada de LLM + - Atualizando a documentação + + + + ## v0.63.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.1) + + - Pequena correção de bug para suportar futuras implantações do CrewAI + + + + ## v0.63.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.63.0) + + - Nova classe LLM para interagir com LLMs (aproveitando LiteLLM) + - Adicionando suporte a interfaces de memória personalizadas + - Tornando o GPT-4o-mini o modelo padrão + - Atualizações na documentação + - Atualizando dependências + - Correções de bugs + - Remover criação redundante de tarefas em `kickoff_for_each_async` + + + + ## v0.61.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.61.0) + + - Atualizando dependências + - Imprimindo mensagem de rpm máximo em uma cor diferente + - Atualizando todas as fitas para testes + - Sempre terminando com uma mensagem para o usuário - para melhor suporte a certos modelos, como os modelos bedrock + - Correções de bugs gerais + + + + ## v0.60.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.60.0) + + - Removendo LangChain e Reconstruindo Executor + - Colocando todos os nossos testes de volta ao verde + - Adiciona a capacidade de não usar o prompt do sistema use_system_prompt no Agente + - Adiciona a capacidade de não usar palavras de parada (para suportar modelos o1) use_stop_words no Agente + - A janela de contexto deslizante foi renomeada para respect_context_window e ativada por padrão + - A delegação agora está desativada por padrão + - Os prompts internos foram ligeiramente alterados também + - Confiabilidade e qualidade geral dos resultados + - Novo suporte para: + - Número máximo de requisições por minuto + - Um número máximo de iterações antes de dar uma resposta final + - Aproveitar adequadamente os prompts do sistema + - Fluxo de cálculo de tokens + - Novo registro da execução da equipe e do agente + + + + ## v0.55.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.55.2) + + * Adicionando a capacidade de autocompletar + * Adicionar nome e expected_output ao TaskOutput + * Novo CLI `crewai install` + * Novo CLI `crewai deploy` + * Limpeza da funcionalidade Pipeline + * Documentação atualizada + * Melhorias na experiência do desenvolvedor, como pipeline CI bandit + * Correção de bugs: + * Capacidade de usar `planning_llm` + * Corrigir projetos baseados em YAML + * Corrigir suporte ao Azure + * Adicionar suporte ao Python 3.10 + * Migrando do Pydantic v1 + + + + ## v0.51.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.51.0) + + - crewAI Testes / Avaliação - https://docs.crewai.com/core-concepts/Testing/ + - Adicionando nova janela de contexto deslizante + - Permitindo todos os atributos no YAML - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#customizing-your-project + - Adicionando Estrutura Inicial do Pipeline - https://docs.crewai.com/core-concepts/Pipeline/ + - Capacidade de definir LLM para a etapa de planejamento - https://docs.crewai.com/core-concepts/Planning/ + - Novo comando crew run - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#running-your-project + - Salvando arquivo agora despeja dicionário em JSON - https://docs.crewai.com/core-concepts/Tasks/#creating-directories-when-saving-files + - Usando configurações verbosas para saídas de ferramentas + - Adicionados novos Modelos do Github + - Nova ferramenta Vision - https://docs.crewai.com/tools/VisionTool/ + - Nova ferramenta DALL-E - https://docs.crewai.com/tools/DALL-ETool/ + - Nova ferramenta MySQL - https://docs.crewai.com/tools/MySQLTool/ + - Nova ferramenta NL2SQL - https://docs.crewai.com/tools/NL2SQLTool.md + - Correções de Bugs: + - Bug com a saída da funcionalidade de planejamento + - Tarefas assíncronas para processo hierárquico + - Melhor saída pydantic para modelos não OAI + - Problemas de truncamento de JSON + - Corrigir tipos de log + - Importar AgentOps apenas se a Chave do Env estiver definida + - Sanitizar funções de agente para garantir nomes de diretórios válidos (Windows) + - Nome das ferramentas não deve conter espaço para OpenAI + - Um monte de problemas menores + + + + ## v0.41.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.1) + + - Corrigir bug com a funcionalidade de planejamento + + + + ## v0.41.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.41.0) + + - **[Mudança Quebrada]** Saída Tipo Seguro + - Todas as equipes e tarefas agora retornam um objeto apropriado TaskOuput e CrewOutput + - **[Recurso]** Novo recurso de planejamento para equipes (planejar antes de agir) + - adicionando planning=True à instância da Crew + - **[Recurso]** Introduzido Recurso de Replay + - Nova CLI que permite listar as tarefas da última execução e reproduzir a partir de uma específica + - **[Recurso]** Capacidade de redefinir a memória + - Você pode limpar a memória da sua equipe antes de executá-la novamente + - **[Recurso]** Adicionada funcionalidade de retry para chamadas LLM + - Você pode tentar novamente chamadas llm e não interromper a execução da equipe + - **[Recurso]** Adicionada capacidade de personalizar o conversor + - **[Ferramenta]** Ferramentas aprimoradas com dicas de tipo e novos atributos + - **[Ferramenta]** Adicionada Ferramenta MultiON + - **[Ferramenta]** Corrigidas ferramentas filecrawl + - **[Ferramenta]** Corrigido bug na ferramenta de Scraping + - **[Ferramentas]** Atualizada a dependência crewAI-tools para a versão + - **[Bugs]** Correções gerais de bugs e melhorias + - **[Bugs]** Correções de Telemetria + - **[Bugs]** Correções de verificação ortográfica + - **[Docs]** Documentação atualizada + + + + ## v0.36.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.36.0) + + - Correção de bugs + - Atualização da documentação + - Atualização dos prompts nativos + - Correção de TYPOs nos prompts + - Adição de suporte nativo ao AgentOps + - Adição das Ferramentas Firecrawl + - Adição de nova capacidade para retornar os resultados de uma ferramenta como resultado de um agente + - Melhoria na ferramenta de Interpretação de Código + - Adição de nova opção para criar sua própria classe de corveter (documentação pendente) + + + + ## v0.35.8 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.8) + + - corrigindo problema de dependência do embechain + + + + ## v0.35.7 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.7) + + - Nova integração @composiohq está disponível + - Atualização da documentação + - Custom GPT atualizado + - Ajustando o nível de verbosidade do gerente + - Correções de bugs + + + + ## v0.35.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.5) + + - Corrigir dependência do embedchain + + + + ## v0.35.4 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.4) + + - Atualizando o crewai create CLI para usar a nova versão + + + + ## v0.35.3 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.3) + + - Correção de bug na execução de código + - Atualização da documentação geral + - Atualização da versão do crewai-tools + - Atualização das versões de várias dependências + - Correções de bugs gerais + + + + ## v0.35.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.35.0) + + - Seus agentes agora podem executar código + - Traga qualquer agente de terceiros, LlamaIndex, LangChain e Autogen podem agora fazer parte da sua equipe! + - Treine sua equipe antes de executá-la e obtenha resultados consistentes! Novo CLI `crewai train -n X` + - Correções de bugs e atualizações de documentação (ainda faltando algumas novas atualizações de documentação que virão em breve) + + + + ## v0.32.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.2) + + - Atualizando `crewai create` CLI para usar a nova versão + - Corrigindo a correspondência do agente de delegação + + + + ## v0.32.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.32.0) + + - Novos métodos `kickoff_for_each`, `kickoff_async` e `kickoff_for_each_async` para melhor controle sobre o processo de kickoff + - Adicionando suporte para todas as integrações do LlamaIndex hub + - Adicionando `usage_metrics` à saída completa ou a uma crew + - Adicionando suporte a múltiplas crews no novo formato YAML + - Atualizando dependências + - Correção de bugs e TYPOs + - Documentação atualizada + - Adicionada busca na documentação + - Tornando gpt-4o o modelo padrão + - Adicionando novas documentações para LangTrace, Browserbase e Exa Search + - Adicionando timestamp ao logging + + + + ## v0.30.11 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.30.11) + + - Atualizando o template de geração de projeto + + + + ## v0.30.8 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.8) + + - Atualizando dependências + - Pequenas correções de bugs na estrutura do projeto crewAI + - Removendo o parser YAML personalizado por enquanto + + + + ## v0.30.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.5) + + - Tornando a delegação de agentes mais versátil para modelos menores + + + + ## v0.30.4 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.30.4) + + **A atualização da documentação seguirá** desculpe por isso e obrigado por sua paciência, estamos lançando novas documentações em breve! + + ➿ Correção do callback da tarefa + 🧙 Capacidade de definir um agente específico como gerente em vez de deixar a equipe criar um para você + 📄 Capacidade de definir templates de sistema, prompt e resposta, para que funcione de forma mais confiável com modelos de código aberto (funciona melhor com modelos menores) + 👨‍💻 Melhorando a saída em json e pydantic (funciona melhor com modelos menores) + 🔎 Melhorando o reconhecimento de nomes de ferramentas (funciona melhor com modelos menores) + 🧰 Melhorias para uso de ferramentas (funciona melhor com modelos menores) + 📃 Suporte inicial para trazer seus próprios prompts + 2️⃣ Correção de métricas duplicadas do calculador de tokens + 🪚 Adicionando algumas novas ferramentas, Browserbase e Exa Search + 📁 Capacidade de criar diretório ao salvar como arquivo + 🔁 Atualizando dependências - verifique novamente as ferramentas + 📄 Melhorias gerais na documentação + 🐛 Correções de bugs menores (erros de digitação e afins) + 👬 Correção de problemas de co-worker / coworker + 👀 Atualizações menores no Readme + + + + ## v0.28.8 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.28.8) + + - atualizando a versão utilizada no crewai CLI + + + + ## v0.28.7 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/0.28.7) + + - Correções de bugs + - Atualizando a versão da ferramenta crewAI com correções de bugs + + + + ## v0.28.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.5) + + - Problema de interpolação de memória de longo prazo + - Atualizando a dependência do pacote de ferramentas com correções + - Removendo certificado desnecessário + + + + ## v0.28.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.2) + + - Correção significativa de memória de longo prazo + + + + ## v0.28.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.1) + + - Atualizando crewai-tools para 0.1.15 + + + + ## v0.28.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.28.0) + + - Não sobrescrevendo callbacks do LLM + - Adicionando suporte a `max_execution_time` + - Adicionando documentação específica sobre memória + - Mudando a cor de registro de uso da ferramenta de amarelo para roxo + - Atualizando a documentação + + + + ## v0.27.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.27.0) + + - 🧠 **Memória (memória compartilhada da equipe)** - Para habilitá-la, basta adicionar `memory=True` à sua equipe, funcionará de forma transparente e tornará os resultados melhores e mais confiáveis, está desabilitada por padrão por enquanto. + - 🤚🏼 **Suporte Nativo a Entrada Humana:** [docs](https://docs.crewai.com/how-to/Human-Input-on-Execution/) + - 🌐 **Suporte Universal a Ferramentas RAG:** Quaisquer modelos, além de apenas OpenAI. [Exemplo](https://docs.crewai.com/tools/DirectorySearchTool/#custom-model-and-embeddings) + - 🔍 **Controle de Cache Aprimorado:** Conheça o engenhoso atributo cache_function: [docs](https://docs.crewai.com/core-concepts/Tools/#custom-caching-mechanism) + - 🔁 **Dependência crewai-tools Atualizada:** Sempre em sincronia com o mais recente e melhor. + - ⛓️ **Delegação entre Agentes:** Cooperação mais suave entre os agentes. + - 💠 **Melhorias no Prompt Interno:** Um fluxo de conversa mais refinado. + - 📝 **Melhorando o uso de ferramentas com uma melhor análise** + - 🔒 **Melhorias de segurança e atualização de dependências** + - 📄 **Documentação aprimorada** + - 🐛 **Correções de bugs** + + + + ## v0.22.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.5) + + - Outros problemas menores de importação nos novos templates + + + + ## v0.22.4 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.4) + + # Corrigindo problemas de template + + ## Introdução + + Nesta documentação, abordaremos como corrigir problemas comuns relacionados a templates. Se você estiver enfrentando dificuldades, siga os passos abaixo para resolver as questões. + + ## Problemas Comuns + + ### 1. Erros de Sintaxe + + Verifique se há erros de sintaxe no seu template. Um erro comum é esquecer de fechar uma tag ou usar a formatação incorreta. + + ### 2. Variáveis Não Definidas + + Certifique-se de que todas as variáveis utilizadas no template estão devidamente definidas. Se uma variável não estiver definida, isso pode causar falhas na renderização. + + ### 3. Problemas de Estilo + + Se o estilo do seu template não estiver sendo aplicado corretamente, verifique se os arquivos CSS estão sendo carregados. Além disso, confirme se as classes estão corretas. + + ## Soluções + + ### Passo 1: Validar o Template + + Use um validador de templates para verificar se há erros de sintaxe. Isso pode ajudar a identificar problemas rapidamente. + + ### Passo 2: Definir Variáveis + + Revise seu código e adicione definições para quaisquer variáveis que estejam faltando. Isso garantirá que o template funcione como esperado. + + ### Passo 3: Verificar Estilos + + Verifique se os arquivos CSS estão corretamente vinculados no seu template. Você pode fazer isso inspecionando o código-fonte da página. + + ## Conclusão + + Seguindo os passos acima, você deve ser capaz de corrigir a maioria dos problemas relacionados a templates. Se os problemas persistirem, considere consultar a documentação do seu framework ou entrar em contato com o suporte. + + ## Recursos Adicionais + + - [Documentação do CrewAI](https://crewai.com/docs) + - [GitHub Issues](https://github.com/issues) + + + + ## v0.22.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.2) + + - Corrigindo bug no novo template cli + - Garantindo a ordem das tarefas no novo template cli + + + + ## v0.22.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.22.0) + + - Adicionando o comando inicial da CLI `crewai create` + - Adicionando a capacidade de definir agentes e tarefas usando dicionários + - Adicionando logs de agente mais claros + - Corrigindo o bug de Exceder a profundidade máxima de recursão + - Corrigindo a documentação + - Atualizando o README + + + + ## v0.19.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.19.0) + + - Eficiência no uso de ferramentas +1023,21% + - Média de ferramentas utilizadas +276% + - Erros nas ferramentas reduzidos em 67%, mais confiável do que nunca. + - Capacidades de delegação aprimoradas + - Capacidade de retornar à chamada de função definindo `function_calling_llm` para Agent ou Crew + - Capacidade de obter métricas de execução da equipe após `kickoff` com `crew.usage_metrics` + - Adicionando a capacidade de passar entradas no kickoff agora `crew.kickoff(inputs: {'key': 'value})` + - Atualizando a documentação + + + + ## v0.16.3 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.3) + + - Correção de bugs gerais + - Garantir que o código seja compatível com versões anteriores + + + + ## v0.16.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.16.0) + + - Removendo a dependência `crewai_tools` remanescente + - Adicionando suporte inicial para interpolação de entradas (documentação ausente) + - Adicionando a capacidade de rastrear uso de ferramentas, erros de ferramentas, erros de formatação, uso de tokens + - Atualizando o README + + + + ## v0.14.4 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.4) + + - Atualizando timeouts + - Atualizando documentos + - Removendo crewai_tools como obrigatório + - Tornando os agentes sem memória por padrão para redução de contagem de tokens (mudança breaking para pessoas que contavam com isso anteriormente) + + + + ## v0.14.3 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.3) + + - Corrigindo link de documentação quebrado + - Adicionando suporte para agentes sem ferramentas + - Evitando saídas de tarefa vazias + + + + ## v0.14.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0) + + # Todas as melhorias da v0.14.0rc + + - Suporte para exportar json e pydantic de modelos de código aberto + + + + ## v0.14.0rc + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.14.0rc0) + + - Adicionando suporte ao crewai-tools + - Adicionando suporte para formatar a saída de tarefas como Objetos Pydantic ou JSON + - Adicionando suporte para salvar a saída de tarefas em um arquivo + - Melhorada a confiabilidade para delegação entre agentes + - Reformulação da lógica de uso de ferramentas para o uso adequado de chamadas de função + - Atualizando prompts internos + - Suporte a ferramentas sem argumentos + - Correções de bugs + + + + ## v0.11.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.2) + + - Adicionando mais registros de erro para que os usuários entendam o que está acontecendo se uma ferramenta falhar + + + + ## v0.11.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.1) + + - Corrige um bug na lógica de uso da ferramenta que estava armazenando em cache o resultado mesmo se houvesse um erro no uso, impedindo que a ferramenta fosse utilizada novamente. + - Também imprimirá qualquer mensagem de erro em vermelho, permitindo que o usuário entenda qual foi o problema com a ferramenta. + + + + ## v0.11.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.11.0) + + - Capacidade de definir `function_calling_llm` tanto para toda a equipe quanto para agentes individuais + - Algumas tentativas iniciais de redução de custos + - Melhorando a chamada de funções para ferramentas + - Atualizações na documentação + + + + ## v0.10.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.10.0) + + - Capacidade de obter `full_output` do crew kickoff com todas as saídas das tarefas + - Capacidade de definir a função `step_callback` para tanto Agentes quanto Equipes, permitindo que você obtenha todos os passos intermediários + - Lembrando o Agente do formato esperado após um certo número de usos de ferramentas. + - Novos detalhes de uso de ferramentas agora utilizando json, desbloqueando ferramentas com múltiplos argumentos + - Refatoração da lógica de delegação geral, agora muito mais confiável + - Correção do bug `max_inter`, agora forçando corretamente o llm a responder à medida que chega a isso + - Estrutura de cache reconstruída, garantindo que múltiplos agentes possam usar o mesmo cache + - Refatoração da lógica de prevenção de uso repetido de Tarefas + - Remoção do agora desnecessário `CrewAgentOutputParser` + - Opção para compartilhar dados completos relacionados à equipe com a equipe do crewAI + - Atualização geral da documentação + + + + ## v0.5.5 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.5) + + - Melhorias gerais na documentação + readme + - Correção do controlador RPM sendo configurado desnecessariamente + - Adição de telemetria anônima em estágio inicial para melhoria da biblioteca + + + + ## v0.5.3 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.3) + + - correção rápida para gerente hierárquico + + + + ## v0.5.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.2) + + - Adicionando `manager_llm` para processo hierárquico + - Melhorando a lógica de `max_inter` e `max_rpm` + - Atualizando README e Docs + + + + ## v0.5.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.5.0) + + Esta nova versão traz muitas novas funcionalidades e melhorias para a biblioteca. + + ## Funcionalidades + - Adição de Callbacks de Tarefa. + - Adição de suporte para processos Hierárquicos. + - Adição da capacidade de referenciar tarefas específicas em outra tarefa. + - Adição da capacidade de execução paralela de tarefas. + + ## Melhorias + - Reformulação de Máximas Iterações e Máximas Solicitações por Minuto. + - Melhorias na experiência do desenvolvedor, docstrings e afins. + - Pequenas melhorias e correções de TYPOs. + - Correção de erros de tipagem estática. + - README e Documentação atualizados. + + + + ## v0.1.32 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.32) + + - Mudando para LangChain 0.1.0 + - Melhorando Prompts + - Adicionando a capacidade de limitar o número máximo de iterações para um agente + - Adicionando a capacidade de limitar solicitações por minuto para Agentes e Equipes + - Adicionando suporte inicial para traduções + - Adicionando tradução em grego + - Melhorar a legibilidade do código + - Iniciando nova documentação com mkdocs + + + + ## v0.1.23 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.23) + + - Muitas melhorias de confiabilidade + - Mudanças nos prompts + - Mudanças iniciais para suporte a múltiplas línguas + - Correção de bug na execução repetida de tarefas + - Melhor tratamento de erros de execução + - Atualizando o READMe + + + + ## v0.1.14 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.14) + + - Adicionando cache de ferramentas para prevenção de execução em loop. (@joaomdmoura) + - Adicionando mais diretrizes para delegação de Agentes. (@joaomdmoura) + - Atualizando para usar a nova versão da lib openai. (@joaomdmoura) + - Adicionando níveis de verbosidade ao logger. (@joaomdmoura) + - Removendo código WIP. (@joaomdmoura) + - Muitas melhorias na qualidade de vida dos desenvolvedores (Agradecimentos especiais a @greysonlalonde). + - Atualizando para pydantic v2 (Agradecimentos especiais a @greysonlalonde também). + + + + ## v0.1.2 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.2) + + - Adicionando a capacidade de usar outros LLMs, não apenas OpenAI + + + + ## v0.1.1 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.1) + + # CrewAI v0.1.1 Notas de Lançamento + + ## O que há de novo + + - **Modo Verbose do Crew**: Agora permitindo que você inspecione as tarefas que estão sendo executadas. + + - **Atualizações no README e Docs**: Uma série de atualizações menores na documentação. + + + + ## v0.1.0 + + [Ver release no GitHub](https://github.com/crewAIInc/crewAI/releases/tag/v0.1.0) + + # CrewAI v0.1.0 Notas de Lançamento + + Estamos empolgados em anunciar o lançamento inicial do CrewAI, versão 0.1.0! O CrewAI é uma estrutura projetada para facilitar a orquestração de agentes de IA autônomos capazes de interpretar papéis e colaborar para realizar tarefas complexas de forma mais eficiente. + + ## O que há de Novo + + - **Lançamento Inicial**: O CrewAI agora está oficialmente disponível! Este lançamento fundamental estabelece as bases para que os agentes de IA trabalhem em conjunto, cada um com seu próprio papel e objetivos especializados. + + - **Design de Agentes Baseado em Papéis**: Defina e personalize agentes com papéis específicos, metas e as ferramentas necessárias para ter sucesso. + + - **Delegação Entre Agentes**: Os agentes agora estão equipados para delegar tarefas de forma autônoma, permitindo a distribuição dinâmica da carga de trabalho entre a equipe. + + - **Gerenciamento de Tarefas**: Crie e atribua tarefas dinamicamente com a flexibilidade de especificar as ferramentas necessárias para cada tarefa. + + - **Processos Sequenciais**: Configure seus agentes para abordar tarefas uma após a outra, garantindo fluxos de trabalho organizados e previsíveis. + + - **Documentação**: Comece a explorar o CrewAI com nossa documentação inicial que o orienta através da configuração e uso da estrutura. + + ## Melhorias + + - Documentação detalhada da API para as classes `Agent`, `Task`, `Crew` e `Process`. + - Exemplos e tutoriais para ajudá-lo a construir sua primeira aplicação CrewAI. + - Configuração básica para mecanismos de colaboração e delegação entre agentes. + + ## Problemas Conhecidos + + - Como este é o primeiro lançamento, pode haver bugs não descobertos e áreas para otimização. Incentivamos a comunidade a relatar quaisquer problemas encontrados durante o uso. + + ## Recursos Futuros + + - **Gerenciamento Avançado de Processos**: Em lançamentos futuros, introduziremos processos mais complexos para gerenciamento de tarefas, incluindo fluxos de trabalho consensuais e hierárquicos. + diff --git a/docs/pt-BR/concepts/agents.mdx b/docs/pt-BR/concepts/agents.mdx index 0da37e5f2..bda88e74b 100644 --- a/docs/pt-BR/concepts/agents.mdx +++ b/docs/pt-BR/concepts/agents.mdx @@ -2,6 +2,7 @@ title: Agentes description: Guia detalhado sobre como criar e gerenciar agentes no framework CrewAI. icon: robot +mode: "wide" --- ## Visão Geral de um Agente diff --git a/docs/pt-BR/concepts/cli.mdx b/docs/pt-BR/concepts/cli.mdx index 277abd50b..00a72c284 100644 --- a/docs/pt-BR/concepts/cli.mdx +++ b/docs/pt-BR/concepts/cli.mdx @@ -2,6 +2,7 @@ title: CLI description: Aprenda a usar o CLI do CrewAI para interagir com o CrewAI. icon: terminal +mode: "wide" --- A partir da versão 0.140.0, a plataforma CrewAI Enterprise iniciou um processo de migração de seu provedor de login. Como resultado, o fluxo de autenticação via CLI foi atualizado. Usuários que utlizam o Google para fazer login, ou que criaram conta após 3 de julho de 2025 não poderão fazer login com versões anteriores da biblioteca `crewai`. @@ -366,19 +367,16 @@ crewai config list ``` Exemplo de saída: -``` -CrewAI CLI Configuration -┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -┃ Setting ┃ Value ┃ Description ┃ -┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ -│ enterprise_base_url│ https://app.crewai.com │ Base URL of the CrewAI Enterprise instance │ -│ org_name │ Not set │ Name of the currently active organization │ -│ org_uuid │ Not set │ UUID of the currently active organization │ -│ oauth2_provider │ workos │ OAuth2 provider used for authentication (e.g., workos, okta, auth0). │ -│ oauth2_audience │ client_01YYY │ OAuth2 audience value, typically used to identify the target API or resource. │ -│ oauth2_client_id │ client_01XXX │ OAuth2 client ID issued by the provider, used during authentication requests. │ -│ oauth2_domain │ login.crewai.com │ OAuth2 provider's domain (e.g., your-org.auth0.com) used for issuing tokens. │ -``` + +| Parâmetro | Valor | Descrição | +| :------------------- | :---------------------- | :------------------------------------------------------------ | +| enterprise_base_url | https://app.crewai.com | URL base da instância CrewAI Enterprise | +| org_name | Not set | Nome da organização atualmente ativa | +| org_uuid | Not set | UUID da organização atualmente ativa | +| oauth2_provider | workos | Provedor OAuth2 (ex.: workos, okta, auth0) | +| oauth2_audience | client_01YYY | Audience usada para identificar a API/recurso de destino | +| oauth2_client_id | client_01XXX | Client ID OAuth2 emitido pelo provedor (usado na autenticação) | +| oauth2_domain | login.crewai.com | Domínio do provedor OAuth2 (ex.: your-org.auth0.com) | Definir a URL base do enterprise: ```shell Terminal diff --git a/docs/pt-BR/concepts/collaboration.mdx b/docs/pt-BR/concepts/collaboration.mdx index 5c2a03b1c..6dbf6d3ac 100644 --- a/docs/pt-BR/concepts/collaboration.mdx +++ b/docs/pt-BR/concepts/collaboration.mdx @@ -2,6 +2,7 @@ title: Colaboração description: Como permitir que agentes trabalhem juntos, deleguem tarefas e se comuniquem de forma eficaz em equipes CrewAI. icon: screen-users +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/crews.mdx b/docs/pt-BR/concepts/crews.mdx index c7139488f..50bb47b84 100644 --- a/docs/pt-BR/concepts/crews.mdx +++ b/docs/pt-BR/concepts/crews.mdx @@ -2,6 +2,7 @@ title: Crews description: Compreendendo e utilizando crews no framework crewAI com atributos e funcionalidades abrangentes. icon: people-group +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/event-listener.mdx b/docs/pt-BR/concepts/event-listener.mdx index 91f48c637..616153a0b 100644 --- a/docs/pt-BR/concepts/event-listener.mdx +++ b/docs/pt-BR/concepts/event-listener.mdx @@ -2,6 +2,7 @@ title: 'Listeners de Evento' description: 'Acesse eventos do CrewAI para criar integrações e monitoramento personalizados' icon: spinner +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/flows.mdx b/docs/pt-BR/concepts/flows.mdx index 9c8b7cf8f..d356a2387 100644 --- a/docs/pt-BR/concepts/flows.mdx +++ b/docs/pt-BR/concepts/flows.mdx @@ -2,6 +2,7 @@ title: Flows description: Saiba como criar e gerenciar fluxos de trabalho de IA usando CrewAI Flows. icon: arrow-progress +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/knowledge.mdx b/docs/pt-BR/concepts/knowledge.mdx index 3888abfde..b6efd0b6b 100644 --- a/docs/pt-BR/concepts/knowledge.mdx +++ b/docs/pt-BR/concepts/knowledge.mdx @@ -2,6 +2,7 @@ title: Knowledge description: O que é knowledge em CrewAI e como usá-lo. icon: book +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/llms.mdx b/docs/pt-BR/concepts/llms.mdx index 51fda266e..0f0291008 100644 --- a/docs/pt-BR/concepts/llms.mdx +++ b/docs/pt-BR/concepts/llms.mdx @@ -2,6 +2,7 @@ title: 'LLMs' description: 'Um guia abrangente para configurar e usar Modelos de Linguagem de Grande Escala (LLMs) em seus projetos CrewAI' icon: 'microchip-ai' +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/memory.mdx b/docs/pt-BR/concepts/memory.mdx index e8389fdac..05301ccaf 100644 --- a/docs/pt-BR/concepts/memory.mdx +++ b/docs/pt-BR/concepts/memory.mdx @@ -2,6 +2,7 @@ title: Memória description: Aproveitando sistemas de memória no framework CrewAI para aprimorar as capacidades dos agentes. icon: database +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/planning.mdx b/docs/pt-BR/concepts/planning.mdx index b26014ec7..c4e511da7 100644 --- a/docs/pt-BR/concepts/planning.mdx +++ b/docs/pt-BR/concepts/planning.mdx @@ -2,6 +2,7 @@ title: Planejamento description: Aprenda como adicionar planejamento à sua CrewAI Crew e melhorar sua performance. icon: ruler-combined +mode: "wide" --- ## Visão geral diff --git a/docs/pt-BR/concepts/processes.mdx b/docs/pt-BR/concepts/processes.mdx index ad087be20..9aaec0e13 100644 --- a/docs/pt-BR/concepts/processes.mdx +++ b/docs/pt-BR/concepts/processes.mdx @@ -2,6 +2,7 @@ title: Processos description: Guia detalhado sobre o gerenciamento de fluxos de trabalho através de processos no CrewAI, com detalhes de implementação atualizados. icon: bars-staggered +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/reasoning.mdx b/docs/pt-BR/concepts/reasoning.mdx index 4c4fa5114..e9e2d0f88 100644 --- a/docs/pt-BR/concepts/reasoning.mdx +++ b/docs/pt-BR/concepts/reasoning.mdx @@ -2,6 +2,7 @@ title: Reasoning description: "Aprenda como habilitar e usar o reasoning do agente para aprimorar a execução de tarefas." icon: brain +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/tasks.mdx b/docs/pt-BR/concepts/tasks.mdx index 41c6efda2..0669a0315 100644 --- a/docs/pt-BR/concepts/tasks.mdx +++ b/docs/pt-BR/concepts/tasks.mdx @@ -2,6 +2,7 @@ title: Tarefas description: Guia detalhado sobre como gerenciar e criar tarefas dentro do framework CrewAI. icon: list-check +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/testing.mdx b/docs/pt-BR/concepts/testing.mdx index 96e84c415..8277757e0 100644 --- a/docs/pt-BR/concepts/testing.mdx +++ b/docs/pt-BR/concepts/testing.mdx @@ -2,6 +2,7 @@ title: Testes description: Saiba como testar sua CrewAI Crew e avaliar seu desempenho. icon: vial +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/concepts/tools.mdx b/docs/pt-BR/concepts/tools.mdx index d4ad6d1cb..f196182b0 100644 --- a/docs/pt-BR/concepts/tools.mdx +++ b/docs/pt-BR/concepts/tools.mdx @@ -2,6 +2,7 @@ title: Ferramentas description: Compreendendo e aproveitando ferramentas dentro do framework CrewAI para colaboração e execução de tarefas por agentes. icon: screwdriver-wrench +mode: "wide" --- ## Visão geral diff --git a/docs/pt-BR/concepts/training.mdx b/docs/pt-BR/concepts/training.mdx index 83dc92c45..85e405fe8 100644 --- a/docs/pt-BR/concepts/training.mdx +++ b/docs/pt-BR/concepts/training.mdx @@ -2,6 +2,7 @@ title: Treinamento description: Aprenda como treinar seus agentes CrewAI fornecendo feedback desde o início e obtenha resultados consistentes. icon: dumbbell +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/features/hallucination-guardrail.mdx b/docs/pt-BR/enterprise/features/hallucination-guardrail.mdx index d7698b0de..c1b57fbc3 100644 --- a/docs/pt-BR/enterprise/features/hallucination-guardrail.mdx +++ b/docs/pt-BR/enterprise/features/hallucination-guardrail.mdx @@ -2,6 +2,7 @@ title: Proteção contra Alucinações description: "Previna e detecte alucinações de IA nas suas tarefas do CrewAI" icon: "shield-check" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/features/integrations.mdx b/docs/pt-BR/enterprise/features/integrations.mdx index f070d9990..48c286fc8 100644 --- a/docs/pt-BR/enterprise/features/integrations.mdx +++ b/docs/pt-BR/enterprise/features/integrations.mdx @@ -2,6 +2,7 @@ title: Integrações description: "Aplicativos conectados para que seus agentes possam tomar ações." icon: "plug" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/features/rbac.mdx b/docs/pt-BR/enterprise/features/rbac.mdx index 89b4686a9..aba3e0596 100644 --- a/docs/pt-BR/enterprise/features/rbac.mdx +++ b/docs/pt-BR/enterprise/features/rbac.mdx @@ -2,6 +2,7 @@ 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" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/features/tool-repository.mdx b/docs/pt-BR/enterprise/features/tool-repository.mdx index 0d745532b..5550cbb60 100644 --- a/docs/pt-BR/enterprise/features/tool-repository.mdx +++ b/docs/pt-BR/enterprise/features/tool-repository.mdx @@ -2,6 +2,7 @@ title: Repositório de Ferramentas description: "Usando o Repositório de Ferramentas para gerenciar suas ferramentas" icon: "toolbox" +mode: "wide" --- ## Visão geral diff --git a/docs/pt-BR/enterprise/features/traces.mdx b/docs/pt-BR/enterprise/features/traces.mdx index 10d3dfae8..45fbbf831 100644 --- a/docs/pt-BR/enterprise/features/traces.mdx +++ b/docs/pt-BR/enterprise/features/traces.mdx @@ -2,6 +2,7 @@ title: Traces description: "Usando Traces para monitorar seus Crews" icon: "timeline" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/features/webhook-streaming.mdx b/docs/pt-BR/enterprise/features/webhook-streaming.mdx index c38e5e7d1..b187af324 100644 --- a/docs/pt-BR/enterprise/features/webhook-streaming.mdx +++ b/docs/pt-BR/enterprise/features/webhook-streaming.mdx @@ -2,6 +2,7 @@ title: Webhook Streaming description: "Usando Webhook Streaming para transmitir eventos para o seu webhook" icon: "webhook" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/guides/automation-triggers.mdx b/docs/pt-BR/enterprise/guides/automation-triggers.mdx index ebdcba9c3..4907a6c87 100644 --- a/docs/pt-BR/enterprise/guides/automation-triggers.mdx +++ b/docs/pt-BR/enterprise/guides/automation-triggers.mdx @@ -2,6 +2,7 @@ title: "Triggers de Automação" description: "Execute automaticamente seus workflows CrewAI quando eventos específicos ocorrem em integrações conectadas" icon: "bolt" +mode: "wide" --- Os triggers de automação permitem executar automaticamente suas implantações CrewAI quando eventos específicos ocorrem em suas integrações conectadas, criando workflows poderosos orientados por eventos que respondem a mudanças em tempo real em seus sistemas de negócio. diff --git a/docs/pt-BR/enterprise/guides/azure-openai-setup.mdx b/docs/pt-BR/enterprise/guides/azure-openai-setup.mdx index e2c022c45..76c13f4db 100644 --- a/docs/pt-BR/enterprise/guides/azure-openai-setup.mdx +++ b/docs/pt-BR/enterprise/guides/azure-openai-setup.mdx @@ -2,6 +2,7 @@ title: "Configuração do Azure OpenAI" description: "Configure o Azure OpenAI com o Crew Studio para conexões empresariais de LLM" icon: "microsoft" +mode: "wide" --- Este guia orienta você na conexão do Azure OpenAI com o Crew Studio para operações de IA empresarial sem interrupções. diff --git a/docs/pt-BR/enterprise/guides/build-crew.mdx b/docs/pt-BR/enterprise/guides/build-crew.mdx index 531da7521..485890023 100644 --- a/docs/pt-BR/enterprise/guides/build-crew.mdx +++ b/docs/pt-BR/enterprise/guides/build-crew.mdx @@ -2,6 +2,7 @@ title: "Build Crew" description: "Uma Crew é um grupo de agentes que trabalham juntos para completar uma tarefa." icon: "people-arrows" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/guides/deploy-crew.mdx b/docs/pt-BR/enterprise/guides/deploy-crew.mdx index 4d22aa41b..f00dac2da 100644 --- a/docs/pt-BR/enterprise/guides/deploy-crew.mdx +++ b/docs/pt-BR/enterprise/guides/deploy-crew.mdx @@ -2,6 +2,7 @@ title: "Deploy Crew" description: "Implantando um Crew na CrewAI Enterprise" icon: "rocket" +mode: "wide" --- diff --git a/docs/pt-BR/enterprise/guides/enable-crew-studio.mdx b/docs/pt-BR/enterprise/guides/enable-crew-studio.mdx index 62adb44fb..329f87aa1 100644 --- a/docs/pt-BR/enterprise/guides/enable-crew-studio.mdx +++ b/docs/pt-BR/enterprise/guides/enable-crew-studio.mdx @@ -2,6 +2,7 @@ title: "Ativar Crew Studio" description: "Ativando o Crew Studio no CrewAI Enterprise" icon: "comments" +mode: "wide" --- diff --git a/docs/pt-BR/enterprise/guides/hubspot-trigger.mdx b/docs/pt-BR/enterprise/guides/hubspot-trigger.mdx index 95c00ecfd..9ffcefd95 100644 --- a/docs/pt-BR/enterprise/guides/hubspot-trigger.mdx +++ b/docs/pt-BR/enterprise/guides/hubspot-trigger.mdx @@ -2,6 +2,7 @@ title: "Gatilho HubSpot" description: "Acione crews do CrewAI diretamente a partir de Workflows do HubSpot" icon: "hubspot" +mode: "wide" --- Este guia fornece um processo passo a passo para configurar gatilhos do HubSpot para o CrewAI Enterprise, permitindo iniciar crews diretamente a partir de Workflows do HubSpot. diff --git a/docs/pt-BR/enterprise/guides/human-in-the-loop.mdx b/docs/pt-BR/enterprise/guides/human-in-the-loop.mdx index f946948eb..2d5ba5573 100644 --- a/docs/pt-BR/enterprise/guides/human-in-the-loop.mdx +++ b/docs/pt-BR/enterprise/guides/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "Workflows HITL" description: "Aprenda como implementar workflows Human-In-The-Loop no CrewAI para decisões aprimoradas" icon: "user-check" +mode: "wide" --- Human-In-The-Loop (HITL) é uma abordagem poderosa que combina inteligência artificial com expertise humana para aprimorar a tomada de decisão e melhorar os resultados das tarefas. Este guia mostra como implementar HITL dentro do CrewAI. diff --git a/docs/pt-BR/enterprise/guides/kickoff-crew.mdx b/docs/pt-BR/enterprise/guides/kickoff-crew.mdx index a43a41f45..2682dbb34 100644 --- a/docs/pt-BR/enterprise/guides/kickoff-crew.mdx +++ b/docs/pt-BR/enterprise/guides/kickoff-crew.mdx @@ -2,6 +2,7 @@ title: "Kickoff Crew" description: "Inicie um Crew no CrewAI Enterprise" icon: "flag-checkered" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/guides/react-component-export.mdx b/docs/pt-BR/enterprise/guides/react-component-export.mdx index decc90b6f..062d2564c 100644 --- a/docs/pt-BR/enterprise/guides/react-component-export.mdx +++ b/docs/pt-BR/enterprise/guides/react-component-export.mdx @@ -2,6 +2,7 @@ title: "Exportação de Componentes React" description: "Aprenda como exportar e integrar componentes React do CrewAI Enterprise em suas aplicações" icon: "react" +mode: "wide" --- Este guia explica como exportar crews do CrewAI Enterprise como componentes React e integrá-los às suas próprias aplicações. diff --git a/docs/pt-BR/enterprise/guides/salesforce-trigger.mdx b/docs/pt-BR/enterprise/guides/salesforce-trigger.mdx index 9b44f624a..6a84a2a57 100644 --- a/docs/pt-BR/enterprise/guides/salesforce-trigger.mdx +++ b/docs/pt-BR/enterprise/guides/salesforce-trigger.mdx @@ -2,6 +2,7 @@ title: "Trigger Salesforce" description: "Dispare equipes CrewAI a partir de fluxos de trabalho do Salesforce para automação de CRM" icon: "salesforce" +mode: "wide" --- A CrewAI Enterprise pode ser acionada a partir do Salesforce para automatizar fluxos de trabalho de gestão de relacionamento com o cliente e aprimorar suas operações de vendas. diff --git a/docs/pt-BR/enterprise/guides/slack-trigger.mdx b/docs/pt-BR/enterprise/guides/slack-trigger.mdx index fc916888c..5a6e68895 100644 --- a/docs/pt-BR/enterprise/guides/slack-trigger.mdx +++ b/docs/pt-BR/enterprise/guides/slack-trigger.mdx @@ -2,6 +2,7 @@ title: "Slack Trigger" description: "Acione crews do CrewAI diretamente do Slack usando comandos de barra" icon: "slack" +mode: "wide" --- Este guia explica como iniciar um crew diretamente do Slack usando triggers do CrewAI. diff --git a/docs/pt-BR/enterprise/guides/team-management.mdx b/docs/pt-BR/enterprise/guides/team-management.mdx index 5ceadbafd..1594bca15 100644 --- a/docs/pt-BR/enterprise/guides/team-management.mdx +++ b/docs/pt-BR/enterprise/guides/team-management.mdx @@ -2,6 +2,7 @@ title: "Gestão de Equipes" description: "Aprenda como convidar e gerenciar membros da equipe em sua organização CrewAI Enterprise" icon: "users" +mode: "wide" --- Como administrador de uma conta CrewAI Enterprise, você pode facilmente convidar novos membros para sua organização. Este guia irá orientá-lo passo a passo pelo processo. diff --git a/docs/pt-BR/enterprise/guides/update-crew.mdx b/docs/pt-BR/enterprise/guides/update-crew.mdx index 1c377107c..b48a5a818 100644 --- a/docs/pt-BR/enterprise/guides/update-crew.mdx +++ b/docs/pt-BR/enterprise/guides/update-crew.mdx @@ -2,6 +2,7 @@ title: "Atualizar Crew" description: "Atualizando uma Crew no CrewAI Enterprise" icon: "pencil" +mode: "wide" --- diff --git a/docs/pt-BR/enterprise/guides/webhook-automation.mdx b/docs/pt-BR/enterprise/guides/webhook-automation.mdx index 1f90185e4..e972e9df4 100644 --- a/docs/pt-BR/enterprise/guides/webhook-automation.mdx +++ b/docs/pt-BR/enterprise/guides/webhook-automation.mdx @@ -2,6 +2,7 @@ title: "Automação com Webhook" description: "Automatize fluxos de trabalho do CrewAI Enterprise usando webhooks com plataformas como ActivePieces, Zapier e Make.com" icon: "webhook" +mode: "wide" --- O CrewAI Enterprise permite que você automatize seu fluxo de trabalho usando webhooks. Este artigo irá guiá-lo no processo de configuração e uso de webhooks para iniciar a execução do crew, com foco na integração com o ActivePieces, uma plataforma de automação de fluxos de trabalho semelhante ao Zapier e Make.com. @@ -79,6 +80,8 @@ O CrewAI Enterprise permite que você automatize seu fluxo de trabalho usando we ## Exemplos de Output do Webhook +**Nota:** Qualquer objeto `meta` fornecido na sua requisição de kickoff será incluído em todos os payloads de webhook, permitindo rastrear requisições e manter contexto durante todo o ciclo de vida da execução do crew. + `stepWebhookUrl` - Callback executado a cada pensamento interno do agente diff --git a/docs/pt-BR/enterprise/guides/zapier-trigger.mdx b/docs/pt-BR/enterprise/guides/zapier-trigger.mdx index a6796d21e..7520f06b6 100644 --- a/docs/pt-BR/enterprise/guides/zapier-trigger.mdx +++ b/docs/pt-BR/enterprise/guides/zapier-trigger.mdx @@ -2,6 +2,7 @@ title: "Trigger Zapier" description: "Dispare crews do CrewAI a partir de fluxos de trabalho no Zapier para automatizar fluxos multiaplicativos" icon: "bolt" +mode: "wide" --- Este guia irá conduzi-lo pelo processo de configuração de triggers no Zapier para o CrewAI Enterprise, permitindo automatizar fluxos de trabalho entre CrewAI Enterprise e outros aplicativos. diff --git a/docs/pt-BR/enterprise/integrations/asana.mdx b/docs/pt-BR/enterprise/integrations/asana.mdx index c926aed08..9de42d86f 100644 --- a/docs/pt-BR/enterprise/integrations/asana.mdx +++ b/docs/pt-BR/enterprise/integrations/asana.mdx @@ -2,6 +2,7 @@ title: Integração com Asana description: "Coordenação de tarefas e projetos em equipe com a integração Asana para CrewAI." icon: "circle" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/box.mdx b/docs/pt-BR/enterprise/integrations/box.mdx index ad26dbf5c..8845e9945 100644 --- a/docs/pt-BR/enterprise/integrations/box.mdx +++ b/docs/pt-BR/enterprise/integrations/box.mdx @@ -2,6 +2,7 @@ title: Integração com Box description: "Armazenamento de arquivos e gerenciamento de documentos com a integração do Box para CrewAI." icon: "box" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/clickup.mdx b/docs/pt-BR/enterprise/integrations/clickup.mdx index 9f70bbc03..83cf7a216 100644 --- a/docs/pt-BR/enterprise/integrations/clickup.mdx +++ b/docs/pt-BR/enterprise/integrations/clickup.mdx @@ -2,6 +2,7 @@ title: Integração com ClickUp description: "Gerenciamento de tarefas e produtividade com integração ClickUp para CrewAI." icon: "list-check" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/github.mdx b/docs/pt-BR/enterprise/integrations/github.mdx index de2129386..b5a238c28 100644 --- a/docs/pt-BR/enterprise/integrations/github.mdx +++ b/docs/pt-BR/enterprise/integrations/github.mdx @@ -2,6 +2,7 @@ title: Integração com GitHub description: "Gerenciamento de repositórios e issues com a integração do GitHub para CrewAI." icon: "github" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/gmail.mdx b/docs/pt-BR/enterprise/integrations/gmail.mdx index aa3c2edcb..c16d4448f 100644 --- a/docs/pt-BR/enterprise/integrations/gmail.mdx +++ b/docs/pt-BR/enterprise/integrations/gmail.mdx @@ -2,6 +2,7 @@ title: Integração com Gmail description: "Gerenciamento de e-mails e contatos com a integração do Gmail para o CrewAI." icon: "envelope" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/google_calendar.mdx b/docs/pt-BR/enterprise/integrations/google_calendar.mdx index 1576c83c8..bd413a9e3 100644 --- a/docs/pt-BR/enterprise/integrations/google_calendar.mdx +++ b/docs/pt-BR/enterprise/integrations/google_calendar.mdx @@ -2,6 +2,7 @@ title: Integração com Google Calendar description: "Gerenciamento de eventos e agendas com integração ao Google Calendar para o CrewAI." icon: "calendar" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/google_sheets.mdx b/docs/pt-BR/enterprise/integrations/google_sheets.mdx index 92ef39665..eb7e7a0de 100644 --- a/docs/pt-BR/enterprise/integrations/google_sheets.mdx +++ b/docs/pt-BR/enterprise/integrations/google_sheets.mdx @@ -2,6 +2,7 @@ title: Integração com Google Sheets description: "Sincronização de dados de planilhas com a integração do Google Sheets para CrewAI." icon: "google" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/hubspot.mdx b/docs/pt-BR/enterprise/integrations/hubspot.mdx index a3ba212da..d3207aabf 100644 --- a/docs/pt-BR/enterprise/integrations/hubspot.mdx +++ b/docs/pt-BR/enterprise/integrations/hubspot.mdx @@ -2,6 +2,7 @@ title: "Integração com HubSpot" description: "Gerencie empresas e contatos no HubSpot com o CrewAI." icon: "briefcase" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/jira.mdx b/docs/pt-BR/enterprise/integrations/jira.mdx index 8a6732340..2fde5e331 100644 --- a/docs/pt-BR/enterprise/integrations/jira.mdx +++ b/docs/pt-BR/enterprise/integrations/jira.mdx @@ -2,6 +2,7 @@ title: Integração com Jira description: "Rastreamento de problemas e gestão de projetos com a integração Jira para CrewAI." icon: "bug" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/linear.mdx b/docs/pt-BR/enterprise/integrations/linear.mdx index 78b2cca45..ff5132ecd 100644 --- a/docs/pt-BR/enterprise/integrations/linear.mdx +++ b/docs/pt-BR/enterprise/integrations/linear.mdx @@ -2,6 +2,7 @@ title: Integração com o Linear description: "Acompanhamento de projetos de software e rastreamento de bugs com a integração Linear para CrewAI." icon: "list-check" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/notion.mdx b/docs/pt-BR/enterprise/integrations/notion.mdx index 70916d9fc..169b0a370 100644 --- a/docs/pt-BR/enterprise/integrations/notion.mdx +++ b/docs/pt-BR/enterprise/integrations/notion.mdx @@ -2,6 +2,7 @@ title: Integração com o Notion description: "Gerenciamento de páginas e bancos de dados com integração do Notion para o CrewAI." icon: "book" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/salesforce.mdx b/docs/pt-BR/enterprise/integrations/salesforce.mdx index d6f0d04a4..177fe0dfc 100644 --- a/docs/pt-BR/enterprise/integrations/salesforce.mdx +++ b/docs/pt-BR/enterprise/integrations/salesforce.mdx @@ -2,6 +2,7 @@ title: Integração com Salesforce description: "Automação de vendas e CRM com integração Salesforce para CrewAI." icon: "salesforce" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/shopify.mdx b/docs/pt-BR/enterprise/integrations/shopify.mdx index 0d3b1ca7b..895d08739 100644 --- a/docs/pt-BR/enterprise/integrations/shopify.mdx +++ b/docs/pt-BR/enterprise/integrations/shopify.mdx @@ -2,6 +2,7 @@ title: Integração com Shopify description: "Gestão de e-commerce e loja online com integração do Shopify para CrewAI." icon: "shopify" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/slack.mdx b/docs/pt-BR/enterprise/integrations/slack.mdx index 63c7224da..c2f6e9edb 100644 --- a/docs/pt-BR/enterprise/integrations/slack.mdx +++ b/docs/pt-BR/enterprise/integrations/slack.mdx @@ -2,6 +2,7 @@ title: Integração com Slack description: "Comunicação e colaboração em equipe com a integração Slack para CrewAI." icon: "slack" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/stripe.mdx b/docs/pt-BR/enterprise/integrations/stripe.mdx index 96bb2b596..2e917caa4 100644 --- a/docs/pt-BR/enterprise/integrations/stripe.mdx +++ b/docs/pt-BR/enterprise/integrations/stripe.mdx @@ -2,6 +2,7 @@ title: Integração Stripe description: "Processamento de pagamentos e gerenciamento de assinaturas com integração Stripe para CrewAI." icon: "stripe" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/integrations/zendesk.mdx b/docs/pt-BR/enterprise/integrations/zendesk.mdx index c2fc19373..3177e9dd1 100644 --- a/docs/pt-BR/enterprise/integrations/zendesk.mdx +++ b/docs/pt-BR/enterprise/integrations/zendesk.mdx @@ -2,6 +2,7 @@ title: Integração com Zendesk description: "Gestão de suporte ao cliente e helpdesk com integração Zendesk para CrewAI." icon: "headset" +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/enterprise/introduction.mdx b/docs/pt-BR/enterprise/introduction.mdx index f0e2c2e62..bd50ac1f4 100644 --- a/docs/pt-BR/enterprise/introduction.mdx +++ b/docs/pt-BR/enterprise/introduction.mdx @@ -2,6 +2,7 @@ title: "CrewAI Enterprise" description: "Implemente, monitore e escale seus fluxos de trabalho de agentes de IA" icon: "globe" +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/enterprise/resources/frequently-asked-questions.mdx b/docs/pt-BR/enterprise/resources/frequently-asked-questions.mdx index 756466dbf..0db054e14 100644 --- a/docs/pt-BR/enterprise/resources/frequently-asked-questions.mdx +++ b/docs/pt-BR/enterprise/resources/frequently-asked-questions.mdx @@ -2,6 +2,7 @@ title: FAQs description: "Perguntas frequentes sobre CrewAI Enterprise" icon: "circle-question" +mode: "wide" --- diff --git a/docs/pt-BR/examples/cookbooks.mdx b/docs/pt-BR/examples/cookbooks.mdx index 1e82f51bc..7057621a1 100644 --- a/docs/pt-BR/examples/cookbooks.mdx +++ b/docs/pt-BR/examples/cookbooks.mdx @@ -2,6 +2,7 @@ title: CrewAI Cookbooks description: Quickstarts e notebooks focados em recursos para aprender padrões rapidamente. icon: book +mode: "wide" --- ## Quickstarts & Demos diff --git a/docs/pt-BR/examples/example.mdx b/docs/pt-BR/examples/example.mdx index d4d0926be..9e30069b3 100644 --- a/docs/pt-BR/examples/example.mdx +++ b/docs/pt-BR/examples/example.mdx @@ -2,6 +2,7 @@ title: Exemplos CrewAI description: Explore exemplos organizados por Crews, Flows, Integrações e Notebooks. icon: rocket-launch +mode: "wide" --- ## Crews diff --git a/docs/pt-BR/guides/advanced/customizing-prompts.mdx b/docs/pt-BR/guides/advanced/customizing-prompts.mdx index 599746ea5..b91d5540d 100644 --- a/docs/pt-BR/guides/advanced/customizing-prompts.mdx +++ b/docs/pt-BR/guides/advanced/customizing-prompts.mdx @@ -2,6 +2,7 @@ title: Personalizando Prompts description: Aprofunde-se na personalização de prompts de baixo nível no CrewAI, habilitando casos de uso super customizados e complexos para diferentes modelos e idiomas. icon: message-pen +mode: "wide" --- ## Por Que Personalizar Prompts? diff --git a/docs/pt-BR/guides/advanced/fingerprinting.mdx b/docs/pt-BR/guides/advanced/fingerprinting.mdx index 53ce8660b..20f082d18 100644 --- a/docs/pt-BR/guides/advanced/fingerprinting.mdx +++ b/docs/pt-BR/guides/advanced/fingerprinting.mdx @@ -2,6 +2,7 @@ title: Impressão digital description: Saiba como usar o sistema de impressão digital da CrewAI para identificar e rastrear componentes de forma única durante todo o seu ciclo de vida. icon: fingerprint +mode: "wide" --- ## Visão geral diff --git a/docs/pt-BR/guides/agents/crafting-effective-agents.mdx b/docs/pt-BR/guides/agents/crafting-effective-agents.mdx index 9941fe032..b80fd6fe5 100644 --- a/docs/pt-BR/guides/agents/crafting-effective-agents.mdx +++ b/docs/pt-BR/guides/agents/crafting-effective-agents.mdx @@ -2,6 +2,7 @@ title: Criando Agentes Eficazes description: Aprenda as melhores práticas para projetar agentes de IA poderosos e especializados que colaboram de forma eficaz para resolver problemas complexos. icon: robot +mode: "wide" --- ## A Arte e a Ciência do Design de Agentes diff --git a/docs/pt-BR/guides/concepts/evaluating-use-cases.mdx b/docs/pt-BR/guides/concepts/evaluating-use-cases.mdx index 4b4b8b15b..6d6e31f83 100644 --- a/docs/pt-BR/guides/concepts/evaluating-use-cases.mdx +++ b/docs/pt-BR/guides/concepts/evaluating-use-cases.mdx @@ -2,6 +2,7 @@ title: Avaliando Casos de Uso para CrewAI description: Aprenda a avaliar as necessidades da sua aplicação de IA e escolher a abordagem certa entre Crews e Flows com base nos requisitos de complexidade e precisão. icon: scale-balanced +mode: "wide" --- ## Entendendo o Framework de Decisão diff --git a/docs/pt-BR/guides/crews/first-crew.mdx b/docs/pt-BR/guides/crews/first-crew.mdx index 22daee040..107bf28cf 100644 --- a/docs/pt-BR/guides/crews/first-crew.mdx +++ b/docs/pt-BR/guides/crews/first-crew.mdx @@ -2,6 +2,7 @@ title: Monte sua Primeira Crew description: Tutorial passo a passo para criar uma equipe colaborativa de IA que trabalha junta para resolver problemas complexos. icon: users-gear +mode: "wide" --- ## Liberando o Poder da IA Colaborativa diff --git a/docs/pt-BR/guides/flows/first-flow.mdx b/docs/pt-BR/guides/flows/first-flow.mdx index 1f299a6b2..39ce06207 100644 --- a/docs/pt-BR/guides/flows/first-flow.mdx +++ b/docs/pt-BR/guides/flows/first-flow.mdx @@ -2,6 +2,7 @@ title: Construa Seu Primeiro Flow description: Aprenda como criar fluxos de trabalho estruturados e orientados a eventos com controle preciso sobre a execução. icon: diagram-project +mode: "wide" --- ## Assumindo o Controle de Workflows de IA com Flows diff --git a/docs/pt-BR/guides/flows/mastering-flow-state.mdx b/docs/pt-BR/guides/flows/mastering-flow-state.mdx index 543e3232a..442ab7dbb 100644 --- a/docs/pt-BR/guides/flows/mastering-flow-state.mdx +++ b/docs/pt-BR/guides/flows/mastering-flow-state.mdx @@ -2,6 +2,7 @@ title: Dominando o Gerenciamento de Estado em Flows description: Um guia abrangente sobre como gerenciar, persistir e utilizar o estado em CrewAI Flows para construir aplicações de IA robustas. icon: diagram-project +mode: "wide" --- ## Entendendo o Poder do Estado em Flows diff --git a/docs/pt-BR/installation.mdx b/docs/pt-BR/installation.mdx index e31fa5ff7..4c59de817 100644 --- a/docs/pt-BR/installation.mdx +++ b/docs/pt-BR/installation.mdx @@ -2,6 +2,7 @@ title: Instalação description: Comece a usar o CrewAI - Instale, configure e crie seu primeiro crew de IA icon: wrench +mode: "wide" --- ## Tutorial em Vídeo diff --git a/docs/pt-BR/introduction.mdx b/docs/pt-BR/introduction.mdx index 396b82360..cc73bc039 100644 --- a/docs/pt-BR/introduction.mdx +++ b/docs/pt-BR/introduction.mdx @@ -2,6 +2,7 @@ title: Introdução description: Construa equipes de agentes de IA que trabalham juntas para resolver tarefas complexas icon: handshake +mode: "wide" --- # O que é CrewAI? diff --git a/docs/pt-BR/learn/before-and-after-kickoff-hooks.mdx b/docs/pt-BR/learn/before-and-after-kickoff-hooks.mdx index 16cbd0e77..0855b2abb 100644 --- a/docs/pt-BR/learn/before-and-after-kickoff-hooks.mdx +++ b/docs/pt-BR/learn/before-and-after-kickoff-hooks.mdx @@ -1,6 +1,7 @@ --- title: Hooks Antes e Depois do Kickoff description: Aprenda a usar hooks antes e depois do kickoff em CrewAI +mode: "wide" --- O CrewAI fornece hooks que permitem executar código antes e depois do kickoff de uma crew. Esses hooks são úteis para pré-processar entradas ou pós-processar resultados. diff --git a/docs/pt-BR/learn/bring-your-own-agent.mdx b/docs/pt-BR/learn/bring-your-own-agent.mdx index 452e27133..2a5d7c551 100644 --- a/docs/pt-BR/learn/bring-your-own-agent.mdx +++ b/docs/pt-BR/learn/bring-your-own-agent.mdx @@ -2,6 +2,7 @@ title: Traga seu próprio agente description: Aprenda como trazer seus próprios agentes que funcionam dentro de uma Crew. icon: robots +mode: "wide" --- Interoperabilidade é um conceito fundamental no CrewAI. Este guia mostrará como trazer seus próprios agentes para funcionar dentro de uma Crew. diff --git a/docs/pt-BR/learn/coding-agents.mdx b/docs/pt-BR/learn/coding-agents.mdx index ccf17d8ca..71d82da90 100644 --- a/docs/pt-BR/learn/coding-agents.mdx +++ b/docs/pt-BR/learn/coding-agents.mdx @@ -2,6 +2,7 @@ title: Agentes de Codificação description: Aprenda como habilitar seus Agentes CrewAI para escrever e executar código, e explore funcionalidades avançadas para maior potencial. icon: rectangle-code +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/conditional-tasks.mdx b/docs/pt-BR/learn/conditional-tasks.mdx index 3a4490ab4..d2f1113db 100644 --- a/docs/pt-BR/learn/conditional-tasks.mdx +++ b/docs/pt-BR/learn/conditional-tasks.mdx @@ -2,6 +2,7 @@ title: Tarefas Condicionais description: Saiba como usar tarefas condicionais em um kickoff do crewAI icon: diagram-subtask +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/create-custom-tools.mdx b/docs/pt-BR/learn/create-custom-tools.mdx index 26360f95c..0cc01ab46 100644 --- a/docs/pt-BR/learn/create-custom-tools.mdx +++ b/docs/pt-BR/learn/create-custom-tools.mdx @@ -2,6 +2,7 @@ title: Criar Ferramentas Personalizadas description: Guia abrangente sobre como criar, utilizar e gerenciar ferramentas personalizadas dentro do framework CrewAI, incluindo novas funcionalidades e tratamento de erros. icon: hammer +mode: "wide" --- ## Criando e Utilizando Ferramentas no CrewAI diff --git a/docs/pt-BR/learn/custom-llm.mdx b/docs/pt-BR/learn/custom-llm.mdx index f0e75d034..32c6a6689 100644 --- a/docs/pt-BR/learn/custom-llm.mdx +++ b/docs/pt-BR/learn/custom-llm.mdx @@ -2,6 +2,7 @@ title: Implementação de LLM Personalizada description: Aprenda a criar implementações personalizadas de LLM no CrewAI. icon: code +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/learn/custom-manager-agent.mdx b/docs/pt-BR/learn/custom-manager-agent.mdx index ee7e1e4fd..9acefbd05 100644 --- a/docs/pt-BR/learn/custom-manager-agent.mdx +++ b/docs/pt-BR/learn/custom-manager-agent.mdx @@ -2,6 +2,7 @@ title: Agente Gerente Personalizado description: Saiba como definir um agente personalizado como gerente no CrewAI, proporcionando mais controle sobre o gerenciamento e a coordenação das tarefas. icon: user-shield +mode: "wide" --- # Definindo um Agente Específico como Gerente no CrewAI diff --git a/docs/pt-BR/learn/customizing-agents.mdx b/docs/pt-BR/learn/customizing-agents.mdx index fee56ad39..d3df49abc 100644 --- a/docs/pt-BR/learn/customizing-agents.mdx +++ b/docs/pt-BR/learn/customizing-agents.mdx @@ -2,6 +2,7 @@ title: Personalize Agentes description: Um guia abrangente para adaptar agentes a funções específicas, tarefas e customizações avançadas dentro do framework CrewAI. icon: user-pen +mode: "wide" --- ## Atributos Personalizáveis diff --git a/docs/pt-BR/learn/dalle-image-generation.mdx b/docs/pt-BR/learn/dalle-image-generation.mdx index 8c54a0081..51b003d72 100644 --- a/docs/pt-BR/learn/dalle-image-generation.mdx +++ b/docs/pt-BR/learn/dalle-image-generation.mdx @@ -2,6 +2,7 @@ title: "Geração de Imagens com DALL-E" description: "Aprenda a usar o DALL-E para geração de imagens com IA em seus projetos CrewAI" icon: "image" +mode: "wide" --- O CrewAI oferece integração com o DALL-E da OpenAI, permitindo que seus agentes de IA gerem imagens como parte de suas tarefas. Este guia irá orientá-lo sobre como configurar e utilizar a ferramenta DALL-E em seus projetos CrewAI. diff --git a/docs/pt-BR/learn/force-tool-output-as-result.mdx b/docs/pt-BR/learn/force-tool-output-as-result.mdx index 56d236381..c053c3448 100644 --- a/docs/pt-BR/learn/force-tool-output-as-result.mdx +++ b/docs/pt-BR/learn/force-tool-output-as-result.mdx @@ -2,6 +2,7 @@ title: Forçar a Saída da Ferramenta como Resultado description: Aprenda como forçar a saída de uma ferramenta como resultado em uma tarefa de Agent no CrewAI. icon: wrench-simple +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/hierarchical-process.mdx b/docs/pt-BR/learn/hierarchical-process.mdx index c82c319ed..8621df646 100644 --- a/docs/pt-BR/learn/hierarchical-process.mdx +++ b/docs/pt-BR/learn/hierarchical-process.mdx @@ -2,6 +2,7 @@ title: Processo Hierárquico description: Um guia abrangente para compreender e aplicar o processo hierárquico em seus projetos CrewAI, atualizado para refletir as práticas de codificação e funcionalidades mais recentes. icon: sitemap +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/human-in-the-loop.mdx b/docs/pt-BR/learn/human-in-the-loop.mdx index 7c7121233..d38ec8337 100644 --- a/docs/pt-BR/learn/human-in-the-loop.mdx +++ b/docs/pt-BR/learn/human-in-the-loop.mdx @@ -2,6 +2,7 @@ title: "Workflows Human-in-the-Loop (HITL)" description: "Aprenda como implementar workflows Human-in-the-Loop na CrewAI para aprimorar a tomada de decisões" icon: "user-check" +mode: "wide" --- Human-in-the-Loop (HITL) é uma abordagem poderosa que combina a inteligência artificial com a experiência humana para aprimorar a tomada de decisões e melhorar os resultados das tarefas. Este guia mostra como implementar HITL dentro da CrewAI. diff --git a/docs/pt-BR/learn/human-input-on-execution.mdx b/docs/pt-BR/learn/human-input-on-execution.mdx index e7c8732d3..cc7167076 100644 --- a/docs/pt-BR/learn/human-input-on-execution.mdx +++ b/docs/pt-BR/learn/human-input-on-execution.mdx @@ -2,6 +2,7 @@ title: Input Humano na Execução description: Integrando o CrewAI com input humano durante a execução em processos complexos de tomada de decisão e aproveitando ao máximo todos os atributos e ferramentas do agente. icon: user-check +mode: "wide" --- ## Input humano na execução dos agentes diff --git a/docs/pt-BR/learn/kickoff-async.mdx b/docs/pt-BR/learn/kickoff-async.mdx index ab2d1b296..afdacf2e2 100644 --- a/docs/pt-BR/learn/kickoff-async.mdx +++ b/docs/pt-BR/learn/kickoff-async.mdx @@ -2,6 +2,7 @@ title: Inicie uma Crew de Forma Assíncrona description: Inicie uma Crew de Forma Assíncrona icon: rocket-launch +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/kickoff-for-each.mdx b/docs/pt-BR/learn/kickoff-for-each.mdx index 7fcc7bcf4..698ae0f8c 100644 --- a/docs/pt-BR/learn/kickoff-for-each.mdx +++ b/docs/pt-BR/learn/kickoff-for-each.mdx @@ -2,6 +2,7 @@ title: Kickoff Crew para Cada description: Kickoff Crew para Cada Item em uma Lista icon: at +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/llm-connections.mdx b/docs/pt-BR/learn/llm-connections.mdx index 39bf98660..1021050cb 100644 --- a/docs/pt-BR/learn/llm-connections.mdx +++ b/docs/pt-BR/learn/llm-connections.mdx @@ -2,6 +2,7 @@ title: Conecte-se a qualquer LLM description: Guia abrangente sobre como integrar o CrewAI a diversos Large Language Models (LLMs) usando o LiteLLM, incluindo provedores compatíveis e opções de configuração. icon: brain-circuit +mode: "wide" --- ## Conecte o CrewAI a LLMs diff --git a/docs/pt-BR/learn/llm-selection-guide.mdx b/docs/pt-BR/learn/llm-selection-guide.mdx index 44896ff9d..66b721dba 100644 --- a/docs/pt-BR/learn/llm-selection-guide.mdx +++ b/docs/pt-BR/learn/llm-selection-guide.mdx @@ -2,6 +2,7 @@ title: 'Guia Estratégico de Seleção de LLMs' description: 'Framework estratégico para escolher o LLM certo para seus agentes CrewAI e escrever definições eficazes de tarefas e agentes' icon: 'brain-circuit' +mode: "wide" --- ## A Abordagem CrewAI para Seleção de LLMs diff --git a/docs/pt-BR/learn/multimodal-agents.mdx b/docs/pt-BR/learn/multimodal-agents.mdx index a957753fd..cf238a2bd 100644 --- a/docs/pt-BR/learn/multimodal-agents.mdx +++ b/docs/pt-BR/learn/multimodal-agents.mdx @@ -2,6 +2,7 @@ title: Usando Agentes Multimodais description: Aprenda como habilitar e usar capacidades multimodais em seus agentes para processar imagens e outros conteúdos não textuais dentro do framework CrewAI. icon: video +mode: "wide" --- ## Usando Agentes Multimodais diff --git a/docs/pt-BR/learn/overview.mdx b/docs/pt-BR/learn/overview.mdx index 70780db8a..cf9716542 100644 --- a/docs/pt-BR/learn/overview.mdx +++ b/docs/pt-BR/learn/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Aprenda como construir, personalizar e otimizar suas aplicações CrewAI com guias e tutoriais completos" icon: "face-smile" +mode: "wide" --- ## Aprenda CrewAI diff --git a/docs/pt-BR/learn/replay-tasks-from-latest-crew-kickoff.mdx b/docs/pt-BR/learn/replay-tasks-from-latest-crew-kickoff.mdx index 18b6682b7..624a991d4 100644 --- a/docs/pt-BR/learn/replay-tasks-from-latest-crew-kickoff.mdx +++ b/docs/pt-BR/learn/replay-tasks-from-latest-crew-kickoff.mdx @@ -2,6 +2,7 @@ title: Reexecutar Tarefas a partir do Último Crew Kickoff description: Reexecute tarefas a partir do último crew.kickoff(...) icon: arrow-right +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/sequential-process.mdx b/docs/pt-BR/learn/sequential-process.mdx index 2b3079feb..92851d31a 100644 --- a/docs/pt-BR/learn/sequential-process.mdx +++ b/docs/pt-BR/learn/sequential-process.mdx @@ -2,6 +2,7 @@ title: Processos Sequenciais description: Um guia abrangente para utilizar os processos sequenciais na execução de tarefas em projetos CrewAI. icon: forward +mode: "wide" --- ## Introdução diff --git a/docs/pt-BR/learn/using-annotations.mdx b/docs/pt-BR/learn/using-annotations.mdx index 4aba63e17..8494170e9 100644 --- a/docs/pt-BR/learn/using-annotations.mdx +++ b/docs/pt-BR/learn/using-annotations.mdx @@ -2,6 +2,7 @@ title: "Usando Anotações no crew.py" description: "Aprenda como usar anotações para estruturar corretamente agentes, tarefas e componentes no CrewAI" icon: "at" +mode: "wide" --- Este guia explica como utilizar anotações para referenciar corretamente **agentes**, **tarefas** e outros componentes no arquivo `crew.py`. diff --git a/docs/pt-BR/mcp/multiple-servers.mdx b/docs/pt-BR/mcp/multiple-servers.mdx index 0cb698f21..911a1603e 100644 --- a/docs/pt-BR/mcp/multiple-servers.mdx +++ b/docs/pt-BR/mcp/multiple-servers.mdx @@ -2,6 +2,7 @@ title: Conectando a Múltiplos Servidores MCP description: Saiba como usar o MCPServerAdapter no CrewAI para conectar-se simultaneamente a múltiplos servidores MCP e agregar suas ferramentas. icon: layer-group +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/mcp/overview.mdx b/docs/pt-BR/mcp/overview.mdx index 5ceaaa144..cf449d3eb 100644 --- a/docs/pt-BR/mcp/overview.mdx +++ b/docs/pt-BR/mcp/overview.mdx @@ -2,6 +2,7 @@ title: 'Servidores MCP como Ferramentas no CrewAI' description: 'Aprenda como integrar servidores MCP como ferramentas nos seus agentes CrewAI usando a biblioteca `crewai-tools`.' icon: plug +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/mcp/security.mdx b/docs/pt-BR/mcp/security.mdx index 6c68c31c3..c62f1d9bc 100644 --- a/docs/pt-BR/mcp/security.mdx +++ b/docs/pt-BR/mcp/security.mdx @@ -2,6 +2,7 @@ title: Considerações de Segurança MCP description: Saiba mais sobre as principais melhores práticas de segurança ao integrar servidores MCP com seus agentes CrewAI. icon: lock +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/mcp/sse.mdx b/docs/pt-BR/mcp/sse.mdx index b637f1387..c44006fb3 100644 --- a/docs/pt-BR/mcp/sse.mdx +++ b/docs/pt-BR/mcp/sse.mdx @@ -2,6 +2,7 @@ title: Transporte SSE description: Saiba como conectar o CrewAI a servidores MCP remotos usando Server-Sent Events (SSE) para comunicação em tempo real. icon: wifi +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/mcp/stdio.mdx b/docs/pt-BR/mcp/stdio.mdx index 01019aef6..e2b4adf8b 100644 --- a/docs/pt-BR/mcp/stdio.mdx +++ b/docs/pt-BR/mcp/stdio.mdx @@ -2,6 +2,7 @@ title: Transporte Stdio description: Aprenda como conectar o CrewAI a servidores MCP locais usando o mecanismo de transporte Stdio (Entrada/Saída Padrão). icon: server +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/mcp/streamable-http.mdx b/docs/pt-BR/mcp/streamable-http.mdx index 12837af9f..7884968d7 100644 --- a/docs/pt-BR/mcp/streamable-http.mdx +++ b/docs/pt-BR/mcp/streamable-http.mdx @@ -2,6 +2,7 @@ title: Transporte HTTP Streamable description: Saiba como conectar o CrewAI a servidores MCP remotos usando o transporte HTTP Streamable flexível. icon: globe +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/observability/arize-phoenix.mdx b/docs/pt-BR/observability/arize-phoenix.mdx index ab3f858a1..df1402054 100644 --- a/docs/pt-BR/observability/arize-phoenix.mdx +++ b/docs/pt-BR/observability/arize-phoenix.mdx @@ -2,6 +2,7 @@ title: Arize Phoenix description: Integração do Arize Phoenix para CrewAI com OpenTelemetry e OpenInference icon: magnifying-glass-chart +mode: "wide" --- # Integração com Arize Phoenix diff --git a/docs/pt-BR/observability/langdb.mdx b/docs/pt-BR/observability/langdb.mdx index acb0f434d..86b2aea82 100644 --- a/docs/pt-BR/observability/langdb.mdx +++ b/docs/pt-BR/observability/langdb.mdx @@ -2,6 +2,7 @@ title: Integração LangDB description: Governe, proteja e otimize seus fluxos de trabalho CrewAI com LangDB AI Gateway—acesse mais de 350 modelos, roteamento automático, otimização de custos e observabilidade completa. icon: database +mode: "wide" --- # Introdução diff --git a/docs/pt-BR/observability/langfuse.mdx b/docs/pt-BR/observability/langfuse.mdx index 9f166c60e..5381a9e96 100644 --- a/docs/pt-BR/observability/langfuse.mdx +++ b/docs/pt-BR/observability/langfuse.mdx @@ -2,6 +2,7 @@ title: Integração Langfuse description: Saiba como integrar o Langfuse ao CrewAI via OpenTelemetry usando OpenLit icon: vials +mode: "wide" --- # Integre o Langfuse ao CrewAI diff --git a/docs/pt-BR/observability/langtrace.mdx b/docs/pt-BR/observability/langtrace.mdx index a8f1bba5f..470c42933 100644 --- a/docs/pt-BR/observability/langtrace.mdx +++ b/docs/pt-BR/observability/langtrace.mdx @@ -2,6 +2,7 @@ title: Integração com Langtrace description: Como monitorar custo, latência e desempenho dos Agentes CrewAI usando o Langtrace, uma ferramenta externa de observabilidade. icon: chart-line +mode: "wide" --- # Visão Geral do Langtrace diff --git a/docs/pt-BR/observability/maxim.mdx b/docs/pt-BR/observability/maxim.mdx index 81f5f5585..d3b121813 100644 --- a/docs/pt-BR/observability/maxim.mdx +++ b/docs/pt-BR/observability/maxim.mdx @@ -2,6 +2,7 @@ title: Integração Maxim description: Inicie o monitoramento, avaliação e observabilidade de agentes icon: bars-staggered +mode: "wide" --- # Integração Maxim diff --git a/docs/pt-BR/observability/mlflow.mdx b/docs/pt-BR/observability/mlflow.mdx index 2675cd493..83a89c0f0 100644 --- a/docs/pt-BR/observability/mlflow.mdx +++ b/docs/pt-BR/observability/mlflow.mdx @@ -2,6 +2,7 @@ title: Integração com MLflow description: Comece rapidamente a monitorar seus Agents com MLflow. icon: bars-staggered +mode: "wide" --- # Visão Geral do MLflow diff --git a/docs/pt-BR/observability/openlit.mdx b/docs/pt-BR/observability/openlit.mdx index 1cdf64f08..0d69ae20d 100644 --- a/docs/pt-BR/observability/openlit.mdx +++ b/docs/pt-BR/observability/openlit.mdx @@ -2,6 +2,7 @@ title: Integração OpenLIT description: Comece a monitorar seus Agentes rapidamente com apenas uma linha de código usando OpenTelemetry. icon: magnifying-glass-chart +mode: "wide" --- # Visão Geral do OpenLIT diff --git a/docs/pt-BR/observability/opik.mdx b/docs/pt-BR/observability/opik.mdx index e48cddf55..5f2a2ef84 100644 --- a/docs/pt-BR/observability/opik.mdx +++ b/docs/pt-BR/observability/opik.mdx @@ -2,6 +2,7 @@ title: Integração Opik description: Saiba como usar o Comet Opik para depurar, avaliar e monitorar suas aplicações CrewAI com rastreamento abrangente, avaliações automatizadas e dashboards prontos para produção. icon: meteor +mode: "wide" --- # Visão Geral do Opik diff --git a/docs/pt-BR/observability/overview.mdx b/docs/pt-BR/observability/overview.mdx index ff33a4400..e3776ba01 100644 --- a/docs/pt-BR/observability/overview.mdx +++ b/docs/pt-BR/observability/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Monitore, avalie e otimize seus agentes CrewAI com ferramentas de observabilidade abrangentes" icon: "face-smile" +mode: "wide" --- ## Observabilidade para CrewAI diff --git a/docs/pt-BR/observability/patronus-evaluation.mdx b/docs/pt-BR/observability/patronus-evaluation.mdx index 8105a6cba..c5e831c58 100644 --- a/docs/pt-BR/observability/patronus-evaluation.mdx +++ b/docs/pt-BR/observability/patronus-evaluation.mdx @@ -2,6 +2,7 @@ title: Avaliação Patronus AI description: Monitore e avalie o desempenho de agentes CrewAI utilizando a plataforma abrangente de avaliação da Patronus AI para saídas de LLM e comportamentos de agentes. icon: shield-check +mode: "wide" --- # Avaliação Patronus AI diff --git a/docs/pt-BR/observability/portkey.mdx b/docs/pt-BR/observability/portkey.mdx index 6e45bf9d8..e5a6f08ec 100644 --- a/docs/pt-BR/observability/portkey.mdx +++ b/docs/pt-BR/observability/portkey.mdx @@ -2,6 +2,7 @@ title: Integração com Portkey description: Como usar Portkey com CrewAI icon: key +mode: "wide" --- Portkey CrewAI Header Image diff --git a/docs/pt-BR/observability/truefoundry.mdx b/docs/pt-BR/observability/truefoundry.mdx index e7f6a88f3..f48cb42e8 100644 --- a/docs/pt-BR/observability/truefoundry.mdx +++ b/docs/pt-BR/observability/truefoundry.mdx @@ -1,6 +1,7 @@ --- title: Integração com a TrueFoundry icon: chart-line +mode: "wide" --- A TrueFoundry fornece um [AI Gateway](https://www.truefoundry.com/ai-gateway) pronto para uso empresarial, que pode ser usado para governança e observabilidade em frameworks agentivos como o CrewAI. O AI Gateway da TrueFoundry funciona como uma interface unificada para acesso a LLMs, oferecendo: diff --git a/docs/pt-BR/observability/weave.mdx b/docs/pt-BR/observability/weave.mdx index f1eac5e92..a3ed92a26 100644 --- a/docs/pt-BR/observability/weave.mdx +++ b/docs/pt-BR/observability/weave.mdx @@ -2,6 +2,7 @@ title: Integração com Weave description: Saiba como usar o Weights & Biases (W&B) Weave para rastrear, experimentar, avaliar e melhorar suas aplicações CrewAI. icon: radar +mode: "wide" --- # Visão Geral do Weave diff --git a/docs/pt-BR/quickstart.mdx b/docs/pt-BR/quickstart.mdx index 0fa214d96..55bf425fd 100644 --- a/docs/pt-BR/quickstart.mdx +++ b/docs/pt-BR/quickstart.mdx @@ -2,6 +2,7 @@ title: Guia Rápido description: Construa seu primeiro agente de IA com a CrewAI em menos de 5 minutos. icon: rocket +mode: "wide" --- ## Construa seu primeiro Agente CrewAI diff --git a/docs/pt-BR/telemetry.mdx b/docs/pt-BR/telemetry.mdx index 7f1ab4ca4..a53bc30c5 100644 --- a/docs/pt-BR/telemetry.mdx +++ b/docs/pt-BR/telemetry.mdx @@ -2,6 +2,7 @@ title: Telemetria description: Entendendo os dados de telemetria coletados pelo CrewAI e como eles contribuem para o aprimoramento da biblioteca. icon: signal-stream +mode: "wide" --- ## Telemetria diff --git a/docs/pt-BR/tools/ai-ml/aimindtool.mdx b/docs/pt-BR/tools/ai-ml/aimindtool.mdx index 6cf9e1259..2ced33954 100644 --- a/docs/pt-BR/tools/ai-ml/aimindtool.mdx +++ b/docs/pt-BR/tools/ai-ml/aimindtool.mdx @@ -2,6 +2,7 @@ title: AI Mind Tool description: O `AIMindTool` foi desenvolvido para consultar fontes de dados em linguagem natural. icon: brain +mode: "wide" --- # `AIMindTool` diff --git a/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx b/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx index 6841379ef..14c4fd51d 100644 --- a/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx +++ b/docs/pt-BR/tools/ai-ml/codeinterpretertool.mdx @@ -2,6 +2,7 @@ title: Interpretador de Código description: O `CodeInterpreterTool` é uma poderosa ferramenta projetada para executar código Python 3 em um ambiente seguro e isolado. icon: code-simple +mode: "wide" --- # `CodeInterpreterTool` diff --git a/docs/pt-BR/tools/ai-ml/dalletool.mdx b/docs/pt-BR/tools/ai-ml/dalletool.mdx index bc16f45a7..94ed910cf 100644 --- a/docs/pt-BR/tools/ai-ml/dalletool.mdx +++ b/docs/pt-BR/tools/ai-ml/dalletool.mdx @@ -2,6 +2,7 @@ title: Ferramenta DALL-E description: A `DallETool` é uma ferramenta poderosa projetada para gerar imagens a partir de descrições textuais. icon: image +mode: "wide" --- # `DallETool` diff --git a/docs/pt-BR/tools/ai-ml/langchaintool.mdx b/docs/pt-BR/tools/ai-ml/langchaintool.mdx index 49bb52f81..0ac00110e 100644 --- a/docs/pt-BR/tools/ai-ml/langchaintool.mdx +++ b/docs/pt-BR/tools/ai-ml/langchaintool.mdx @@ -2,6 +2,7 @@ title: Ferramenta LangChain description: O `LangChainTool` é um wrapper para ferramentas LangChain e mecanismos de consulta. icon: link +mode: "wide" --- ## `LangChainTool` diff --git a/docs/pt-BR/tools/ai-ml/llamaindextool.mdx b/docs/pt-BR/tools/ai-ml/llamaindextool.mdx index 35d11a0d5..762aa7fe9 100644 --- a/docs/pt-BR/tools/ai-ml/llamaindextool.mdx +++ b/docs/pt-BR/tools/ai-ml/llamaindextool.mdx @@ -2,6 +2,7 @@ title: Ferramenta LlamaIndex description: A `LlamaIndexTool` é um wrapper para ferramentas e mecanismos de consulta do LlamaIndex. icon: address-book +mode: "wide" --- # `LlamaIndexTool` diff --git a/docs/pt-BR/tools/ai-ml/overview.mdx b/docs/pt-BR/tools/ai-ml/overview.mdx index 61b477402..7be1653ba 100644 --- a/docs/pt-BR/tools/ai-ml/overview.mdx +++ b/docs/pt-BR/tools/ai-ml/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Aproveite serviços de IA, gere imagens, processe visão e construa sistemas inteligentes" icon: "face-smile" +mode: "wide" --- Essas ferramentas se integram com serviços de IA e machine learning para aprimorar seus agentes com capacidades avançadas como geração de imagens, processamento de visão e execução inteligente de código. diff --git a/docs/pt-BR/tools/ai-ml/ragtool.mdx b/docs/pt-BR/tools/ai-ml/ragtool.mdx index 8f9264399..74b854d7f 100644 --- a/docs/pt-BR/tools/ai-ml/ragtool.mdx +++ b/docs/pt-BR/tools/ai-ml/ragtool.mdx @@ -2,6 +2,7 @@ title: Ferramenta RAG description: O `RagTool` é uma ferramenta dinâmica de base de conhecimento para responder perguntas usando Geração Aumentada por Recuperação. icon: vector-square +mode: "wide" --- # `RagTool` diff --git a/docs/pt-BR/tools/ai-ml/visiontool.mdx b/docs/pt-BR/tools/ai-ml/visiontool.mdx index 882b650c4..8d43da512 100644 --- a/docs/pt-BR/tools/ai-ml/visiontool.mdx +++ b/docs/pt-BR/tools/ai-ml/visiontool.mdx @@ -2,6 +2,7 @@ title: Vision Tool description: O `VisionTool` foi projetado para extrair texto de imagens. icon: eye +mode: "wide" --- # `VisionTool` diff --git a/docs/pt-BR/tools/automation/apifyactorstool.mdx b/docs/pt-BR/tools/automation/apifyactorstool.mdx index 737b2929c..01e7a49da 100644 --- a/docs/pt-BR/tools/automation/apifyactorstool.mdx +++ b/docs/pt-BR/tools/automation/apifyactorstool.mdx @@ -3,6 +3,7 @@ title: Apify Actors description: "`ApifyActorsTool` permite que você execute Apify Actors para adicionar recursos de raspagem de dados na web, coleta, extração de dados e automação web aos seus fluxos de trabalho CrewAI." # hack to use custom Apify icon icon: "); -webkit-mask-image: url('https://upload.wikimedia.org/wikipedia/commons/a/ae/Apify.svg');/*" +mode: "wide" --- # `ApifyActorsTool` diff --git a/docs/pt-BR/tools/automation/composiotool.mdx b/docs/pt-BR/tools/automation/composiotool.mdx index 2abcc3b2c..eb0db8578 100644 --- a/docs/pt-BR/tools/automation/composiotool.mdx +++ b/docs/pt-BR/tools/automation/composiotool.mdx @@ -2,6 +2,7 @@ title: Ferramenta Composio description: O Composio oferece mais de 250 ferramentas prontas para produção para agentes de IA com gerenciamento de autenticação flexível. icon: gear-code +mode: "wide" --- # `ComposioToolSet` diff --git a/docs/pt-BR/tools/automation/multiontool.mdx b/docs/pt-BR/tools/automation/multiontool.mdx index 43b46501a..42b2de32a 100644 --- a/docs/pt-BR/tools/automation/multiontool.mdx +++ b/docs/pt-BR/tools/automation/multiontool.mdx @@ -2,6 +2,7 @@ title: MultiOn Tool description: O `MultiOnTool` permite que agentes CrewAI naveguem e interajam com a web por meio de instruções em linguagem natural. icon: globe +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/automation/overview.mdx b/docs/pt-BR/tools/automation/overview.mdx index 68d3b28c0..097f9287b 100644 --- a/docs/pt-BR/tools/automation/overview.mdx +++ b/docs/pt-BR/tools/automation/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Automatize fluxos de trabalho e integre com plataformas e serviços externos" icon: "face-smile" +mode: "wide" --- Essas ferramentas permitem que seus agentes automatizem fluxos de trabalho, integrem com plataformas externas e conectem-se a diversos serviços de terceiros para funcionalidades aprimoradas. diff --git a/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx b/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx index 981499dd3..5b17b8862 100644 --- a/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx +++ b/docs/pt-BR/tools/cloud-storage/bedrockinvokeagenttool.mdx @@ -2,6 +2,7 @@ title: Ferramenta Bedrock Invoke Agent description: Permite que agentes CrewAI invoquem Amazon Bedrock Agents e aproveitem suas capacidades em seus fluxos de trabalho icon: aws +mode: "wide" --- # `BedrockInvokeAgentTool` diff --git a/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx b/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx index b8de9e900..9a2b1c042 100644 --- a/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx +++ b/docs/pt-BR/tools/cloud-storage/bedrockkbretriever.mdx @@ -2,6 +2,7 @@ title: 'Bedrock Knowledge Base Retriever' description: 'Recupere informações das Bases de Conhecimento do Amazon Bedrock usando consultas em linguagem natural' icon: aws +mode: "wide" --- # `BedrockKBRetrieverTool` diff --git a/docs/pt-BR/tools/cloud-storage/overview.mdx b/docs/pt-BR/tools/cloud-storage/overview.mdx index f98a863ad..a31603028 100644 --- a/docs/pt-BR/tools/cloud-storage/overview.mdx +++ b/docs/pt-BR/tools/cloud-storage/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Interaja com serviços em nuvem, sistemas de armazenamento e plataformas de IA baseadas em nuvem" icon: "face-smile" +mode: "wide" --- Essas ferramentas permitem que seus agentes interajam com serviços em nuvem, acessem o armazenamento em nuvem e aproveitem plataformas de IA baseadas em nuvem para operações em escala. diff --git a/docs/pt-BR/tools/cloud-storage/s3readertool.mdx b/docs/pt-BR/tools/cloud-storage/s3readertool.mdx index e2d09d6e2..ba11a45ef 100644 --- a/docs/pt-BR/tools/cloud-storage/s3readertool.mdx +++ b/docs/pt-BR/tools/cloud-storage/s3readertool.mdx @@ -2,6 +2,7 @@ title: S3 Reader Tool description: O `S3ReaderTool` permite que agentes CrewAI leiam arquivos de buckets Amazon S3. icon: aws +mode: "wide" --- # `S3ReaderTool` diff --git a/docs/pt-BR/tools/cloud-storage/s3writertool.mdx b/docs/pt-BR/tools/cloud-storage/s3writertool.mdx index 0a4d3bc9b..61ebe6526 100644 --- a/docs/pt-BR/tools/cloud-storage/s3writertool.mdx +++ b/docs/pt-BR/tools/cloud-storage/s3writertool.mdx @@ -2,6 +2,7 @@ title: Ferramenta S3 Writer description: A `S3WriterTool` permite que agentes CrewAI escrevam conteúdo em arquivos em buckets Amazon S3. icon: aws +mode: "wide" --- # `S3WriterTool` diff --git a/docs/pt-BR/tools/database-data/mysqltool.mdx b/docs/pt-BR/tools/database-data/mysqltool.mdx index 42bcd7449..88fda9f38 100644 --- a/docs/pt-BR/tools/database-data/mysqltool.mdx +++ b/docs/pt-BR/tools/database-data/mysqltool.mdx @@ -2,6 +2,7 @@ title: Busca RAG no MySQL description: O `MySQLSearchTool` foi projetado para buscar em bancos de dados MySQL e retornar os resultados mais relevantes. icon: database +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/database-data/nl2sqltool.mdx b/docs/pt-BR/tools/database-data/nl2sqltool.mdx index df61d98c0..f414ab4e2 100644 --- a/docs/pt-BR/tools/database-data/nl2sqltool.mdx +++ b/docs/pt-BR/tools/database-data/nl2sqltool.mdx @@ -2,6 +2,7 @@ title: NL2SQL Tool description: O `NL2SQLTool` foi projetado para converter linguagem natural em consultas SQL. icon: language +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/database-data/overview.mdx b/docs/pt-BR/tools/database-data/overview.mdx index 3782bddfa..f762950be 100644 --- a/docs/pt-BR/tools/database-data/overview.mdx +++ b/docs/pt-BR/tools/database-data/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Conecte-se a bancos de dados, armazenamentos vetoriais e data warehouses para acesso abrangente aos dados" icon: "face-smile" +mode: "wide" --- Essas ferramentas permitem que seus agentes interajam com diversos sistemas de banco de dados, desde bancos de dados SQL tradicionais até armazenamentos vetoriais modernos e data warehouses. diff --git a/docs/pt-BR/tools/database-data/pgsearchtool.mdx b/docs/pt-BR/tools/database-data/pgsearchtool.mdx index 5a6708f84..9fa227aaf 100644 --- a/docs/pt-BR/tools/database-data/pgsearchtool.mdx +++ b/docs/pt-BR/tools/database-data/pgsearchtool.mdx @@ -2,6 +2,7 @@ title: PG RAG Search description: O `PGSearchTool` foi desenvolvido para pesquisar bancos de dados PostgreSQL e retornar os resultados mais relevantes. icon: elephant +mode: "wide" --- ## Visão geral diff --git a/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx b/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx index ddaa9d8cf..5c56a93d0 100644 --- a/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx +++ b/docs/pt-BR/tools/database-data/qdrantvectorsearchtool.mdx @@ -2,6 +2,7 @@ title: 'Qdrant Vector Search Tool' description: 'Capacidades de busca semântica para agentes CrewAI usando o banco de dados vetorial Qdrant' icon: vector-square +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx b/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx index e3fc66396..78b6c8a8e 100644 --- a/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx +++ b/docs/pt-BR/tools/database-data/snowflakesearchtool.mdx @@ -2,6 +2,7 @@ title: Snowflake Search Tool description: O `SnowflakeSearchTool` permite que agentes CrewAI executem consultas SQL e realizem buscas semânticas em data warehouses Snowflake. icon: snowflake +mode: "wide" --- # `SnowflakeSearchTool` diff --git a/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx b/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx index afe1defd4..69901997d 100644 --- a/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx +++ b/docs/pt-BR/tools/database-data/weaviatevectorsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca Vetorial Weaviate description: O `WeaviateVectorSearchTool` foi projetado para buscar documentos semanticamente similares em um banco de dados vetorial Weaviate. icon: network-wired +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/file-document/csvsearchtool.mdx b/docs/pt-BR/tools/file-document/csvsearchtool.mdx index 55e89661a..a2ebd3af7 100644 --- a/docs/pt-BR/tools/file-document/csvsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/csvsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca RAG em CSV description: O `CSVSearchTool` é uma poderosa ferramenta RAG (Geração com Recuperação Aprimorada) projetada para buscas semânticas no conteúdo de arquivos CSV. icon: file-csv +mode: "wide" --- # `CSVSearchTool` diff --git a/docs/pt-BR/tools/file-document/directoryreadtool.mdx b/docs/pt-BR/tools/file-document/directoryreadtool.mdx index 39d6e5137..1fda3e5bd 100644 --- a/docs/pt-BR/tools/file-document/directoryreadtool.mdx +++ b/docs/pt-BR/tools/file-document/directoryreadtool.mdx @@ -2,6 +2,7 @@ title: Leitura de Diretório description: O `DirectoryReadTool` é uma poderosa utilidade projetada para fornecer uma listagem abrangente do conteúdo de diretórios. icon: folder-tree +mode: "wide" --- # `DirectoryReadTool` diff --git a/docs/pt-BR/tools/file-document/directorysearchtool.mdx b/docs/pt-BR/tools/file-document/directorysearchtool.mdx index bb60cd287..ea7153a07 100644 --- a/docs/pt-BR/tools/file-document/directorysearchtool.mdx +++ b/docs/pt-BR/tools/file-document/directorysearchtool.mdx @@ -2,6 +2,7 @@ title: Busca RAG em Diretório description: O `DirectorySearchTool` é uma poderosa ferramenta RAG (Retrieval-Augmented Generation) desenvolvida para buscas semânticas no conteúdo de um diretório. icon: address-book +mode: "wide" --- # `DirectorySearchTool` diff --git a/docs/pt-BR/tools/file-document/docxsearchtool.mdx b/docs/pt-BR/tools/file-document/docxsearchtool.mdx index 7038038d0..58d24454c 100644 --- a/docs/pt-BR/tools/file-document/docxsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/docxsearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa RAG em DOCX description: A `DOCXSearchTool` é uma ferramenta RAG projetada para busca semântica em documentos DOCX. icon: file-word +mode: "wide" --- # `DOCXSearchTool` diff --git a/docs/pt-BR/tools/file-document/filereadtool.mdx b/docs/pt-BR/tools/file-document/filereadtool.mdx index f2bf10506..914e9355e 100644 --- a/docs/pt-BR/tools/file-document/filereadtool.mdx +++ b/docs/pt-BR/tools/file-document/filereadtool.mdx @@ -2,6 +2,7 @@ title: Leitura de Arquivo description: O `FileReadTool` foi desenvolvido para ler arquivos do sistema de arquivos local. icon: folders +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/file-document/filewritetool.mdx b/docs/pt-BR/tools/file-document/filewritetool.mdx index 18f6053e8..9fddce07f 100644 --- a/docs/pt-BR/tools/file-document/filewritetool.mdx +++ b/docs/pt-BR/tools/file-document/filewritetool.mdx @@ -2,6 +2,7 @@ title: Escrita de Arquivo description: O `FileWriterTool` foi projetado para escrever conteúdo em arquivos. icon: file-pen +mode: "wide" --- # `FileWriterTool` diff --git a/docs/pt-BR/tools/file-document/jsonsearchtool.mdx b/docs/pt-BR/tools/file-document/jsonsearchtool.mdx index 290566469..11b76044b 100644 --- a/docs/pt-BR/tools/file-document/jsonsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/jsonsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca JSON RAG description: O `JSONSearchTool` foi projetado para buscar arquivos JSON e retornar os resultados mais relevantes. icon: file-code +mode: "wide" --- # `JSONSearchTool` diff --git a/docs/pt-BR/tools/file-document/mdxsearchtool.mdx b/docs/pt-BR/tools/file-document/mdxsearchtool.mdx index 10fc99d91..e7cce21e8 100644 --- a/docs/pt-BR/tools/file-document/mdxsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/mdxsearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa MDX RAG description: O `MDXSearchTool` foi projetado para pesquisar arquivos MDX e retornar os resultados mais relevantes. icon: markdown +mode: "wide" --- # `MDXSearchTool` diff --git a/docs/pt-BR/tools/file-document/overview.mdx b/docs/pt-BR/tools/file-document/overview.mdx index ba859098d..94e5665a8 100644 --- a/docs/pt-BR/tools/file-document/overview.mdx +++ b/docs/pt-BR/tools/file-document/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Leia, escreva e pesquise em diversos formatos de arquivos com as ferramentas de processamento de documentos do CrewAI" icon: "face-smile" +mode: "wide" --- Estas ferramentas permitem que seus agentes trabalhem com diversos formatos e tipos de documentos. De leitura de PDFs ao processamento de dados em JSON, essas ferramentas atendem a todas as suas necessidades de processamento de documentos. diff --git a/docs/pt-BR/tools/file-document/pdfsearchtool.mdx b/docs/pt-BR/tools/file-document/pdfsearchtool.mdx index bb03e3618..1547e7ef3 100644 --- a/docs/pt-BR/tools/file-document/pdfsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/pdfsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca RAG em PDF description: O `PDFSearchTool` é projetado para pesquisar arquivos PDF e retornar os resultados mais relevantes. icon: file-pdf +mode: "wide" --- # `PDFSearchTool` diff --git a/docs/pt-BR/tools/file-document/txtsearchtool.mdx b/docs/pt-BR/tools/file-document/txtsearchtool.mdx index 4cfad823b..cfe7c8d35 100644 --- a/docs/pt-BR/tools/file-document/txtsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/txtsearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa TXT RAG description: O `TXTSearchTool` foi projetado para realizar uma busca RAG (Geração Aumentada por Recuperação) dentro do conteúdo de um arquivo de texto. icon: file-lines +mode: "wide" --- ## Visão Geral diff --git a/docs/pt-BR/tools/file-document/xmlsearchtool.mdx b/docs/pt-BR/tools/file-document/xmlsearchtool.mdx index c4207e987..0777d354b 100644 --- a/docs/pt-BR/tools/file-document/xmlsearchtool.mdx +++ b/docs/pt-BR/tools/file-document/xmlsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca RAG em XML description: O `XMLSearchTool` foi projetado para realizar uma busca RAG (Geração Aumentada por Recuperação) dentro do conteúdo de um arquivo XML. icon: file-xml +mode: "wide" --- # `XMLSearchTool` diff --git a/docs/pt-BR/tools/overview.mdx b/docs/pt-BR/tools/overview.mdx index 4265d04c7..68004f160 100644 --- a/docs/pt-BR/tools/overview.mdx +++ b/docs/pt-BR/tools/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral das Ferramentas" description: "Descubra a vasta biblioteca do CrewAI com mais de 40 ferramentas para potencializar seus agentes de IA" icon: "toolbox" +mode: "wide" --- O CrewAI oferece uma biblioteca extensa de ferramentas pré-construídas para aprimorar as capacidades dos seus agentes. De processamento de arquivos a web scraping, consultas em bancos de dados a serviços de IA — temos tudo o que você precisa. @@ -11,7 +12,7 @@ O CrewAI oferece uma biblioteca extensa de ferramentas pré-construídas para ap @@ -64,12 +65,21 @@ O CrewAI oferece uma biblioteca extensa de ferramentas pré-construídas para ap - Automatize fluxos de trabalho com Apify, Composio e outras plataformas de integração para conectar seus agentes a serviços externos. + Automatize fluxos de trabalho com Apify, Composio e outras plataformas para conectar seus agentes a serviços externos. + + + + Integre o CrewAI com sistemas externos como Amazon Bedrock e o toolkit de Automação do CrewAI. diff --git a/docs/pt-BR/tools/search-research/bravesearchtool.mdx b/docs/pt-BR/tools/search-research/bravesearchtool.mdx index bc72518b4..98cd516c6 100644 --- a/docs/pt-BR/tools/search-research/bravesearchtool.mdx +++ b/docs/pt-BR/tools/search-research/bravesearchtool.mdx @@ -2,6 +2,7 @@ title: Brave Search description: O `BraveSearchTool` foi projetado para pesquisar na internet usando a Brave Search API. icon: searchengin +mode: "wide" --- # `BraveSearchTool` diff --git a/docs/pt-BR/tools/search-research/codedocssearchtool.mdx b/docs/pt-BR/tools/search-research/codedocssearchtool.mdx index d10a4bd28..f79555d2d 100644 --- a/docs/pt-BR/tools/search-research/codedocssearchtool.mdx +++ b/docs/pt-BR/tools/search-research/codedocssearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa com RAG em Documentação de Código description: O `CodeDocsSearchTool` é uma poderosa ferramenta RAG (Geração Aumentada por Recuperação) projetada para buscas semânticas em documentação de código. icon: code +mode: "wide" --- # `CodeDocsSearchTool` diff --git a/docs/pt-BR/tools/search-research/exasearchtool.mdx b/docs/pt-BR/tools/search-research/exasearchtool.mdx index 1bfb4e7d3..25499dd52 100644 --- a/docs/pt-BR/tools/search-research/exasearchtool.mdx +++ b/docs/pt-BR/tools/search-research/exasearchtool.mdx @@ -2,6 +2,7 @@ title: Carregador Web EXA Search description: O `EXASearchTool` foi projetado para realizar uma busca semântica para uma consulta especificada a partir do conteúdo de um texto em toda a internet. icon: globe-pointer +mode: "wide" --- # `EXASearchTool` diff --git a/docs/pt-BR/tools/search-research/githubsearchtool.mdx b/docs/pt-BR/tools/search-research/githubsearchtool.mdx index a5758db33..c8c3e68b7 100644 --- a/docs/pt-BR/tools/search-research/githubsearchtool.mdx +++ b/docs/pt-BR/tools/search-research/githubsearchtool.mdx @@ -2,6 +2,7 @@ title: Github Search description: O `GithubSearchTool` foi desenvolvido para pesquisar sites e convertê-los em markdown limpo ou dados estruturados. icon: github +mode: "wide" --- # `GithubSearchTool` diff --git a/docs/pt-BR/tools/search-research/linkupsearchtool.mdx b/docs/pt-BR/tools/search-research/linkupsearchtool.mdx index e4dee2eff..3819c8fba 100644 --- a/docs/pt-BR/tools/search-research/linkupsearchtool.mdx +++ b/docs/pt-BR/tools/search-research/linkupsearchtool.mdx @@ -2,6 +2,7 @@ title: Linkup Search Tool description: O `LinkupSearchTool` permite consultar a API do Linkup para obter informações contextuais. icon: link +mode: "wide" --- # `LinkupSearchTool` diff --git a/docs/pt-BR/tools/search-research/overview.mdx b/docs/pt-BR/tools/search-research/overview.mdx index 1883f2240..bece4353e 100644 --- a/docs/pt-BR/tools/search-research/overview.mdx +++ b/docs/pt-BR/tools/search-research/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Realize pesquisas na web, encontre repositórios e pesquise informações em toda a internet" icon: "face-smile" +mode: "wide" --- Essas ferramentas permitem que seus agentes pesquisem na web, explorem tópicos e encontrem informações em diversas plataformas, incluindo motores de busca, GitHub e YouTube. diff --git a/docs/pt-BR/tools/search-research/serperdevtool.mdx b/docs/pt-BR/tools/search-research/serperdevtool.mdx index 9ef365679..1943ef0a2 100644 --- a/docs/pt-BR/tools/search-research/serperdevtool.mdx +++ b/docs/pt-BR/tools/search-research/serperdevtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa Serper Google description: O `SerperDevTool` é projetado para pesquisar na internet e retornar os resultados mais relevantes. icon: google +mode: "wide" --- # `SerperDevTool` diff --git a/docs/pt-BR/tools/search-research/websitesearchtool.mdx b/docs/pt-BR/tools/search-research/websitesearchtool.mdx index a80217f94..be58ad1e4 100644 --- a/docs/pt-BR/tools/search-research/websitesearchtool.mdx +++ b/docs/pt-BR/tools/search-research/websitesearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa RAG em Sites description: O `WebsiteSearchTool` foi projetado para realizar uma busca RAG (Geração Aumentada por Recuperação) dentro do conteúdo de um site. icon: globe-stand +mode: "wide" --- # `WebsiteSearchTool` diff --git a/docs/pt-BR/tools/search-research/youtubechannelsearchtool.mdx b/docs/pt-BR/tools/search-research/youtubechannelsearchtool.mdx index a0750da5a..68ca99870 100644 --- a/docs/pt-BR/tools/search-research/youtubechannelsearchtool.mdx +++ b/docs/pt-BR/tools/search-research/youtubechannelsearchtool.mdx @@ -2,6 +2,7 @@ title: Busca RAG em Canal do YouTube description: O `YoutubeChannelSearchTool` foi desenvolvido para realizar buscas RAG (Retrieval-Augmented Generation) no conteúdo de um canal do Youtube. icon: youtube +mode: "wide" --- # `YoutubeChannelSearchTool` diff --git a/docs/pt-BR/tools/search-research/youtubevideosearchtool.mdx b/docs/pt-BR/tools/search-research/youtubevideosearchtool.mdx index 969d9a577..b95f74b93 100644 --- a/docs/pt-BR/tools/search-research/youtubevideosearchtool.mdx +++ b/docs/pt-BR/tools/search-research/youtubevideosearchtool.mdx @@ -2,6 +2,7 @@ title: Pesquisa RAG em Vídeos do YouTube description: O `YoutubeVideoSearchTool` foi projetado para realizar uma busca RAG (Geração Auxiliada por Recuperação) no conteúdo de um vídeo do Youtube. icon: youtube +mode: "wide" --- # `YoutubeVideoSearchTool` diff --git a/docs/pt-BR/tools/web-scraping/browserbaseloadtool.mdx b/docs/pt-BR/tools/web-scraping/browserbaseloadtool.mdx index b2c71fd8a..ef18a4647 100644 --- a/docs/pt-BR/tools/web-scraping/browserbaseloadtool.mdx +++ b/docs/pt-BR/tools/web-scraping/browserbaseloadtool.mdx @@ -2,6 +2,7 @@ title: Carregador Web Browserbase description: O Browserbase é uma plataforma para desenvolvedores para executar, gerenciar e monitorar navegadores headless de forma confiável. icon: browser +mode: "wide" --- # `BrowserbaseLoadTool` diff --git a/docs/pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool.mdx b/docs/pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool.mdx index 2d2766296..aa1f18241 100644 --- a/docs/pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool.mdx +++ b/docs/pt-BR/tools/web-scraping/firecrawlcrawlwebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Crawl Website description: O `FirecrawlCrawlWebsiteTool` foi projetado para rastrear e converter sites em markdown limpo ou dados estruturados. icon: fire-flame +mode: "wide" --- # `FirecrawlCrawlWebsiteTool` diff --git a/docs/pt-BR/tools/web-scraping/firecrawlscrapewebsitetool.mdx b/docs/pt-BR/tools/web-scraping/firecrawlscrapewebsitetool.mdx index 8728651f3..3a8f13711 100644 --- a/docs/pt-BR/tools/web-scraping/firecrawlscrapewebsitetool.mdx +++ b/docs/pt-BR/tools/web-scraping/firecrawlscrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Scrape Website description: A ferramenta `FirecrawlScrapeWebsiteTool` foi projetada para fazer scraping de sites e convertê-los em markdown limpo ou dados estruturados. icon: fire-flame +mode: "wide" --- # `FirecrawlScrapeWebsiteTool` diff --git a/docs/pt-BR/tools/web-scraping/firecrawlsearchtool.mdx b/docs/pt-BR/tools/web-scraping/firecrawlsearchtool.mdx index 91df03576..5b73ebcfb 100644 --- a/docs/pt-BR/tools/web-scraping/firecrawlsearchtool.mdx +++ b/docs/pt-BR/tools/web-scraping/firecrawlsearchtool.mdx @@ -2,6 +2,7 @@ title: Firecrawl Search description: O `FirecrawlSearchTool` foi projetado para pesquisar sites e convertê-los em markdown limpo ou dados estruturados. icon: fire-flame +mode: "wide" --- # `FirecrawlSearchTool` diff --git a/docs/pt-BR/tools/web-scraping/hyperbrowserloadtool.mdx b/docs/pt-BR/tools/web-scraping/hyperbrowserloadtool.mdx index abeacae7b..d598c35fa 100644 --- a/docs/pt-BR/tools/web-scraping/hyperbrowserloadtool.mdx +++ b/docs/pt-BR/tools/web-scraping/hyperbrowserloadtool.mdx @@ -2,6 +2,7 @@ title: Hyperbrowser Load Tool description: O `HyperbrowserLoadTool` permite realizar web scraping e crawling utilizando o Hyperbrowser. icon: globe +mode: "wide" --- # `HyperbrowserLoadTool` diff --git a/docs/pt-BR/tools/web-scraping/overview.mdx b/docs/pt-BR/tools/web-scraping/overview.mdx index a1a1d879e..0a493acaf 100644 --- a/docs/pt-BR/tools/web-scraping/overview.mdx +++ b/docs/pt-BR/tools/web-scraping/overview.mdx @@ -2,6 +2,7 @@ title: "Visão Geral" description: "Extraia dados de websites e automatize interações com o navegador utilizando poderosas ferramentas de scraping" icon: "face-smile" +mode: "wide" --- Essas ferramentas permitem que seus agentes interajam com a web, extraiam dados de websites e automatizem tarefas baseadas em navegador. De raspagem simples a automação complexa de navegador, essas ferramentas cobrem todas as suas necessidades de interação com a web. diff --git a/docs/pt-BR/tools/web-scraping/oxylabsscraperstool.mdx b/docs/pt-BR/tools/web-scraping/oxylabsscraperstool.mdx index d8f9ae442..db544984e 100644 --- a/docs/pt-BR/tools/web-scraping/oxylabsscraperstool.mdx +++ b/docs/pt-BR/tools/web-scraping/oxylabsscraperstool.mdx @@ -7,6 +7,7 @@ description: > - `Google Seach` - `Universal` icon: globe +mode: "wide" --- ## Instalação diff --git a/docs/pt-BR/tools/web-scraping/scrapeelementfromwebsitetool.mdx b/docs/pt-BR/tools/web-scraping/scrapeelementfromwebsitetool.mdx index 5b9b243e4..2e2b9b8ac 100644 --- a/docs/pt-BR/tools/web-scraping/scrapeelementfromwebsitetool.mdx +++ b/docs/pt-BR/tools/web-scraping/scrapeelementfromwebsitetool.mdx @@ -2,6 +2,7 @@ title: Ferramenta de Extração de Elementos de Website description: A `ScrapeElementFromWebsiteTool` permite que agentes CrewAI extraiam elementos específicos de websites usando seletores CSS. icon: code +mode: "wide" --- # `ScrapeElementFromWebsiteTool` diff --git a/docs/pt-BR/tools/web-scraping/scrapegraphscrapetool.mdx b/docs/pt-BR/tools/web-scraping/scrapegraphscrapetool.mdx index c5c7fc33b..79327ae49 100644 --- a/docs/pt-BR/tools/web-scraping/scrapegraphscrapetool.mdx +++ b/docs/pt-BR/tools/web-scraping/scrapegraphscrapetool.mdx @@ -2,6 +2,7 @@ title: Ferramenta de Extração Scrapegraph description: A `ScrapegraphScrapeTool` utiliza a API SmartScraper da Scrapegraph AI para extrair conteúdo de sites de forma inteligente. icon: chart-area +mode: "wide" --- # `ScrapegraphScrapeTool` diff --git a/docs/pt-BR/tools/web-scraping/scrapewebsitetool.mdx b/docs/pt-BR/tools/web-scraping/scrapewebsitetool.mdx index 237671d6a..546e771e0 100644 --- a/docs/pt-BR/tools/web-scraping/scrapewebsitetool.mdx +++ b/docs/pt-BR/tools/web-scraping/scrapewebsitetool.mdx @@ -2,6 +2,7 @@ title: Raspar Site description: O `ScrapeWebsiteTool` foi desenvolvido para extrair e ler o conteúdo de um site especificado. icon: magnifying-glass-location +mode: "wide" --- # `ScrapeWebsiteTool` diff --git a/docs/pt-BR/tools/web-scraping/scrapflyscrapetool.mdx b/docs/pt-BR/tools/web-scraping/scrapflyscrapetool.mdx index eac6539c0..5eaf95ba1 100644 --- a/docs/pt-BR/tools/web-scraping/scrapflyscrapetool.mdx +++ b/docs/pt-BR/tools/web-scraping/scrapflyscrapetool.mdx @@ -2,6 +2,7 @@ title: Ferramenta de Raspagem de Sites Scrapfly description: A `ScrapflyScrapeWebsiteTool` aproveita a API de web scraping da Scrapfly para extrair conteúdo de sites em diversos formatos. icon: spider +mode: "wide" --- # `ScrapflyScrapeWebsiteTool` diff --git a/docs/pt-BR/tools/web-scraping/seleniumscrapingtool.mdx b/docs/pt-BR/tools/web-scraping/seleniumscrapingtool.mdx index 69d37e309..2bf283482 100644 --- a/docs/pt-BR/tools/web-scraping/seleniumscrapingtool.mdx +++ b/docs/pt-BR/tools/web-scraping/seleniumscrapingtool.mdx @@ -2,6 +2,7 @@ title: Selenium Scraper description: O `SeleniumScrapingTool` foi desenvolvido para extrair e ler o conteúdo de um site específico utilizando o Selenium. icon: clipboard-user +mode: "wide" --- # `SeleniumScrapingTool` diff --git a/docs/pt-BR/tools/web-scraping/spidertool.mdx b/docs/pt-BR/tools/web-scraping/spidertool.mdx index ca7349c46..6a56725e1 100644 --- a/docs/pt-BR/tools/web-scraping/spidertool.mdx +++ b/docs/pt-BR/tools/web-scraping/spidertool.mdx @@ -2,6 +2,7 @@ title: Spider Scraper description: O `SpiderTool` foi projetado para extrair e ler o conteúdo de um site especificado usando o Spider. icon: spider-web +mode: "wide" --- # `SpiderTool` diff --git a/docs/pt-BR/tools/web-scraping/stagehandtool.mdx b/docs/pt-BR/tools/web-scraping/stagehandtool.mdx index b4b3066fa..724a85360 100644 --- a/docs/pt-BR/tools/web-scraping/stagehandtool.mdx +++ b/docs/pt-BR/tools/web-scraping/stagehandtool.mdx @@ -2,6 +2,7 @@ title: Ferramenta Stagehand description: Ferramenta de automação web que integra o Stagehand ao CrewAI para interação e automação em navegadores icon: hand +mode: "wide" --- # Visão Geral