From b51fedc2bb656d7e9e68d9d5bde0df62622ebf09 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Wed, 8 Jan 2025 13:51:34 +0530 Subject: [PATCH] Added AYA in the learning hub --- feature.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/feature.yaml b/feature.yaml index 3d61afb..12873b9 100644 --- a/feature.yaml +++ b/feature.yaml @@ -1,3 +1,23 @@ +- title: Agentic workflows with AYA (All Your Agents) + description: |- + This AMP implements A.Y.A., an agentic workflow assistant, to demonstrate how agentic workflows can help you interact with a wide and complex series of AI agents and tools. By configuring, launching or otherwise using the AMP, you acknowledge the foregoing statement and agree that Cloudera is not responsible or liable in any way for the third party software packages. + To give it a try, simply navigate to the AMP Catalog and select the new Agentic workflows with AYA (All Your Agents) AMP. + category: Feature + isNew: true + icon: announcement + tags: + - GenAI + - LLM + - Agents + - Multi Agents + - Automation + - Tools + - Prompts + - Python + - AGI + link: 'https://github.com/cloudera/CAI_AMP_AYA_All_Your_Agents' + date: '2025-01-08T00:00:00Z' + targetAudiences: ["PC", "PVC"] - title: RAG Monitoring AMP description: |- Build a monitoring dashboard over a RAG (Retrieval Augmented Generation) system. The dashboard should be able to monitor the model's performance and provide insights into the model's behavior. The AMP uses either AWS Bedrock Models or Cloudera AI Inferencing for indexing, response generation, and evaluation.