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

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
test/test_helper.exs Normal file
View File

@@ -0,0 +1 @@
ExUnit.start()