Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Explore BeeAI through hands-on workshops that demonstrate how BeeAI's integrated
|:---------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
| [Introduction to the BeeAI Framework](introduction_beeai_framework/overview/README.md) | Master the fundamental components of the BeeAI Framework by building a Conference Prep Agent. |
| [Company Analysis Agent with the BeeAI Framework](beeai_fw__tavily_redis/overview/README.md) | Build a Corporate Analysis Agent using a Tavily MCP server for internet search capabilities and Redis for RAG |
| [Middleware for content safety, llm as judge, and more on emitted events](middleware/README.md) | Hook into agent emitted events to run prompt injection checks, content safety, and more. |
| [Middleware for prompt injection attacks, invisible text, and secrets detection](middleware/README.md) | Hook into agent emitted events to intercept, modify, validate, or route agent requests. |
| [Kitchen-Aide - A fun example!](kitchen-aide/README.md) | Learn how to work with conditional requirements while exploring this fun example that solves the "what do I make for dinner" question! |
| [Exploring Reasoning Patterns](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. |

Expand Down
Loading
Loading