feat: initial scaffold of agent_runner_api service Go :8486

This commit is contained in:
agent
2026-05-18 18:46:13 +02:00
commit b394d27e9f
17 changed files with 1449 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module agent_runner_api
go 1.22
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.22
)