epic-12: after epic audit and init commit
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
rootProject.name = 'correx'
|
||||
|
||||
include ':apps:cli'
|
||||
include ':apps:server'
|
||||
include ':apps:worker'
|
||||
include ':apps:desktop'
|
||||
|
||||
include ':core:kernel'
|
||||
include ':core:events'
|
||||
include ':core:transitions'
|
||||
include ':core:context'
|
||||
include ':core:inference'
|
||||
include ':core:stages'
|
||||
include ':core:agents'
|
||||
include ':core:artifacts'
|
||||
include ':core:validation'
|
||||
include ':core:approvals'
|
||||
include ':core:tools'
|
||||
include ':core:router'
|
||||
include ':core:sessions'
|
||||
include ':core:policies'
|
||||
include ':core:observability'
|
||||
include ':core:config'
|
||||
include ':core:risk'
|
||||
|
||||
include ':infrastructure:persistence'
|
||||
include ':infrastructure:inference'
|
||||
include ':infrastructure:inference:commons'
|
||||
include ':infrastructure:inference:llama_cpp'
|
||||
include ':infrastructure:tools'
|
||||
include ':infrastructure:tools:filesystem'
|
||||
include ':infrastructure:security'
|
||||
include ':infrastructure:scheduler'
|
||||
include ':infrastructure:telemetry'
|
||||
|
||||
include ':interfaces:api'
|
||||
include ':interfaces:cli'
|
||||
include ':interfaces:sdk'
|
||||
|
||||
include ':plugins:tools'
|
||||
include ':plugins:validators'
|
||||
include ':plugins:compressors'
|
||||
include ':plugins:providers'
|
||||
include ':plugins:transitions'
|
||||
include ':plugins:stages'
|
||||
include ':plugins:policies'
|
||||
|
||||
include ':testing:replay'
|
||||
include ':testing:contracts'
|
||||
include ':testing:kernel'
|
||||
include ':testing:integration'
|
||||
include ':testing:fixtures'
|
||||
include ':testing:projections'
|
||||
include ':testing:transitions'
|
||||
include ':testing:approvals'
|
||||
include ':testing:deterministic'
|
||||
Reference in New Issue
Block a user