WP8: Add AgentSession bash execution

This commit is contained in:
Mario Zechner 2025-12-09 00:13:10 +01:00
parent 8d6d2dd72b
commit 94ff0b0962
3 changed files with 75 additions and 3 deletions

View file

@ -2,5 +2,12 @@
* Core modules shared between all run modes.
*/
export { AgentSession, type AgentSessionConfig } from "./agent-session.js";
export {
type AgentEventListener,
AgentSession,
type AgentSessionConfig,
type CompactionResult,
type ModelCycleResult,
type PromptOptions,
} from "./agent-session.js";
export { type BashExecutorOptions, type BashResult, executeBash } from "./bash-executor.js";