BREAKING CHANGE(aidoc): migrate agent orchestration to new runAgent API and filesystem tools; refactor model handling and update README and tests

This commit is contained in:
2026-03-11 18:58:48 +00:00
parent 883985dbc0
commit 6b2957b272
11 changed files with 834 additions and 3270 deletions

View File

@@ -39,4 +39,4 @@ tap.test('should stop AIdocs', async () => {
await aidocs.stop();
});
tap.start();
export default tap.start();