From Classical Logic to Agentic AI
Agent development frameworks provide SDKs and managed services for defining, running, and deploying agent applications.
Agent Development Frameworks is presented here as an architecture concept inside an LLM-maintained Obsidian wiki, not as an isolated glossary definition. Agent development frameworks provide SDKs and managed services for defining, running, and deploying agent applications. The article introduces the concept by explaining what role it plays in an AI system, which neighboring layers it influences, and how a reader should recognize the concept when evaluating a real implementation.
The key terms for this page are agent, frameworks, agents, development, orchestration, framework, and they point to the decisions the reader will usually need to make: where the boundary sits, what data or control flow passes through it, what has to be measured, and which failure modes should be made visible before a team scales the pattern. The goal of the introduction is to give readers a grounded mental model before they move into implementation context, reference patterns, and related wiki pages.
Agent development frameworks are SDKs and managed services for building programmatic AI agents.
OpenAI Agents SDK, LangChain Agents, PydanticAI, Semantic Kernel, Google ADK, AWS Bedrock Agents, and Azure AI Foundry Agent Service are seed examples.
For the Agent Development Frameworks concept page, practical implementation means using an agent framework scorecard to turn abstract vocabulary into architecture decisions. The page should help readers understand the system boundary, the implementation decision it influences, and the proof point that makes the concept useful in a real LLM system.
Implementation note: keep this agent framework scorecard focused on tool adapters, agent loop, and test harness so readers can use it when deciding which framework should host the agent workflow.
For the Agent Development Frameworks concept page, the reference pattern is an agent framework scorecard. The page should define the boundary of Agent Development Frameworks, show the implementation decision it supports, and give readers a concrete proof point: one representative agent task runs with tracing and failure handling.
---
title: Agent Development Frameworks
category: concept
tags: [ai-ecosystem, architecture]
sources: [_raw/agent-development-frameworks-notes.md]
---
## Concept Boundary
- Primary concern: tool adapters
- Neighboring layer: agent loop
- Operational risk: test harness
## Signals To Track
- SDK fit
- observability hook
- deployment pattern
A real workflow is prototype tool call, run evaluation, and record trade-off. After those notes are promoted, $cross-linker should connect this concept to the inventories, entities, or synthesis pages where the concept becomes an implementation decision.
Agent Development Frameworks concept page should operate as an agent framework scorecard. Its boundary should be reviewed against tool adapters, agent loop, and test harness so later inventories and synthesis pages do not inherit vague architecture language.
Operational review should look for SDK fit, observability hook, and deployment pattern. Those signals show whether the concept is connected to implementation reality or only described as vocabulary.
The concept is useful when a reader can prototype tool call, run evaluation, and record trade-off. The proof point is that one representative agent task runs with tracing and failure handling.
Review this page whenever source material changes, linked pages are promoted, or a reader would make a different decision because of new information. The review should check content accuracy, link integrity, and whether the operational proof still matches the current LLM Wiki graph.
A reader should be able to use Agent Development Frameworks as shared vocabulary for deciding which framework should host the agent workflow.
Use it as shared architecture vocabulary. The page should clarify the concept boundary, then link to inventories, entities, and synthesis pages where agent, frameworks, agents become implementation choices.
It becomes operational when readers can identify inputs, outputs, adjacent layers, risks, and validation signals that affect a real AI system design.
Update it when new source material changes the concept boundary, introduces a related tool category, or reveals a repeated decision pattern worth linking across the vault.
Agent Development Frameworks is useful when the reader can connect the concept to a concrete system boundary. The page should help them understand where the concept fits, which adjacent layers it influences, and why terms such as agent, frameworks, agents, development matter when a team moves from notes to implementation decisions.
The best next step is to follow the related links into inventories, entities, or synthesis pages that apply the concept in practice. In an LLM Wiki, a concept page is not the final answer; it is the stable vocabulary that makes later tool comparisons and architecture choices easier to reason about.