mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 10:26:25 +00:00
docs: rewrite Secure Agent Design in plain reference style
Rewrite the guide in short factual prose aligned with actual CrewAI behavior: kickoff vs Task/Crew controls, Agent.guardrail kickoff-only, global CrewBase hooks, tool HookAborted scope, fail-open hooks, and memory fallback. Add ar/ko/pt-BR pages and nav entries. Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
@@ -12141,7 +12141,8 @@
|
||||
"group": "Agentes",
|
||||
"icon": "user",
|
||||
"pages": [
|
||||
"edge/pt-BR/guides/agents/crafting-effective-agents"
|
||||
"edge/pt-BR/guides/agents/crafting-effective-agents",
|
||||
"edge/pt-BR/guides/agents/secure-agent-design"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -23419,7 +23420,8 @@
|
||||
"group": "에이전트 (Agents)",
|
||||
"icon": "user",
|
||||
"pages": [
|
||||
"edge/ko/guides/agents/crafting-effective-agents"
|
||||
"edge/ko/guides/agents/crafting-effective-agents",
|
||||
"edge/ko/guides/agents/secure-agent-design"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -35081,7 +35083,8 @@
|
||||
"group": "الوكلاء",
|
||||
"icon": "user",
|
||||
"pages": [
|
||||
"edge/ar/guides/agents/crafting-effective-agents"
|
||||
"edge/ar/guides/agents/crafting-effective-agents",
|
||||
"edge/ar/guides/agents/secure-agent-design"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user