Skip to content

Commit 5a158e6

Browse files
docs: simplify Secure Agent Design examples and fix edge links
Strip overbuilt Agent/Crew/Flow samples back to short snippets, and point cross-links at /edge/en/... so mint broken-links passes for the edge-only guide. Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
1 parent d148131 commit 5a158e6

4 files changed

Lines changed: 63 additions & 293 deletions

File tree

docs/edge/en/concepts/production-architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ The new run gets a fresh `state.id` (auto-generated, or `inputs["id"]` if pinned
156156

157157
## Security
158158

159-
Agents with tools can take real-world actions. Before you ship, read **[Secure Agent Design](/en/guides/agents/secure-agent-design)** — required guidance on trust boundaries, prompt injection, tool abuse, output validation, approval gates, limited delegation, and agent isolation.
159+
Agents with tools can take real-world actions. Before you ship, read **[Secure Agent Design](/edge/en/guides/agents/secure-agent-design)** — required guidance on trust boundaries, prompt injection, tool abuse, output validation, approval gates, limited delegation, and agent isolation.
160160

161161
## Summary
162162

163163
- **Start with a Flow.**
164164
- **Define a clear State.**
165165
- **Use Crews for complex tasks.**
166166
- **Deploy with an API and persistence.**
167-
- **Apply [Secure Agent Design](/en/guides/agents/secure-agent-design) controls.**
167+
- **Apply [Secure Agent Design](/edge/en/guides/agents/secure-agent-design) controls.**

docs/edge/en/guides/agents/crafting-effective-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ At the heart of CrewAI lies the agent - a specialized AI entity designed to perf
1212
This guide will help you master the art of agent design, enabling you to create specialized AI personas that collaborate effectively, think critically, and produce high-quality outputs tailored to your specific needs.
1313

1414
<Tip>
15-
Shipping to production? Pair this guide with **[Secure Agent Design](/en/guides/agents/secure-agent-design)** — required reading on trust boundaries, prompt injection, tool abuse, and approval gates.
15+
Shipping to production? Pair this guide with **[Secure Agent Design](/edge/en/guides/agents/secure-agent-design)** — required reading on trust boundaries, prompt injection, tool abuse, and approval gates.
1616
</Tip>
1717

1818
### Why Agent Design Matters

0 commit comments

Comments
 (0)