refactor: Move cli package to apps/cli

This commit is contained in:
2026-07-09 13:17:29 +05:30
parent 6e096415ee
commit 0c59756c08
11 changed files with 35 additions and 33 deletions

View File

@@ -12,6 +12,6 @@
{ "path": "./packages/llm" },
{ "path": "./packages/actor" },
{ "path": "./packages/scenario" },
{ "path": "./cli" }
{ "path": "./apps/cli" }
]
}