Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akshayballal95/smolagents-rs
/ functions
Functions
122 in github.com/akshayballal95/smolagents-rs
⨍
Functions
122
◇
Types & classes
57
Method
new
( base_url: Option<&str>, model_id: Option<&str>, temperature: Option<f32>, ap
src/models/openai.rs:121
Method
new
()
src/models/ollama.rs:56
Method
planning_step
(&mut self, task: &str, is_first_step: bool, _step: usize)
src/agents.rs:448
Method
run
( &self, messages: Vec<Message>, tools_to_call_from: Vec<ToolInfo>, max_tokens
src/models/openai.rs:145
Method
run
( &self, messages: Vec<Message>, tools_to_call_from: Vec<ToolInfo>, max_tokens
src/models/ollama.rs:99
Method
temperature
(mut self, temperature: Option<f32>)
src/models/ollama.rs:72
Function
test_duckduckgo_search_tool
()
src/tools/ddg_search.rs:112
Function
test_evaluate_python_code
()
src/local_python_interpreter.rs:1048
Function
test_evaluate_python_code_append_to_list
()
src/local_python_interpreter.rs:1351
Function
test_evaluate_python_code_with_dict
()
src/local_python_interpreter.rs:1239
Function
test_evaluate_python_code_with_error
()
src/local_python_interpreter.rs:1399
Function
test_evaluate_python_code_with_joined_str
()
src/local_python_interpreter.rs:1056
Function
test_evaluate_python_code_with_list_comprehension
()
src/local_python_interpreter.rs:1331
Function
test_evaluate_python_code_with_slice
()
src/local_python_interpreter.rs:1157
Function
test_evaluate_python_code_with_subscript
()
src/local_python_interpreter.rs:1081
Function
test_final_answer_execution
()
src/local_python_interpreter.rs:1069
Function
test_final_answer_tool
()
src/tools/final_answer.rs:52
Function
test_for_loop
()
src/local_python_interpreter.rs:1205
Function
test_for_loop_with_tools
()
src/local_python_interpreter.rs:1225
Function
test_google_search_tool
()
src/tools/google_search.rs:144
Function
test_visit_website_tool
()
src/tools/visit_website.rs:94
Method
url
(mut self, url: String)
src/models/ollama.rs:77
← previous
101–122 of 122, ranked by callers