start repo

This commit is contained in:
ra
2025-08-22 05:08:00 -07:00
commit 5048db99c7
15 changed files with 1470 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule AgentCoordinatorTest do
use ExUnit.Case
doctest AgentCoordinator
test "greets the world" do
assert AgentCoordinator.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()