Update agent package: changelog, fix README type name, export proxy utilities

This commit is contained in:
Mario Zechner 2025-12-30 23:33:32 +01:00
parent 71cbae6371
commit 74637403b6
3 changed files with 21 additions and 50 deletions

View file

@ -2,5 +2,7 @@
export * from "./agent.js";
// Loop functions
export * from "./agent-loop.js";
// Proxy utilities
export * from "./proxy.js";
// Types
export * from "./types.js";