Skip to content

Exercise 4 - Bonus: Test Your Agent

  1. Let's test the agent with the following multi-intent input:
    Take Note Met with Chris Post & Lauren Bailey at Omega Inc. Great discussion
    around security compliance challenges. This is a potential to position our
    Advisory Services opportunity of $1000000. Client would like to start project by
    May 19th.
    
    Also, From the past meetings, What platform is Omega considering for securing
    CI/CD pipelines?
  2. Based on this input, the agent should identify and resolve three distinct intents:
  3. Note Creation – capture the meeting content as a structured note.
  4. Opportunity Inference – recognize and prompt to create an opportunity based on potential value, service, and timing.
  5. Meeting Notes Lookup (RAG) – answer the user’s question by retrieving relevant information from past meeting notes.
  6. Let’s test this and output should look like below: ImageImage

This concludes Exercise 4.

Released under the MIT License.