Skip to content

Commit

Permalink
added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrata committed Nov 7, 2024
1 parent 12e81ac commit 552867e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/03-01-ai-agent-frameworks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include::_attributes.adoc[]

AI agent frameworks provide a foundation for building systems where intelligent agents can autonomously interact, make decisions, and perform tasks within a defined environment. These frameworks are becoming essential tools for developers, enabling them to create agents capable of reasoning, learning, and adapting to complex scenarios. Agents within these frameworks often act independently or collaboratively, fulfilling roles from simple task automation to complex decision-making in real-time.

image::03/03-01-ai-agents-diagram.png[AI Agents Frameworks, scaledwidth="50%"]
image::03/03-01-ai-agents-diagram.png[AI Agents Frameworks, scaledwidth="40%"]

At a high level, AI agents can be designed to manage workflows, respond to human commands, and process vast amounts of data. They work autonomously yet are often configurable to align with specific tasks or goals. Common capabilities include data retrieval, natural language understanding, and integration with external tools or databases, allowing them to access and act on information from diverse sources. These frameworks support scalability, enabling systems to grow from handling individual tasks to managing multi-agent ecosystems in production environments.

Expand Down
2 changes: 0 additions & 2 deletions content/modules/ROOT/pages/04-03-tools-usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
include::_attributes.adoc[]
:slide:

TBD

Large language models (LLMs) are powerful for natural language understanding and response generation, but they have limitations, especially when it comes to accessing real-time information or performing specific computations. By incorporating external tools, LLMs can extend their capabilities, enabling them to retrieve up-to-date information, perform complex calculations, and interact with structured systems like databases and APIs.

image::04/04-02-tools-diagram.png[AI Agents Frameworks, scaledwidth="70%"]
Expand Down

0 comments on commit 552867e

Please sign in to comment.