refactor(agent): split runner, tools, output, types

This commit is contained in:
Jiayuan 2026-01-30 01:12:48 +08:00
parent c0e3dabf25
commit 5fdae53687
7 changed files with 104 additions and 70 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env node
import { Agent } from "./agent.js";
import { Agent } from "./runner.js";
type CliOptions = {
provider?: string;