Tag
Dotnet
50 posts filed under Dotnet.
Microsoft Agent Framework Makes Tool and File Access Approval-by-Default
Agent Framework Python 1.10.0 and .NET 1.12.0 flip skill and file access to approval-required by default — a breaking change for production MAF agents.
MAF v1 — Prompt engineering (Python + .NET)
Structure prompts around identity, grounding, task rules, role context, and YAML composition so agents stay consistent over time.
MAF v1 — Deployment with Docker and Compose
Package the agent stack with one multi-target Dockerfile, one Compose file, and a dev.sh script with health gates locally.
MAF v1 — E-commerce repo guided tour (Python + .NET)
Every MAF concept from the prior chapters, mapped to the exact file and line where it lives in the live e-commerce repo.
MAF v1 — Python ↔ .NET asymmetries: a porting reference
Compare the six Python and .NET MAF API differences you will hit when porting samples, from constructors to workflow wiring.
MAF v1 — Evaluation framework (Python + .NET)
Build an eval pipeline with golden datasets, scoring, smoke/full modes, and CI gates to catch prompt regressions before release.
MAF v1 — Workflow Visualization (Python + .NET)
Render any workflow as Mermaid (GitHub-friendly) or Graphviz DOT (production runbooks). One line each, deterministic output, dark-mode-safe palette.
MAF v1 — Production hardening (Python + .NET)
Add HTTP-layer production patterns for password reset, refresh-token rotation, reuse detection, and secret rotation in APIs.
MAF v1 — Human-in-the-Loop (Python + .NET)
Pause a workflow for human input, resume it with the same request_id, and keep the caller-side contract simple across runs.
MAF v1 — State and Checkpoints (Python + .NET)
Persist workflow state at superstep boundaries, reload snapshots in a fresh process, and continue without losing progress.
MAF v1 — Declarative Workflows (Python + .NET)
Define a workflow in YAML, load it at runtime, and tweak orchestration without recompiling the Python or .NET app safely.
MAF v1 — Handoff Orchestration (Python + .NET)
Let a Triage agent route the conversation to Math or History specialists, handle handbacks, and guard against loops in production.











