breakdown folder tree for epic R01

This commit is contained in:
2026-08-21 18:46:46 +09:00
parent 86c27e2e79
commit 10739f19aa
49 changed files with 1009 additions and 20 deletions
+1
View File
@@ -0,0 +1 @@
"""Domain Layer: Pure Python domain entities, value objects, and events."""
+1
View File
@@ -0,0 +1 @@
"""Domain agents package: turn requests, agent events, and role definitions."""
+1
View File
@@ -0,0 +1 @@
"""Domain models package: provider descriptors, model pricing, and routing metadata."""
+1
View File
@@ -0,0 +1 @@
"""Domain security package: security policies, alert events, and permission types."""
+1
View File
@@ -0,0 +1 @@
"""Domain tasks package: task definitions and deterministic schedule calculators."""
+1
View File
@@ -0,0 +1 @@
"""Domain tools package: tool descriptors, capability scopes, and registry interfaces."""
+1
View File
@@ -0,0 +1 @@
"""Domain workspaces package: immutable WorkspaceSession definitions."""