WP2: Create AgentSession basic structure + update plan for keep-old-code strategy

This commit is contained in:
Mario Zechner 2025-12-09 00:05:06 +01:00
parent 3f305502cd
commit 29d96ab25a
4 changed files with 204 additions and 88 deletions

View file

@ -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";