UNPKG

aicf-core

Version:

Universal AI Context Format (AICF) - Enterprise-grade AI memory infrastructure with 95.5% compression and zero semantic loss

11 lines 343 B
/** * SPDX-License-Identifier: AGPL-3.0-or-later * Copyright (c) 2025 Dennis van Leeuwen * * Agents - Intelligent processing agents for AICF */ export * from "./agent-utils.js"; export * from "./agent-router.js"; export * from "./conversation-analyzer.js"; export * from "./file-organization-agent.js"; //# sourceMappingURL=index.d.ts.map