refactoring folders
Some checks failed
CI/CD Pipeline / build (push) Failing after 8s

This commit is contained in:
2026-03-25 12:05:56 -06:00
parent d857e91241
commit 0041c25f19
32 changed files with 139 additions and 78 deletions

View File

@@ -68,6 +68,7 @@ defmodule ElixirAi.ChatRunner do
def init(name) do
Phoenix.PubSub.subscribe(ElixirAi.PubSub, conversation_message_topic(name))
:pg.join(ElixirAi.RunnerPG, {:runner, name}, self())
messages =
case Conversation.find_id(name) do