feat: Implement actor prompt builder

This commit is contained in:
2026-07-09 01:40:38 +05:30
parent 15abfdd898
commit fa698619b3
15 changed files with 755 additions and 5 deletions

18
pnpm-lock.yaml generated
View File

@@ -297,6 +297,24 @@ importers:
specifier: ^5
version: 5.9.3
packages/actor:
dependencies:
'@omnia/core':
specifier: workspace:*
version: link:../core
'@omnia/intent':
specifier: workspace:*
version: link:../intent
'@omnia/llm':
specifier: workspace:*
version: link:../llm
'@omnia/memory':
specifier: workspace:*
version: link:../memory
zod:
specifier: ^4.4.3
version: 4.4.3
packages/architect:
dependencies:
'@omnia/core':