Skip to main content

AgenticAI

When Agents Attack: Inside PyRIT’s Multi-Agent Orchestrator
·2601 words·13 mins· loading · loading
AgenticAI Automation Redteaming LLM Python Cybersecurity AI Pentest
TLDR: This post shows how PyRIT’s executor enables practical multi-agent LLM red teaming by letting one model actively attack another. Using a local Ollama setup, I focus on the Multi-Turn strategy .
Microsoft Agent Framework : Workflows
·2019 words·10 mins· loading · loading
LLM AgenticAI Python Workflows Automation AI
TLDR: Introduces Microsoft Agent Framework (Python/.NET) and focuses on workflow orchestration. Covers agent orchestration without workflows, the motivation for explicit workflows, building blocks of workflows (executors, edges), integration with Dev UI, and how MCP tools can be part of workflows.