Skip to content

adk web support FunctionNode, and start node in creation page #423

@sendwealth

Description

@sendwealth

adk v2 has FunctionNode and StartNode, but when I run adk web to create a workflow ,it has no feature of FunctionNode ,
I hope it will be right a graph not tree mode in adk v2, thinks

def my_function_node(node_input: Any):
    return "你好,世界"

# 带有选项的 FunctionNode 包装器
success_node = FunctionNode(
    my_function_node,
    name="hello",
    rerun_on_resume=True,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions