mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 00:30:23 +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.
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"profiles": {
|
|
"AgentHost": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "https://localhost:50670;http://localhost:50673",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|