Implement agent skills #1312
Annotations
17 errors and 20 warnings
|
build (macos-latest)
Process completed with exit code 1.
|
|
build (macos-latest):
tests/BotSharp.Test.ComputerUse/Program.cs#L50
'AnthropicModels' does not contain a definition for 'Claude35Sonnet'
|
|
build (macos-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsFunctionHook.cs#L47
'AgentSkillsFunctionHook.OnFunctionsLoaded(List<FunctionDef>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnFunctionsLoaded(List<FunctionDef>)'
|
|
build (macos-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsInstructionHook.cs#L61
'AgentSkillsInstructionHook.OnInstructionLoaded(string, IDictionary<string, object>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnInstructionLoaded(string, IDictionary<string, object>)'
|
|
build (macos-latest):
tests/BotSharp.Test.ComputerUse/Program.cs#L50
'AnthropicModels' does not contain a definition for 'Claude35Sonnet'
|
|
build (macos-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsFunctionHook.cs#L47
'AgentSkillsFunctionHook.OnFunctionsLoaded(List<FunctionDef>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnFunctionsLoaded(List<FunctionDef>)'
|
|
build (macos-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsInstructionHook.cs#L61
'AgentSkillsInstructionHook.OnInstructionLoaded(string, IDictionary<string, object>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnInstructionLoaded(string, IDictionary<string, object>)'
|
|
build (windows-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
build (windows-latest)
The operation was canceled.
|
|
build (ubuntu-latest)
The strategy configuration was canceled because "build.macos-latest" failed
|
|
build (ubuntu-latest)
The operation was canceled.
|
|
build (ubuntu-latest):
tests/BotSharp.Test.ComputerUse/Program.cs#L50
'AnthropicModels' does not contain a definition for 'Claude35Sonnet'
|
|
build (ubuntu-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsInstructionHook.cs#L61
'AgentSkillsInstructionHook.OnInstructionLoaded(string, IDictionary<string, object>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnInstructionLoaded(string, IDictionary<string, object>)'
|
|
build (ubuntu-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsFunctionHook.cs#L47
'AgentSkillsFunctionHook.OnFunctionsLoaded(List<FunctionDef>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnFunctionsLoaded(List<FunctionDef>)'
|
|
build (ubuntu-latest):
tests/BotSharp.Test.ComputerUse/Program.cs#L50
'AnthropicModels' does not contain a definition for 'Claude35Sonnet'
|
|
build (ubuntu-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsInstructionHook.cs#L61
'AgentSkillsInstructionHook.OnInstructionLoaded(string, IDictionary<string, object>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnInstructionLoaded(string, IDictionary<string, object>)'
|
|
build (ubuntu-latest):
src/Plugins/BotSharp.Plugin.AgentSkills/Hooks/AgentSkillsFunctionHook.cs#L47
'AgentSkillsFunctionHook.OnFunctionsLoaded(List<FunctionDef>)': return type must be 'Task<bool>' to match overridden member 'AgentHookBase.OnFunctionsLoaded(List<FunctionDef>)'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Users/Models/UserActivationModel.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L25
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L23
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L22
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L21
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L20
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L19
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L18
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (macos-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L17
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Agents/AgentHookBase.cs#L16
Non-nullable field '_agent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Repositories/IBotSharpRepository.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L25
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L23
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L22
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L21
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L20
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L19
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L18
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|
|
build (ubuntu-latest):
src/Infrastructure/BotSharp.Abstraction/Browsing/IWebBrowser.cs#L17
'BrowserActionParams' is obsolete: 'This class is deprecated, use BrowserActionArgs instead.'
|