We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848ffbf commit 989d929Copy full SHA for 989d929
src/agent_chat_cli/app.py
@@ -33,10 +33,10 @@ class AgentChatCLIApp(App):
33
def __init__(self) -> None:
34
super().__init__()
35
36
- self.ui_state = UIState(app=self)
37
- self.renderer = Renderer(app=self)
38
self.actions = Actions(app=self)
39
self.agent_loop = AgentLoop(app=self)
+ self.renderer = Renderer(app=self)
+ self.ui_state = UIState(app=self)
40
41
def compose(self) -> ComposeResult:
42
with VerticalScroll():
0 commit comments