mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 13:04:08 +00:00
WP13: Create modes/index.ts barrel export
This commit is contained in:
parent
e7c71e7ee3
commit
7890fb836a
2 changed files with 9 additions and 2 deletions
7
packages/coding-agent/src/modes/index.ts
Normal file
7
packages/coding-agent/src/modes/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* Run modes for the coding agent.
|
||||
*/
|
||||
|
||||
export { runPrintMode } from "./print-mode.js";
|
||||
export { runRpcMode } from "./rpc-mode.js";
|
||||
// InteractiveMode will be added in WP15
|
||||
Loading…
Add table
Add a link
Reference in a new issue