File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.7 "
3+ version = " 0.5.8 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1717
1818from google .adk .tools import ToolContext
1919
20+ from veadk .auth .veauth .utils import get_credential_from_vefaas_iam
2021from veadk .config import getenv
2122from veadk .utils .logger import get_logger
2223from veadk .utils .volcengine_sign import ve_request
23- from veadk .auth .veauth .utils import get_credential_from_vefaas_iam
2424
2525logger = get_logger (__name__ )
2626
@@ -97,6 +97,7 @@ def run_code(
9797 "kernel_name" : language ,
9898 }
9999 ),
100+ "Ttl" : os .getenv ("AGENTKIT_TOOL_TTL" , 1800 ),
100101 },
101102 action = "InvokeTool" ,
102103 ak = ak ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- VERSION = "0.5.7 "
15+ VERSION = "0.5.8 "
You can’t perform that action at this time.
0 commit comments