v0.3.0
Highlights
- Idle timeout now off by default.
AgentConfig.idle_timeout_secsdefaults toNone, so anAgentConfigbuilt 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_SECSstill defaults to 30s when unset, and0(or any non-positive value) disables the timeout.
Install
pip install 'openlily @ git+https://github.com/getlark/openlily.git@v0.3.0#subdirectory=server'