refactor(agent): split runner, tools, output, types
This commit is contained in:
parent
c0e3dabf25
commit
5fdae53687
7 changed files with 104 additions and 70 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
import { Agent } from "./agent.js";
|
||||
import { Agent } from "./runner.js";
|
||||
|
||||
type CliOptions = {
|
||||
provider?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue