mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
7 lines
129 B
Python
7 lines
129 B
Python
import shared.config
|
|
|
|
def transfer_control(args: dict) -> dict:
|
|
|
|
return {
|
|
"new_goal": shared.config.AGENT_GOAL,
|
|
} |