mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 20:01:24 +00:00
WP8: Add AgentSession bash execution
This commit is contained in:
parent
8d6d2dd72b
commit
94ff0b0962
3 changed files with 75 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue