Skip to content

Commit c7afcf9

Browse files
committed
Add EventHandlerConfig for Android targer
1 parent 67d3c42 commit c7afcf9

File tree

1 file changed

+10
-0
lines changed
  • agents/agents-features/agents-features-event-handler/src/androidMain/kotlin/ai/koog/agents/features/eventHandler/feature

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@file:Suppress("MissingKDocForPublicAPI")
2+
3+
package ai.koog.agents.features.eventHandler.feature
4+
5+
import ai.koog.agents.core.feature.config.FeatureConfig
6+
7+
@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
8+
public actual open class EventHandlerConfig actual constructor() :
9+
FeatureConfig(),
10+
EventHandlerConfigAPI by EventHandlerConfigImpl()

0 commit comments

Comments
 (0)