agent-ecosystem/src/features/agent-attachments/renderer/index.ts

3 lines
214 B
TypeScript

export { DEFAULT_AGENT_IMAGE_OPTIMIZATION_BUDGET } from '../core/domain';
export { resolveAgentAttachmentCapability, type AgentAttachmentCapability } from '../core/domain';
export * from './optimizeImageForAgent';