ui

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	InitThreadsLimit int
	MaxThreadsLimit  int
	MessagesLimit    int
	Width            int
	Height           int
	LLMModel         string
	// contains filtered or unexported fields
}

type FocusComponentMsg

type FocusComponentMsg struct{}

type ForwardChatCompletionStreamMsg

type ForwardChatCompletionStreamMsg struct{}

type Model

type Model struct {
	// contains filtered or unexported fields
}

func New

func New(conf *Config, store store.Store, llm llm.LLM) (*Model, error)

func (*Model) Init

func (m *Model) Init() tea.Cmd

func (*Model) Update

func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Model) View

func (m *Model) View() string

type SelectComponentMsg

type SelectComponentMsg struct{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL