Chris Gillum
@cgillum
Followers
4K
Following
12K
Media
102
Statuses
4K
Partner Software Architect at Microsoft. Creator of Azure Durable Functions, Easy Auth, and Dapr Workflow. 日本語もOKです。
Seattle
Joined June 2008
📢 Today we launched the durable task extension for Microsoft Agent Framework! With this extension, you can host and orchestrate agents natively in Azure Durable Functions. Both .NET and Python are supported.
2
7
17
The real superpower of AI agents isn’t telling you the weather. It’s automating entire processes that rely on complex language understanding — something needed everywhere but impractical until just a few years ago.
0
0
6
I discuss this a bit more (including some implementation strategies) in a blog post I wrote earlier this year:
blog.cgillum.tech
Anthropic, one of the premier AI safety and research companies, recently posted an essay on building effective agents, where the authors…
0
0
0
There are two main approaches to multi-agent orchestration: deterministic workflows, which provide predictability and reliability (great for business process automation), and AI-directed orchestration, which offer adaptability and creative innovation. The former is good for
1
2
3
🚀The Azure Functions MCP extension is now GA, making it easier than ever to host remote MCP servers. And now you can also host MCP SDK–based servers on Functions. If you've already built these servers, just deploy as-is. Serverless, secured, and flexible.
techcommunity.microsoft.com
Model Context Protocol (MCP) servers allow AI agents to access external tools, data, and systems, greatly extending the capability and power of agents. When...
0
18
63
Check out the announcement blog post for more information:
techcommunity.microsoft.com
Today, we're thrilled to announce the public preview of the durable task extension for Microsoft Agent Framework. This extension transforms how you...
1
3
3
With this extension, you can: - expose stateful agents as HTTP or MCP endpoints - create deterministic multi-agent orchestrations - distribute agents and tool calls across thousands of nodes - visually debug agent interactions using the durable task scheduler
1
0
0
The next frontier for durable execution is data applications. Small payload limits and no scale-out compute for ingest/transform make building agentic data applications with Durable Execution cumbersome. Take an agent that scrapes https://t.co/ApJe8FFWCO daily, parses PDFs, and
@criccomini Durable execution will soon be a core computing primitive akin to the S3 bucket.
3
4
24
The team just released OpenAI Agent SDK Integration with Azure Durable Functions! Learn more about it in this blog post by Nick Greenfield:
techcommunity.microsoft.com
Picture this: Your agent authored with the OpenAI Agent SDK is halfway through analyzing 10,000 customer reviews when it hits a rate limit and dies. All that...
0
18
114
🚀 Early preview: Bring-Your-Own Remote MCP Server on Azure Functions! Keep your existing Python/Node/.NET MCP code and just host remotely on Flex Consumption plan w/ bursty, event-driven scaling, built-in security & serverless pricing. Try it now! https://t.co/MJ8AdY1o42
#MCP
techcommunity.microsoft.com
If you’ve already built Model Context Protocol (MCP) servers with the MCP SDKs and wished you could turn them into world class Remote MCP servers using a...
2
19
59
Kazuki even put together a lab! You can find the code and instructions (in English) here:
0
0
2
This is awesome: Deep research implementation in .NET using Azure OpenAI and Azure Durable Functions. Both reliable and serverless!
Durable Functions で Deep Research を実装する|Kazuki Ota https://t.co/sIqcbzckOi
#zenn
1
0
11
Learn more about the orchestration versioning feature here:
learn.microsoft.com
Learn how to use the orchestration versioning feature in Durable Functions for zero-downtime deployments involving breaking changes.
0
2
1
In addition to Durable Functions, the standalone Durable Task SDK for .NET (which can be used with the Durable Task Scheduler backend) also supports the orchestration versioning feature.
1
0
0
The orchestration versioning feature is now available for .NET isolated Durable Function apps using any of the supported storage providers, including the latest durable task scheduler.
1
0
0