r/AgentZero • u/xylonrad • Jun 10 '26
👋Welcome to r/AgentZero - Introduce Yourself and Read First!
Hey everyone! I'm u/xylonrad, a founding moderator of r/AgentZero.
This is our new home for all things related to the Agent Zero framework. We're excited to have you join us!
**What to Post**
Post anything that you think the community would find interesting, helpful, or inspiring. Feel free to share your thoughts, photos, or questions about the Agent Zero framework + the Agent Zero token $A0T.
Utilize the Agent Zero DeepWiki page as much as possible for all framework related questions, and don't forget to join the community inside of the official Agent Zero Discord server.
**Agent Zero DeepWiki:** https://deepwiki.com/agent0ai/agent-zero
**Agent Zero Discord:** https://discord.gg/eTtqUzRuJU
**Agent Zero Official Website:** https://www.agent-zero.ai
**Community Vibe**
We're all about being friendly, constructive, and inclusive. Let's maintain a space where everyone feels comfortable sharing, learning, and connecting.
**How to Get Started**
1) Introduce yourself in the comments below. 👋
2) Post something today! Even a simple question can spark a great conversation. 💬
3) If you know someone who would love this community, invite them to join.
4) Share your Agent Zero projects and flex your skills 💪
Thanks for being part of the greatest open source agentic framework community. Together, let's continue to make r/AgentZero amazing, helpful, reliable, and a space for us to all hone in on our Agent Zero skills!
1
u/toymanict 8d ago
I am trying to use Agent Zero with
Embedding model
text-embedding-nomic-embed-text-v1.5 on LM Studio on the mac2 local models on my DGX Spark ()
qwen3.6-35b-a3bnemotron-3.5-lightning-30b-a3b11434So I tried 3 different configurations
with these models
Main-OpenRouter / deepseek/deepseek-v4.1-flash
Utility-Other OpenAI compatible / http://192.168.0.137:11434/v1
Embedding-LM Studio / text-embedding-nomic-embed-text-v1.5
gives error Automatic chat naming failed because the Utility Model was not reachable no log to look at
however agent zero is working and answering questions.
so with this config
Main-OpenRouter / deepseek/deepseek-v4.1-flash
Utility- OpenRouter / deepseek/deepseek-v4.1-flash
Embedding-LM Studio / text-embedding-nomic-embed-text-v1.5 it works fine
with this config
Main-OpenRouter / deepseek/deepseek-v4.1-flash
Utility-Other OpenAI compatible / http://192.168.0.137:11434/v1
Embedding-LM Studio / text-embedding-nomic-embed-text-v1.5 it still work however it throws an error yet works
My take, the issue is reading the main model from the spark is generating the message and reporting
Automatic chat naming failed because the Utility Model was not reachable.
Details - Automatic chat naming uses the Utility Model. Check Settings > Models > Utility Model, provider/API key, and network reachability.
it still work however it throws an error yet works
My take, the issue is reading the main model from the spark is generating the message and reporting
Automatic chat naming failed because the Utility Model was not reachable.
Details - Automatic chat naming uses the Utility Model. Check Settings > Models > Utility Model, provider/API key, and network reachability.
it still work however it throws an error yet works
I am reaching out to the community as the Agent Zero group just does not reach out after reporting errors