↓ 1 callersMethod__init__(
self,
tools: List[Tool],
model: Callable[[List[Dict[str, str]]], ChatMessage],
src/smolagents/agents.py:1357
↓ 1 callersFunctioncreate_function(
func_def: ast.FunctionDef,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_
src/smolagents/local_python_executor.py:488
↓ 1 callersFunctionevaluate_assert(
assert_node: ast.Assert,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_to
src/smolagents/local_python_executor.py:1149
↓ 1 callersFunctionevaluate_assign(
assign: ast.Assign,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools:
src/smolagents/local_python_executor.py:737
↓ 1 callersFunctionevaluate_attribute(
expression: ast.Attribute,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_
src/smolagents/local_python_executor.py:409
↓ 1 callersFunctionevaluate_augassign(
expression: ast.AugAssign,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_
src/smolagents/local_python_executor.py:606
↓ 1 callersFunctionevaluate_binop(
binop: ast.BinOp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: Di
src/smolagents/local_python_executor.py:697
↓ 1 callersFunctionevaluate_boolop(
node: ast.BoolOp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: Di
src/smolagents/local_python_executor.py:678
↓ 1 callersFunctionevaluate_call(
call: ast.Call,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: Dict
src/smolagents/local_python_executor.py:792
↓ 1 callersFunctionevaluate_class_def(
class_def: ast.ClassDef,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_to
src/smolagents/local_python_executor.py:566
↓ 1 callersFunctionevaluate_condition(
condition: ast.Compare,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_too
src/smolagents/local_python_executor.py:914
↓ 1 callersFunctionevaluate_dictcomp(
dictcomp: ast.DictComp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_too
src/smolagents/local_python_executor.py:1280
↓ 1 callersFunctionevaluate_for(
for_loop: ast.For,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: D
src/smolagents/local_python_executor.py:978
↓ 1 callersFunctionevaluate_function_def(
func_def: ast.FunctionDef,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_
src/smolagents/local_python_executor.py:555
↓ 1 callersFunctionevaluate_if(
if_statement: ast.If,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools
src/smolagents/local_python_executor.py:956
↓ 1 callersFunctionevaluate_lambda(
lambda_expression: ast.Lambda,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
cus
src/smolagents/local_python_executor.py:442
↓ 1 callersFunctionevaluate_listcomp(
listcomp: ast.ListComp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_too
src/smolagents/local_python_executor.py:1011
↓ 1 callersFunctionevaluate_name(
name: ast.Name,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: Dict
src/smolagents/local_python_executor.py:893
↓ 1 callersFunctionevaluate_raise(
raise_node: ast.Raise,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tool
src/smolagents/local_python_executor.py:1125
↓ 1 callersFunctionevaluate_setcomp(
setcomp: ast.SetComp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools
src/smolagents/local_python_executor.py:1055
↓ 1 callersFunctionevaluate_subscript(
subscript: ast.Subscript,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_t
src/smolagents/local_python_executor.py:873
↓ 1 callersFunctionevaluate_try(
try_node: ast.Try,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools: D
src/smolagents/local_python_executor.py:1090
↓ 1 callersFunctionevaluate_unaryop(
expression: ast.UnaryOp,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_to
src/smolagents/local_python_executor.py:422
↓ 1 callersFunctionevaluate_while(
while_loop: ast.While,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tool
src/smolagents/local_python_executor.py:466
↓ 1 callersFunctionevaluate_with(
with_node: ast.With,
state: Dict[str, Any],
static_tools: Dict[str, Callable],
custom_tools:
src/smolagents/local_python_executor.py:1167