mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
chore(tui): strip noise comments
This commit is contained in:
parent
7f1204840d
commit
ca30803d89
9 changed files with 2 additions and 60 deletions
|
|
@ -107,8 +107,6 @@ export function useSessionLifecycle(opts: UseSessionLifecycleOptions) {
|
|||
resetSession()
|
||||
setSessionStartedAt(Date.now())
|
||||
|
||||
// session.create returns instantly with partial info (no `version`);
|
||||
// the `session.info` event flips status to 'ready' once the agent is live.
|
||||
patchUiState({
|
||||
info,
|
||||
sid: r.session_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue