mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
* Format codebase to satisfy linters * fixing pylance and ruff-checked files * contributing md, and type and formatting fixes * setup file capitalization * test fix
8 lines
130 B
Python
8 lines
130 B
Python
import shared.config
|
|
|
|
|
|
def transfer_control(args: dict) -> dict:
|
|
return {
|
|
"new_goal": shared.config.AGENT_GOAL,
|
|
}
|