jeevi cao
jeevi cao
protected $sendTimeoutSec = 0; /** * Send timeout in microseconds. * * @var int */ protected $sendTimeoutUsec = 100000; /** * Recv timeout in seconds * * @var int */...
"lcobucci/clock": "^1.0", 这个包最新版都需要 php 7.2了 作者用的不太严谨 我在7.1的环境上安装不了
fix agent memory n_messages ==0 not use memory message but n_messages use default value 100 next, when n_messages ==0 not retrieve memory component or db
this feature use a global variable cache example flows not every time read from db。
### bug description use Runflow component in workflow or tool model exception below:  ### Related code: ``` _base_outputs: list[Output] = [ Output(name="flow_outputs_data", display_name="Flow Data Output", method="data_output", hidden=True), Output( name="flow_outputs_dataframe",...
This is a new feature solve redeploy and server process restart that during the setup it initialize database and initialize starter projects。 this can cause restart very slow even initialize。...
this feature DatabaseService create postgresql engine set default utc timezone add code: ``` # For PostgreSQL, set the timezone to UTC if settings.database_url and settings.database_url.startswith("postgresql"): return {"options": "-c timezone=utc"} ```