mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-06 08:30:50 +00:00

* add tests for core functionality and client/server * add remove subscription, get subscriptions * fix LOTS of bugs * add grpc tuning * adapt to latest agreed agents_worker proto changes.
10 lines
174 B
C#
10 lines
174 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Consts.cs
|
|
|
|
namespace DevTeam.Backend;
|
|
|
|
public class Consts
|
|
{
|
|
public const string TopicName = "devteam";
|
|
}
|