feat: have core ask cloud for any relavent api credentials to allow a… [LET-6179] (#6172)

feat: have core ask cloud for any relavent api credentials to allow an agent to perform letta tasks

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-11-14 10:50:21 -08:00
committed by Caren Thomas
parent 34f5b5e33c
commit acbbccd28a
4 changed files with 245 additions and 0 deletions

View File

@@ -1298,6 +1298,7 @@ class SyncServer(object):
actor=actor,
sandbox_env_vars=tool_env_vars,
)
# TODO: Integrate sandbox result
tool_execution_result = await tool_execution_manager.execute_tool_async(
function_name=tool_name,