From 72074cb9a82b29c7edc27169ab3fd1ce1a8d6280 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 07:56:13 -0800 Subject: [PATCH 1/7] Added the new workshops to the workshop page Signed-off-by: Sandi Besen --- README.md | 7 +++++-- docs/README.md | 29 ++++++++++++++++------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 21980ad..be0bdd6 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ Each workshop comes with its own presentation materials to guide you through the | Workshop | |----------------------------------------------------------------------| | Introduction to the BeeAI Framework | -| Introduction to ACP and BeeAI β€” *Update coming soon* | | Company Analysis Agent with the BeeAI Framework + Tavily + Redis | -| *Additional workshops coming soon!* | +| Middelware for content safety, llm as judge, and more on emmitted events | +| Kitchen-Aide - A fun example! | +| Exploring Reasoning Patterns | + + ## Need Help? πŸ†˜ diff --git a/docs/README.md b/docs/README.md index 7409470..899151f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,34 +14,38 @@ 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 | -| *Additional workshops coming soon!* | - | +| [Middelware for content safety, llm as judge, and more on emmitted events](middleware/README.md) | Hook into agent emmitted events to run prompt injection checks, content safety, and more. | +| [Kitchen-Aide - A fun example!](kitchen-aide/README.md) | Want to figure out how to effective use what's in your kitchen? Kitchen-Aide can help you find the best combinations with your recipes or new recipes! | +| [Exploring Reasoning Patterns ](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. | + -## The BeeAI Ecosystem -BeeAI is a comprehensive platform for building, deploying, and managing multi-agent AI systems. Whether you're a developer creating sophisticated agent workflows or a business user leveraging shared agents, BeeAI provides the tools and infrastructure to make AI agents more accessible, interoperable, and production-ready. +## The BeeAI Ecosystem -BeeAI consists of two integrated components that work together to streamline the entire agent life cycle: +BeeAI Framework and Agent Stack platform are a series of Linux Foundation projects advancing AI agents. In the BeeAI Framework you can build reliable, intelligent agents with our lightweight framework that goes beyond prompting and enforces rules. The Agent Stack Platform allows you to deploy and share agents with open infrastructure, free from framework or vendor lock-in. Both projects are complimentary, but not dependent. -### 1. **Build** with the BeeAI Framework +### **Build** with the BeeAI Framework Build multi-agent systems leveraging agents from any framework that meet your requirements. #### For Developers - Build multi-agent systems that meet custom requirements while leveraging production-grade, out-of-the-box components -- Run and test custom agents in a consistent development environment -- Leverage templates and examples to accelerate development +- Preserve your agent's reasoning abilities while enforcing deterministic rules instead of suggesting behavior. +- Integrate with your existing stack in minutes with native OpenTelemetry support for auditing and monitoring. +- Build MCP-compatible components, equip agents with MCP tools, and interoperate with any MCP or A2A agent. + -### 2. **Configure, Deploy, Run, Share, and Govern** in the BeeAI Platform +### 2. **Configure, Deploy, Run, Share, and Govern** in the Agent Stack Platform Make your agents easy to share and run with others no matter what agent framework they were built on! #### For Developers -- Configure agents to leverage ready-made UIs provided by the platform -- Specify recommended models for optimal agent performance -- Easily observe agent performance with real end users -- Maintain visibility into agent usage and behavior through comprehensive telemetry, access controls, and audit trails +- Run agents from LangChain, CrewAI, BeeAI and more on a single platform. Enable cross-framework collaboration without rewriting your code. +- Generate a shareable front-end from your code in minutes. Focus on your agent's logic, not UI frameworks. +- Go from container to production-ready. We handle database, storage, scaling, and RAG so you can focus on your agent. +- Test across OpenAI, Anthropic, Gemini, IBM watsonx, Ollama and more. Instantly compare performance and cost to find the optimal model. - Locally run your agents with a UI or self host the platform to enable a hosted experience for your users #### For Business Users @@ -52,7 +56,6 @@ Make your agents easy to share and run with others no matter what agent framewor ## Finished with the Workshops and Ready to Take It to the Next Level? - Check out our documentation for the [BeeAI Framework](https://github.com/i-am-bee/beeai-framework) and [BeeAI Platform](https://docs.beeai.dev/introduction/welcome) -- Dive into the example repos for the [BeeAI Framework](https://github.com/i-am-bee/beeai-framework) and [BeeAI Platform](https://github.com/i-am-bee/beeai-platform) - Stuck? Join our [Discord](https://discord.com/invite/NradeA6ZNF) server for quick troubleshooting ## Ready to Contribute? From 35b374bf337098ee13bb76e72014376eb2bbd810 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 10:26:13 -0800 Subject: [PATCH 2/7] fixed lint and spelling error Signed-off-by: Sandi Besen --- docs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 899151f..5ea6d09 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,11 +13,10 @@ Explore BeeAI through hands-on workshops that demonstrate how BeeAI's integrated | Workshop | Description | |:---------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------| | [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 | -| [Middelware for content safety, llm as judge, and more on emmitted events](middleware/README.md) | Hook into agent emmitted events to run prompt injection checks, content safety, and more. | +| [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 emmitted events to run prompt injection checks, content safety, and more. | | [Kitchen-Aide - A fun example!](kitchen-aide/README.md) | Want to figure out how to effective use what's in your kitchen? Kitchen-Aide can help you find the best combinations with your recipes or new recipes! | -| [Exploring Reasoning Patterns ](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. | - +| [Exploring Reasoning Patterns](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. | ## The BeeAI Ecosystem From de665f7a8f8d03b924df26e35b2967440393db33 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 10:46:18 -0800 Subject: [PATCH 3/7] new files for kitchen contents Signed-off-by: Sandi Besen --- .../kitchen-contents/freezer_contents.md | 21 ++++++++ .../kitchen-contents/fridge_contents.md | 33 ++++++++++++ kitchen-aide/kitchen-contents/my_recipes.md | 52 +++++++++++++++++++ .../kitchen-contents/pantry_contents.md | 29 +++++++++++ 4 files changed, 135 insertions(+) create mode 100644 kitchen-aide/kitchen-contents/freezer_contents.md create mode 100644 kitchen-aide/kitchen-contents/fridge_contents.md create mode 100644 kitchen-aide/kitchen-contents/my_recipes.md create mode 100644 kitchen-aide/kitchen-contents/pantry_contents.md diff --git a/kitchen-aide/kitchen-contents/freezer_contents.md b/kitchen-aide/kitchen-contents/freezer_contents.md new file mode 100644 index 0000000..0a503d6 --- /dev/null +++ b/kitchen-aide/kitchen-contents/freezer_contents.md @@ -0,0 +1,21 @@ +# Freezer Contents + +## Food Item +**Item** Blueberries +**Expiration Date** None + +## Food Item +**Item** Spinich +**Expiration Date** None + +## Food Item +**Item** Ravioli +**Expiration Date** None + +## Food Item +**Item** Italian Sauseage +**Expiration Date** None + +## Food Item +**Item** Pesto +**Expiration Date** None diff --git a/kitchen-aide/kitchen-contents/fridge_contents.md b/kitchen-aide/kitchen-contents/fridge_contents.md new file mode 100644 index 0000000..616aaf8 --- /dev/null +++ b/kitchen-aide/kitchen-contents/fridge_contents.md @@ -0,0 +1,33 @@ +# Fridge Contents + +## Food Item +**item** Eggs +**expiration date** None + +## Food Item +**item** Milk +**expiration date** None + +## Food Item +**item** Bacon +**expiration date** None + +## Food Item +**item** Carrots +**expiration date** None + +## Food Item +**item** Mozzarella Cheese +**expiration date** None + +## Food Item +**item** Cream Cheese +**expiration date** None + +# Food Item +**item** Ground Beef +**expiration date** None + +# Food Item +**item** Onions +**expiration date** None \ No newline at end of file diff --git a/kitchen-aide/kitchen-contents/my_recipes.md b/kitchen-aide/kitchen-contents/my_recipes.md new file mode 100644 index 0000000..4eea121 --- /dev/null +++ b/kitchen-aide/kitchen-contents/my_recipes.md @@ -0,0 +1,52 @@ +# My Recipes + +## Spinach & Sausage Ravioli + +**Servings:** 4 +**Total Time:** 20 minutes +**Tags:** Italian, Dinner, Quick + +### Ingredients +- 12 oz frozen ravioli +- 1 lb Italian sausage, sliced +- 2 cups spinach +- 1/2 cup cream or cream cheese +- Salt & pepper, to taste + +### Instructions +1. Brown the sausage in a skillet. +2. Add ravioli and a splash of water; cover until cooked. +3. Stir in spinach and cream until combined. +4. Season and serve warm. + + +## Neapolitan Margherita Pizza + +**Servings:** 2 (two 10–12\" pies) +**Total Time: 9 hours +**Tags:** Italian, Pizza", Neapolitan, DInner + +### Ingredients + +#### Dough +- 300 g Tipo 00 flour (Caputo preferred) +- 195 g water (65% hydration) +- 6 g salt +- 0.2–1 g fresh yeast (or 1/8 tsp active dry yeast) +#### Sauce +- 200 g canned San Marzano tomatoes (crushed by hand) +- Pinch of salt +#### Toppings +- 150 g fresh mozzarella (fior di latte or bufala), torn into pieces +- Fresh basil leaves +- Extra virgin olive oil + +### Instructions +1. **Make dough**: Mix flour and salt. Dissolve yeast in water, then combine. Mix until dough forms. +2. **Knead**: Knead 8–10 minutes until smooth and elastic. +3. **Bulk rise**: Cover and proof 2 hours at room temp. +4. **Ball and ferment**: Divide into 2 dough balls; cold ferment 6–22 hours. +5. **Preheat oven**: Heat pizza oven/stone to 900Β°F (480Β°C) or hottest possible. +6. **Shape**: Press dough into rounds β€” stretch by hand, don’t use a rolling pin. +7. **Assemble**: Spread tomatoes lightly, add mozzarella, basil, and a drizzle of olive oil. +8. **Bake**: Cook 90–120 seconds, rotating frequently until cornicione is blistered. diff --git a/kitchen-aide/kitchen-contents/pantry_contents.md b/kitchen-aide/kitchen-contents/pantry_contents.md new file mode 100644 index 0000000..5b43f28 --- /dev/null +++ b/kitchen-aide/kitchen-contents/pantry_contents.md @@ -0,0 +1,29 @@ +# Pantry Contents + +## Food Item +**Item** Flour +**Expiration Date** None + +## Food Item +**Item** Tomato Sauce +**Expiration Date** None + +## Food Item +**Item** Canned Olives +**Expiration Date** None** + +## Food Item +**Item** Salt +**Expiration Date** None** + +## Food Item +**Item** Pepper +**Expiration Date** None** + +## Food Item +**Item** Bread Crumbs +**Expiration Date** None** + +## Food Item +**Item** Pasta Sauce +**Expiration Date** None** \ No newline at end of file From 6bcfe07cef2b24c3957b33723d4e3ff8cfdd9656 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 10:54:11 -0800 Subject: [PATCH 4/7] ignoring lint issues for kitchen contents Signed-off-by: Sandi Besen --- .markdownlint-cli2.yaml | 2 ++ .../kitchen-contents/freezer_contents.md | 10 +++--- .../kitchen-contents/fridge_contents.md | 36 +++++++++---------- kitchen-aide/kitchen-contents/my_recipes.md | 17 ++++++--- .../kitchen-contents/pantry_contents.md | 24 ++++++------- 5 files changed, 49 insertions(+), 40 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 35202ab..4792f49 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -26,3 +26,5 @@ ignores: - "tests/**" - "venv/**" - ".github/ISSUE_TEMPLATE/**" + - "kitchen-aide/kitchen-contents/*.md" + diff --git a/kitchen-aide/kitchen-contents/freezer_contents.md b/kitchen-aide/kitchen-contents/freezer_contents.md index 0a503d6..aed6aa9 100644 --- a/kitchen-aide/kitchen-contents/freezer_contents.md +++ b/kitchen-aide/kitchen-contents/freezer_contents.md @@ -1,21 +1,21 @@ # Freezer Contents ## Food Item -**Item** Blueberries +**Item** Blueberries **Expiration Date** None ## Food Item -**Item** Spinich +**Item** Spinach **Expiration Date** None ## Food Item -**Item** Ravioli +**Item** Ravioli **Expiration Date** None ## Food Item -**Item** Italian Sauseage +**Item** Italian Sausage **Expiration Date** None ## Food Item -**Item** Pesto +**Item** Pesto **Expiration Date** None diff --git a/kitchen-aide/kitchen-contents/fridge_contents.md b/kitchen-aide/kitchen-contents/fridge_contents.md index 616aaf8..c3306b9 100644 --- a/kitchen-aide/kitchen-contents/fridge_contents.md +++ b/kitchen-aide/kitchen-contents/fridge_contents.md @@ -1,33 +1,33 @@ # Fridge Contents ## Food Item -**item** Eggs -**expiration date** None +**Item** Eggs +**Expiration Date** None ## Food Item -**item** Milk -**expiration date** None +**Item** Milk +**Expiration Date** None ## Food Item -**item** Bacon -**expiration date** None +**Item** Bacon +**Expiration Date** None ## Food Item -**item** Carrots -**expiration date** None +**Item** Carrots +**Expiration Date** None ## Food Item -**item** Mozzarella Cheese -**expiration date** None +**Item** Mozzarella Cheese +**Expiration Date** None ## Food Item -**item** Cream Cheese -**expiration date** None +**Item** Cream Cheese +**Expiration Date** None -# Food Item -**item** Ground Beef -**expiration date** None +## Food Item +**Item** Ground Beef +**Expiration Date** None -# Food Item -**item** Onions -**expiration date** None \ No newline at end of file +## Food Item +**Item** Onions +**Expiration Date** None \ No newline at end of file diff --git a/kitchen-aide/kitchen-contents/my_recipes.md b/kitchen-aide/kitchen-contents/my_recipes.md index 4eea121..83dfcdf 100644 --- a/kitchen-aide/kitchen-contents/my_recipes.md +++ b/kitchen-aide/kitchen-contents/my_recipes.md @@ -7,6 +7,7 @@ **Tags:** Italian, Dinner, Quick ### Ingredients + - 12 oz frozen ravioli - 1 lb Italian sausage, sliced - 2 cups spinach @@ -14,34 +15,40 @@ - Salt & pepper, to taste ### Instructions + 1. Brown the sausage in a skillet. 2. Add ravioli and a splash of water; cover until cooked. 3. Stir in spinach and cream until combined. 4. Season and serve warm. - ## Neapolitan Margherita Pizza -**Servings:** 2 (two 10–12\" pies) -**Total Time: 9 hours -**Tags:** Italian, Pizza", Neapolitan, DInner +**Servings:** 2 (two 10–12" pies) +**Total Time:** 9 hours +**Tags:** Italian, Pizza, Neapolitan, Dinner ### Ingredients #### Dough + - 300 g Tipo 00 flour (Caputo preferred) - 195 g water (65% hydration) - 6 g salt - 0.2–1 g fresh yeast (or 1/8 tsp active dry yeast) + #### Sauce + - 200 g canned San Marzano tomatoes (crushed by hand) - Pinch of salt + #### Toppings + - 150 g fresh mozzarella (fior di latte or bufala), torn into pieces - Fresh basil leaves - Extra virgin olive oil ### Instructions + 1. **Make dough**: Mix flour and salt. Dissolve yeast in water, then combine. Mix until dough forms. 2. **Knead**: Knead 8–10 minutes until smooth and elastic. 3. **Bulk rise**: Cover and proof 2 hours at room temp. @@ -49,4 +56,4 @@ 5. **Preheat oven**: Heat pizza oven/stone to 900Β°F (480Β°C) or hottest possible. 6. **Shape**: Press dough into rounds β€” stretch by hand, don’t use a rolling pin. 7. **Assemble**: Spread tomatoes lightly, add mozzarella, basil, and a drizzle of olive oil. -8. **Bake**: Cook 90–120 seconds, rotating frequently until cornicione is blistered. +8. **Bake**: Cook 90–120 seconds, rotating frequently until cornicione is blistered. \ No newline at end of file diff --git a/kitchen-aide/kitchen-contents/pantry_contents.md b/kitchen-aide/kitchen-contents/pantry_contents.md index 5b43f28..46e04ab 100644 --- a/kitchen-aide/kitchen-contents/pantry_contents.md +++ b/kitchen-aide/kitchen-contents/pantry_contents.md @@ -1,29 +1,29 @@ # Pantry Contents ## Food Item -**Item** Flour +**Item** Flour **Expiration Date** None ## Food Item -**Item** Tomato Sauce +**Item** Tomato Sauce **Expiration Date** None ## Food Item -**Item** Canned Olives -**Expiration Date** None** +**Item** Canned Olives +**Expiration Date** None ## Food Item -**Item** Salt -**Expiration Date** None** +**Item** Salt +**Expiration Date** None ## Food Item -**Item** Pepper -**Expiration Date** None** +**Item** Pepper +**Expiration Date** None ## Food Item -**Item** Bread Crumbs -**Expiration Date** None** +**Item** Bread Crumbs +**Expiration Date** None ## Food Item -**Item** Pasta Sauce -**Expiration Date** None** \ No newline at end of file +**Item** Pasta Sauce +**Expiration Date** None \ No newline at end of file From e14c2ab3e3db7ef81065f7240b70ff8b6b34f9b4 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 10:57:20 -0800 Subject: [PATCH 5/7] lint issues Signed-off-by: Sandi Besen --- README.md | 4 +--- docs/README.md | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index be0bdd6..0d5aac1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ready to dive into BeeAI? We've got you covered! Visit our comprehensive worksho Each workshop comes with its own presentation materials to guide you through the learning process. Select the workshop you're interested in from the table below: -| Workshop | +| Workshops | |----------------------------------------------------------------------| | Introduction to the BeeAI Framework | | Company Analysis Agent with the BeeAI Framework + Tavily + Redis | @@ -20,8 +20,6 @@ Each workshop comes with its own presentation materials to guide you through the | Kitchen-Aide - A fun example! | | Exploring Reasoning Patterns | - - ## Need Help? πŸ†˜ Running into issues? We're here to help! If you encounter any problems while working through the workshops, please don't hesitate to reach out. diff --git a/docs/README.md b/docs/README.md index 5ea6d09..b0f05fb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,6 @@ Explore BeeAI through hands-on workshops that demonstrate how BeeAI's integrated | [Kitchen-Aide - A fun example!](kitchen-aide/README.md) | Want to figure out how to effective use what's in your kitchen? Kitchen-Aide can help you find the best combinations with your recipes or new recipes! | | [Exploring Reasoning Patterns](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. | - ## The BeeAI Ecosystem BeeAI Framework and Agent Stack platform are a series of Linux Foundation projects advancing AI agents. In the BeeAI Framework you can build reliable, intelligent agents with our lightweight framework that goes beyond prompting and enforces rules. The Agent Stack Platform allows you to deploy and share agents with open infrastructure, free from framework or vendor lock-in. Both projects are complimentary, but not dependent. @@ -34,7 +33,6 @@ Build multi-agent systems leveraging agents from any framework that meet your re - Integrate with your existing stack in minutes with native OpenTelemetry support for auditing and monitoring. - Build MCP-compatible components, equip agents with MCP tools, and interoperate with any MCP or A2A agent. - ### 2. **Configure, Deploy, Run, Share, and Govern** in the Agent Stack Platform Make your agents easy to share and run with others no matter what agent framework they were built on! From ef27034666424cd6aa330cb02a170142b1686296 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 11:03:41 -0800 Subject: [PATCH 6/7] ignore spelling for kitchen-aide Signed-off-by: Sandi Besen --- .spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spellcheck.yml b/.spellcheck.yml index 1bf8a1c..ecc6eae 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -6,7 +6,7 @@ matrix: camel-case: true mode: markdown sources: - - "**/*.md|!REVIEWERS.md|!build/**|!.tox/**|!venv/**|!beeai_fw_tavily_redis/example_docs/**|!docs/resources/**" + - "**/*.md|!kitchen-aide/**|!REVIEWERS.md|!build/**|!.tox/**|!venv/**|!beeai_fw_tavily_redis/example_docs/**|!docs/resources/**" dictionary: wordlists: - .spellcheck-en-custom.txt From 49ddfa6fd1a7189290b46010959cddc7a295c573 Mon Sep 17 00:00:00 2001 From: Sandi Besen Date: Tue, 25 Nov 2025 11:06:49 -0800 Subject: [PATCH 7/7] custom spell check Signed-off-by: Sandi Besen --- .spellcheck-en-custom.txt | 1 + README.md | 2 +- docs/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.spellcheck-en-custom.txt b/.spellcheck-en-custom.txt index 5db94eb..35a771e 100644 --- a/.spellcheck-en-custom.txt +++ b/.spellcheck-en-custom.txt @@ -131,3 +131,4 @@ WSL Vectorization venv Zhao +Middleware diff --git a/README.md b/README.md index 0d5aac1..7c76d07 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Each workshop comes with its own presentation materials to guide you through the |----------------------------------------------------------------------| | Introduction to the BeeAI Framework | | Company Analysis Agent with the BeeAI Framework + Tavily + Redis | -| Middelware for content safety, llm as judge, and more on emmitted events | +| Middleware for content safety, llm as judge, and more on emitted events | | Kitchen-Aide - A fun example! | | Exploring Reasoning Patterns | diff --git a/docs/README.md b/docs/README.md index b0f05fb..c32df14 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 emmitted events to run prompt injection checks, content safety, and more. | +| [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. | | [Kitchen-Aide - A fun example!](kitchen-aide/README.md) | Want to figure out how to effective use what's in your kitchen? Kitchen-Aide can help you find the best combinations with your recipes or new recipes! | | [Exploring Reasoning Patterns](reasoning-patterns/README.md) | Understand how to enable reasoning patterns like re-act, planning, etc. |