mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 23:01:30 +00:00
WP15: Create InteractiveMode using AgentSession
This commit is contained in:
parent
e9f6de7cb8
commit
0020de8518
3 changed files with 1527 additions and 18 deletions
|
|
@ -2,6 +2,7 @@
|
|||
* Run modes for the coding agent.
|
||||
*/
|
||||
|
||||
export { InteractiveMode } from "./interactive/interactive-mode.js";
|
||||
export { runPrintMode } from "./print-mode.js";
|
||||
export { runRpcMode } from "./rpc-mode.js";
|
||||
// InteractiveMode will be added in WP15
|
||||
|
|
|
|||
1508
packages/coding-agent/src/modes/interactive/interactive-mode.ts
Normal file
1508
packages/coding-agent/src/modes/interactive/interactive-mode.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue