Archive

337 posts · Page 12 of 29. ← Blog

Pratik Dhanave · ·2 min read

Devui

Giving any agent a local chat window plus a live call inspector with agent_framework.devui.serve.

DevUI wraps any Foundry agent in a local chat window plus a live inspector via serve(entities=[agent]) from the separate agent-framework-devui package.

Pratik Dhanave · ·1 min read

Magentic

For open-ended tasks with no known solution path: a manager agent plans, keeps a shared ledger, and round-by-round picks which specialist acts next. Ordering is dynamic, not a fixed graph.

Magentic orchestration puts a manager agent in charge: it plans, keeps a shared ledger, and picks which specialist acts next round by round until it synthesizes an answer.

Pratik Dhanave · ·1 min read

Group Chat

A collaborative conversation among agents, coordinated by an orchestrator that decides who speaks next. Agents share full history and refine each other's work over rounds — a star topology.

Group chat coordinates several agents in a star topology: an orchestrator decides who speaks next while agents share full history and refine each other over rounds.