AzureAI.Community.Microsoft.Agent.EchoAgent.nuspec 1.0.0

dotnet new install AzureAI.Community.Microsoft.Agent.EchoAgent.nuspec::1.0.0                
This package contains a .NET Template Package you can call from the shell/command line.

EchoAgents

Microsft Agent SDK Echo sample.

This Echo Agent has been created using Microsft Agent SDK, it shows how to create a simple Agent that accepts input from the user and echoes it back.

Prerequisites

  • .NET SDK version 9.0

    # determine dotnet version
    dotnet --version
    

To try this sample

  • In a terminal, navigate to EchoAgents

    # change into project folder
    cd # EchoAgents
    
  • Run the Agent from a terminal or from Visual Studio, choose option A or B.

    1. From a terminal
    # run the Agent
    dotnet run
    
    1. Or from Visual Studio
    • Launch Visual Studio
    • File → Open → Project/Solution
    • Navigate to EchoAgents folder
    • Select EchoAgents.csproj file
    • Press F5 to run the project

Testing the Agent using Microsft Agent SDK Emulator

Microsft Agent SDK Emulator is a desktop application that allows Agent developers to test and debug their Agents on localhost or running remotely through a tunnel.

  • Install the Microsft Agent SDK Emulator version 4.5.0 or greater from here

Connect to the Agent using Microsft Agent SDK Emulator

  • Launch Microsft Agent SDK Emulator
  • File → Open Agent
  • Enter a Agent URL of http://localhost:3978/api/messages

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 62 1/29/2025