sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[FEATURE] the __call__ method in multiagent is redundant code

Open afarntrog opened this issue 1 month ago • 0 comments

Problem Statement

We should remove the __call__ methods in swarm and graph classes and use the parent base implementation automatically. They are not only redundant code but also do not account for the fix we put in that handles invocation_state

Proposed Solution

Use the inherited call method from the parent clas

Use Case

For any graph invocations

Alternatives Solutions

No response

Additional Context

No response

afarntrog avatar Dec 08 '25 20:12 afarntrog