diff --git a/data/howitworks/agent.yaml b/data/howitworks/agent.yaml index 0ce8271..85cd1d2 100644 --- a/data/howitworks/agent.yaml +++ b/data/howitworks/agent.yaml @@ -2,17 +2,12 @@ enabled: true id: "portfolio" title: - name: "Generative Agent Behavior and Interaction" + name: "CloudOps Agent" content: - - image: "images/memory_retrieve.png" - title: "Step 1. Memory & Retrieve" - text: "The Memory & Retrieve stage involves the process of storing and recalling relevant information essential for efficient decision-making and task execution. During this phase, the agent utilizes its memory to retain key data points, configurations, past actions, and user preferences related to cloud operations. Subsequently, when prompted to perform a task or respond to a query, the agent retrieves pertinent information from its memory banks, enabling it to provide contextually relevant and accurate recommendations or actions. This iterative cycle of memory storage and retrieval enhances the agent's ability to learn from past experiences, adapt to evolving scenarios, and effectively assist users in managing their cloud resources." - - - image: "images/reflect.png" - title: "Step 2. Reflect" - text: "The Reflect stage involves the critical process of analyzing past experiences, outcomes, and interactions to refine its decision-making and improve future performance. During this phase, the agent evaluates the effectiveness of its actions, identifies patterns, trends, and potential areas for optimization within the cloud environment. Through introspection and analysis, the agent gains insights into its own performance, as well as broader trends and challenges in cloud management. These insights inform the agent's ongoing learning and adaptation, enabling it to continually enhance its capabilities, strategies, and responses to better serve user needs and achieve desired outcomes in cloud operations." - - - image: "images/plan_reacting.png" - title: "Step 3. Plan & Reacting" - text: " The Plan & React stage encompasses strategic planning and dynamic response mechanisms to effectively address evolving circumstances within the cloud environment. During this phase, the agent formulates proactive plans based on analysis of current and anticipated conditions, considering factors such as resource usage patterns, performance metrics, and user preferences. It also establishes reactive measures to swiftly respond to unforeseen events, anomalies, or changing user requirements. By continuously evaluating and adjusting its strategies in real-time, the agent optimizes resource allocation, ensures system stability, and enhances user satisfaction. This iterative process of planning and reacting enables the AI agent to efficiently manage cloud resources, mitigate risks, and deliver seamless operational performance." \ No newline at end of file + - image: "images/how-it-works/agent_concept.png" + title: "Concept" + text: "While the basic operation of an LLM is to generate an appropriate output for the user's input prompt, the Agent is designed to perform complex and sophisticated thinking tasks. The Agent can execute detailed **planning** and **reasoning** to **accomplish** intricate goals. + + + The Agent thinks by considering the given tools and the current situation in order to perform the Task. This means that the **Agent plans and executes** for the given task. After that, the Agent prepares the necessary next action." \ No newline at end of file diff --git a/themes/up-business-theme/layouts/page/how-it-works.html b/themes/up-business-theme/layouts/page/how-it-works.html index 631011a..302cf0b 100644 --- a/themes/up-business-theme/layouts/page/how-it-works.html +++ b/themes/up-business-theme/layouts/page/how-it-works.html @@ -1,38 +1,3 @@ {{ define "main" }} -
-
- -
-
{{ with .Site.Data.howitworks.agent }}{{ partial "sections/agent.html" . }}{{ end }} {{ end }} \ No newline at end of file diff --git a/themes/up-business-theme/layouts/partials/sections/agent.html b/themes/up-business-theme/layouts/partials/sections/agent.html index df4272e..d03d102 100644 --- a/themes/up-business-theme/layouts/partials/sections/agent.html +++ b/themes/up-business-theme/layouts/partials/sections/agent.html @@ -32,7 +32,7 @@

{{ . }}

{{ end }} {{ with .text }} -

{{ . }}

+

{{ . | markdownify }}

{{ end }}
{{ range .buttons }}