mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 19:03:41 +00:00
WP2: Create AgentSession basic structure + update plan for keep-old-code strategy
This commit is contained in:
parent
3f305502cd
commit
29d96ab25a
4 changed files with 204 additions and 88 deletions
|
|
@ -2,4 +2,5 @@
|
|||
* Core modules shared between all run modes.
|
||||
*/
|
||||
|
||||
export { AgentSession, type AgentSessionConfig } from "./agent-session.js";
|
||||
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue