Editing
AI Agents and Agentic Systems
(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;">Creating</span> == Designing a production agentic system: '''1. Agent architecture selection''' <syntaxhighlight lang="text"> Task type assessment: βββ Well-defined, linear β Sequential pipeline (not really an agent) βββ Requires adaptive planning β Single ReAct agent βββ Requires multiple specializations β Multi-agent with orchestrator βββ Requires human judgment at key points β Human-in-the-loop agent </syntaxhighlight> '''2. Tool design principles''' * Tools should be idempotent where possible (safe to call multiple times) * Tools should validate inputs and return structured errors, not exceptions * Tools with side effects (write, delete, send) require explicit confirmation * Every tool call should be logged with inputs and outputs for auditability '''3. Safety architecture''' <syntaxhighlight lang="text"> Agent decides action β [Action classifier: is this action reversible?] βββ Reversible β Execute directly βββ Irreversible β [Human approval checkpoint] β [Sandboxed execution environment] β [Output validation: does result match expected schema?] β Observation returned to agent </syntaxhighlight> '''4. Observability''' * Trace every thought, action, and observation (LangSmith, Langfuse, OpenTelemetry) * Alert on: step budget exceeded, tool error rate > threshold, task failure * Store all agent traces for post-hoc analysis and fine-tuning data collection [[Category:Artificial Intelligence]] [[Category:AI Agents]] [[Category:Large Language Models]] </div>
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