feat: add agent task schema and CRUD API (closes #96, closes #97)

This commit is contained in:
Jason Woltje
2026-01-29 23:26:22 -06:00
parent 59aec28d5c
commit da4fb72902
13 changed files with 2534 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
export * from "./create-agent-task.dto";
export * from "./update-agent-task.dto";
export * from "./query-agent-tasks.dto";