주요 콘텐츠로 건너뛰기
메가폰 아이콘

클라우드 네이티브 앱 구축하기

AI 준비됐나요? Azure를 활용해 클라우드 네이티브 앱을 구축하고 확장하는 방법을 알아보세요.

From Model to Agent: The Agent Framework Harness, Live in C#

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

From Model to Agent: The Agent Framework Harness, Live in C#

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

돌아가기

From Model to Agent: The Agent Framework Harness, Live in C#

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

  • 이 시리즈의 이벤트:
  • 4

A language model on its own can only produce text.

The harness is the runtime around it that turns it into an agent, something that plans, calls tools, remembers what it has already done, asks before it does anything risky, and keeps working until the job is finished. Microsoft Agent Framework now ships that harness for .NET with the batteries included. Over four weekly episodes we build a working agent in C#, adding one capability at a time. The running example is a personal finance assistant, the kind of CLI agent people have taken to calling a claw.

Every session is code first. We open the code editor, open Copilot, run the sample, break it on purpose, and extend it, and the slides stay to a minimum. All the samples are C# and .NET, and tons of fun.

예정 이벤트

자세한 내용을 알아보고 개별 이벤트에 등록하려면 아래 이벤트를 클릭합니다.

모든 시간 - 협정 세계시

9월

03

목요일

2026

Meet Your Claw: A Harness in Three Lines of C#

4:00 오후 - 5:00 오후 (UTC)

One call to AsHarnessAgent gives us the whole agentic loop. From there we add the first three abilities: a custom get_stock_price tool, the built-in web search for market news, and planning with a todo list plus plan and execute modes. That is enough to turn a vague request like “review my watchlist and suggest something to add” into a tracked, step-by-step plan. We wire the agent to a Microsoft Foundry chat client, run it in the shared harness console, and set up the companion repo so everyone starts on the same SDK version.

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

9월

10

목요일

2026

Working With Your Data, Safely: Files, Approvals and Memory

4:00 오후 - 5:00 오후 (UTC)

So far the agent can talk about markets but cannot touch anything of yours, and nothing stops it doing something it should not. This episode fixes both. We give it file access so it reads a real portfolio.csv and writes its reports back to disk, then put a place_trade tool behind an explicit human approval. Approving every single read gets old fast, so we add auto-approval rules for the safe calls and one custom rule that clears small trades on its own. We finish with durable memory in two forms, the files the agent curates itself and the facts Foundry extracts automatically, and watch both survive a restart.

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

9월

17

목요일

2026

Scaling the Claw: Skills, Shell, CodeAct and Background Agents

4:00 오후 - 5:00 오후 (UTC)

Four additions make the agent genuinely useful. Skills package domain knowledge such as valuation and risk scoring into files it discovers and loads only when a request calls for them, including skills managed centrally in Foundry that update with no redeploy. Shell access lets it reorganise a messy folder of trade confirmations, confined to one working directory. CodeAct gives it a sandbox where it writes and runs code to work out an answer rather than guessing at the arithmetic. Background agents let it research several tickers at once and pull the results back together.

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

9월

24

목요일

2026

Production Ready: Observability, Governance and Deployment

4:00 오후 - 5:00 오후 (UTC)

The last episode covers what you need before any of this runs somewhere real. OpenTelemetry traces and logs show exactly what the agent did on each turn. Purview handles governance and data protection. Evaluation gives us a way to tell whether quality holds as the SDK keeps moving. Then we deploy to Foundry Hosted Agents so the thing runs as a service instead of a console app. We close by walking through the full refresh-prompt workflow as a maintenance pattern worth stealing.

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

스피커

이 시리즈에 등록

Microsoft 계정으로 로그인

로그인

또는 등록할 전자 메일 주소를 입력합니다.

*

이 이벤트에 등록하면 다음을 준수하기로 동의합니다. Microsoft Reactor 행동 강령.

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.