Replies: 2 comments 2 replies
-
|
Quick steer on your 3.4GB box from the live test we just ran in a Debian 12 LXC. 4GB total works fine for taOS as a dedicated memory layer — running the embedder + reranker + memory store with no local agent containers. That's the role the N100 is right-sized for in your cluster. Where it breaks: trying to deploy an agent (OpenClaw / Hermes etc.) on the controller itself. Reproduced this in the test — at 4GB the nested agent container can't get enough RAM to launch, the deploy reports "failed" with no actionable error, and there's nothing in the wizard today that warns you before you click Deploy. Filing two issues from the test: a pre-flight check that'd surface the constraint up-front, and (longer-term) the wizard hint that says "this device is good for memory only, add a worker for agents". So for your stack: keep agents on your gaming PCs (or the AMD cluster once that's wired) and let the N100 be the memory + cluster controller. The cross-machine agent-on-worker path is a feature gap we're working through but the architecture supports it. Also from the same test: discovered three install-script gaps that would have hit you on a fresh Debian-family install (apt install incus failing on Debian 12, no |
Beta Was this translation helpful? Give feedback.
-
|
I was busy with other stuff, but yesterday I updated taOS and tried to deploy my first agent again. Unfortunately when I tried to interact with the agent I have found quite a few issues. This happens on all these: Hermes chat, Hermes doctor and Container shell. The rest of the buttons does nothing. I tried to open "Messages" app and chat with the agent, but it successfully processed only single message and when I asked again it was thinking for a while and then produced message: I have noticed that "Web Search" skill is enabled for the agent and it says it works using SearXNG or Perplexica. So I went to the Store and tried to install SearXNG, but it produces error saying "docker is not available on this controller". Seems like the container engine (incus) we installed previously is not used for some reason and it want's to use docker instead🤷♂️ I have also tried to get to the console of the agent using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Opening this as @johny-mnemonic's home thread. He's the first user genuinely outside my own hardware bubble (Intel N100 iGPU + multi-AMD-GPU plans + remote Ollama + LiteLLM in front of self-hosted endpoints + planning llama.cpp RPC for distributed AMD inference) and the gaps his setup hits aren't ones I'd otherwise surface for a while. So consider this a rolling space rather than a debug ticket.
How this works
Already in flight from #312
vulkan-toolsinstalled (the reason llama-cpp wasn't appearing in your Store)--api-key) — already merged in feat(providers): API key for local + OpenAI-compatible custom endpoint (#349 #350) #352Hardware/setup snapshot
Filling this in so anyone scrolling has context — please correct anything wrong:
Floor for me to call out: with 3.4GB RAM on the N100, even with Vulkan working, you're going to be tight on what runs locally. The realistic local story is small Q4-quantised models (Qwen3 1.7B, SmolLM2-360M, etc.). The bigger-model story is the distributed AMD cluster once #354 + the Vulkan story + AMD-side install scripts catch up. I'll factor that in when prioritising.
Beta Was this translation helpful? Give feedback.
All reactions