1 2 days ago

hoodaAgents is a local-first AI assistant framework designed to run customizable AI agents entirely on your machine using Ollama and LangGraph. It integrates powerful open-source LLMs (like Mistral) with intelligent tool usage.

tools thinking
5a658400a5a9 · 139B
{
"num_ctx": 16384,
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.3,
"top_k": 20,
"top_p": 0.95
}