Getting Archon working on Mac with local supabase and ollama install

Hi

I have followed the install on getting Archon up and running on my MAC. I did change one thing and used my local installed supabase. The entire install seems to work. Even when i start the MCP Agent it seems to work

But when I try run the chat or even when I refresh this page is MCP agent seems stopped.

I looked in the /workbench directly but there is no log file just a env_vars.json.

I would really like to ge tthis up and working so any help would we greatly appreciated

1 Like

Had to put the second piece here

Also when I try run the example to “Build me an AI agent that can search the web with the Brave API.” I get this error

Do I need openai for this to work ? I am trying to run all things from ollama , but foudn these logs when I run the query to build and agent

10:16:38.837 reasoner run prompt=
User AI Agent Request: Build me an AI agent that can sear…o creating this agent for the user in the scope document.

10:16:38.837 preparing model and tools run_step=1
10:16:38.838 model request
10:16:38.863 advisor_agent run prompt=Build me an AI agent that can search the web with the Brave API.
10:16:38.864 preparing model and tools run_step=1
10:16:38.864 model request
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions “HTTP/1.1 401 Unauthorized”
2025-04-03 20:16:39.128 Uncaught app execution

Could I see what your environment variables looks like? It seems like you maybe don’t have the base URL set correctly since that makes it seem like it is reaching out to OpenAI instead of your local Ollama instance! The base URL should be http://localhost:11434, or whatever URL you have for Ollama.