[.Net] Add a generic IHandle
interface so AgentRuntime doesn't need to deal with typed handler
#4081
Annotations
10 errors
Build:
dotnet/src/Microsoft.AutoGen/Agents/Agents/AIAgent/InferenceAgent.cs#L11
The type or namespace name 'IAgentContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentContext.cs#L10
'AgentContext' does not implement interface member 'IAgentContext.Read(AgentId)'
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentContext.cs#L10
'AgentContext' does not implement interface member 'IAgentContext.SendRequestAsync(IAgentBase, RpcRequest)'
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentContext.cs#L10
'AgentContext' does not implement interface member 'IAgentContext.AgentId'. 'AgentContext.AgentId' cannot implement 'IAgentContext.AgentId' because it does not have the matching return type of 'AgentId'.
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentContext.cs#L10
'AgentContext' does not implement interface member 'IAgentContext.AgentInstance'. 'AgentContext.AgentInstance' cannot implement 'IAgentContext.AgentInstance' because it does not have the matching return type of 'IAgentBase'.
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentBase.cs#L14
'AgentBase' does not implement interface member 'IAgentBase.Read<T>(AgentId)'
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/AgentBase.cs#L14
'AgentBase' does not implement interface member 'IAgentBase.AgentId'. 'AgentBase.AgentId' cannot implement 'IAgentBase.AgentId' because it does not have the matching return type of 'AgentId'.
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/Agents/AIAgent/SKAiAgent.cs#L17
The type or namespace name 'IAgentContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/GrpcAgentWorkerRuntime.cs#L16
'GrpcAgentWorkerRuntime' does not implement interface member 'IAgentWorkerRuntime.Read(AgentId)'
|
Build:
dotnet/src/Microsoft.AutoGen/Agents/Agents/AIAgent/InferenceAgent.cs#L11
The type or namespace name 'IAgentContext' could not be found (are you missing a using directive or an assembly reference?)
|
Loading