v2: default agents
This commit is contained in:
parent
ddc30cd151
commit
9b915e70bd
5 changed files with 107 additions and 59 deletions
7
packages/cli/src/debug/index.ts
Normal file
7
packages/cli/src/debug/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import * as Command from "effect/unstable/cli/Command"
|
||||
import { AgentsCommand } from "./agents"
|
||||
|
||||
export const DebugCommand = Command.make("debug").pipe(
|
||||
Command.withDescription("Debugging and troubleshooting tools"),
|
||||
Command.withSubcommands([AgentsCommand]),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue