initial agent setup

This commit is contained in:
Kujtim Hoxha 2025-03-23 22:25:31 +01:00
commit e7258e38ae
29 changed files with 2206 additions and 108 deletions

View file

@ -16,5 +16,6 @@ func NewReplPage(app *app.App) tea.Model {
layout.BentoRightTopPane: repl.NewMessagesCmp(app),
layout.BentoRightBottomPane: repl.NewEditorCmp(app),
},
layout.WithBentoLayoutCurrentPane(layout.BentoRightBottomPane),
)
}