File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/main/kotlin/com/embabel Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1515 */
1616package com.embabel
1717
18- import com.embabel.agent.config.annotation.EnableAgentShell
19- import com.embabel.agent.config.annotation.EnableAgents
20- import com.embabel.agent.config.annotation.LocalModels
21- import com.embabel.agent.config.annotation.LoggingThemes
22- import com.embabel.agent.config.annotation.McpServers
18+ import com.embabel.agent.config.annotation.*
2319import org.springframework.boot.autoconfigure.SpringBootApplication
2420import org.springframework.boot.context.properties.ConfigurationPropertiesScan
2521import org.springframework.boot.runApplication
@@ -31,7 +27,7 @@ import org.springframework.boot.runApplication
3127 loggingTheme = LoggingThemes .SEVERANCE ,
3228 localModels = [LocalModels .DOCKER ],
3329 mcpServers = [McpServers .DOCKER , McpServers .DOCKER_DESKTOP ],
34- )
30+ )
3531class DeckerApplication
3632
3733fun main (args : Array <String >) {
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ class PresentationMaker(
315315
316316 @AchievesGoal(
317317 description = " Create a presentation based on research reports" ,
318+ export = Export (remote = true ),
318319 )
319320 @Action
320321 fun convertToSlides (
You can’t perform that action at this time.
0 commit comments