Editing
Ai Agents
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Remembering</span> == * '''Agent''' β An AI system that autonomously takes actions to achieve a goal, typically using tools and iterating over multiple steps. * '''Tool''' β A function or API the agent can call to take actions in the world (web search, code execution, file read/write, database query). * '''Tool calling''' β The ability of an LLM to output structured function call specifications that an orchestrator executes. * '''Reasoning loop''' β The iterative cycle: think β act β observe β repeat until task complete. * '''ReAct (Reason + Act)''' β A prompting framework where the agent alternates between reasoning traces (Thought:) and tool calls (Action:), then processes observations (Observation:). * '''Plan-and-Execute''' β An agent pattern where a planner LLM creates a full plan, then an executor LLM carries out each step sequentially. * '''Reflection''' β The agent evaluating its own outputs and reasoning, identifying errors, and self-correcting. * '''Memory''' β Mechanisms that allow an agent to retain information across steps: in-context (short-term), external store (long-term), episodic (past interaction history). * '''Orchestrator''' β The controlling system that manages agent loops, tool execution, and multi-agent coordination. * '''Multi-agent system''' β Multiple AI agents collaborating, each with specialized roles, to complete complex tasks. * '''Sandbox''' β An isolated execution environment for running code generated by agents safely, preventing system damage. * '''Human-in-the-loop''' β A design pattern where humans approve, correct, or guide agent actions at critical decision points. * '''LangGraph''' β A framework for building stateful, multi-agent workflows as directed graphs. * '''AutoGen''' β Microsoft's multi-agent conversation framework. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information