SealightsAgentFramework represents the Sealights agent framework
| 26 | |
| 27 | // SealightsAgentFramework represents the Sealights agent framework |
| 28 | type SealightsAgentFramework struct { |
| 29 | context *common.Context |
| 30 | } |
| 31 | |
| 32 | // NewSealightsAgentFramework creates a new SealightsAgentFramework instance |
| 33 | func NewSealightsAgentFramework(ctx *common.Context) *SealightsAgentFramework { |
nothing calls this directly
no outgoing calls
no test coverage detected