Skip to content

v0.3.0

Choose a tag to compare

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

Highlights

  • Idle timeout now off by default. AgentConfig.idle_timeout_secs defaults to None, so an AgentConfig built without it never idles out. Set a float (e.g. DEFAULT_IDLE_TIMEOUT_SECS) to end the session after that much silence. The idle keep-alive heartbeat is skipped when no timeout is set.
  • The CLI is unchanged: IDLE_TIMEOUT_SECS still defaults to 30s when unset, and 0 (or any non-positive value) disables the timeout.

Install

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