Fix TUI performance regression: add caching to Box, use Text directly for built-in tools

This commit is contained in:
Mario Zechner 2025-12-17 16:39:23 +01:00
parent 48b481eb85
commit 909989066a
13 changed files with 173 additions and 99 deletions

View file

@ -1,7 +1,4 @@
// Core session management
// Re-export Type from typebox for custom tools
export { Type } from "@sinclair/typebox";
export {
AgentSession,
type AgentSessionConfig,