Skip to content

v0.2.0

Choose a tag to compare

@vijit-lark vijit-lark released this 17 Jul 01:13

Highlights

  • Optional idle timeout. AgentConfig.idle_timeout_secs now accepts None, which disables the idle timeout entirely so a session is never ended on silence. When no timeout is set, the idle keep-alive heartbeat is skipped since it only exists to protect the timeout.
  • CLI: IDLE_TIMEOUT_SECS of 0 (or any non-positive value) now disables the idle timeout. Unset still uses the default; invalid values still fall back to the default.

Install

pip install 'openlily @ git+https://github.com/getlark/openlily.git@v0.2.0#subdirectory=server'