Add the Plan Agentic AI Pattern
AI agents can use different thinking patterns for reasoning. Before you can create an AI agent, you need to create the thinking pattern the AI agent will use. With the Plan pattern, the AI agent does not use any tools. The Plan pattern is used to implement Plan & Execute with multiple AI agents.
For OpenAI, Anthropic, or Azure as the LLM, use the Plan pattern. For OCI Generative AI, use the Plan for OCI GenAI pattern.