Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
hoodarunner
/
hoodaAgents
:latest
1
Download
Updated
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.
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.
Cancel
tools
thinking
hoodaAgents:latest
...
/
params
5a658400a5a9 · 139B
{
"num_ctx": 16384,
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>"
],
"temperature": 0.3,
"top_k": 20,
"top_p": 0.95
}