01Cross-Agent Shared Memory: Enables AI agents to recall and share insights across different sessions, models, and tools without re-prompting.
02Context Curation: Allows agents to teach Harbor to summarize and compact data, creating token-efficient contexts for LLMs.
03Data Normalization: Transforms varied API responses into a consistent `data[]` + `meta{}` + `errors[]` structure for predictable agent parsing.
04Context-Level Access Control: Governs which specific fields within data agents are permitted to see, preventing sensitive information leakage.
05Agent-Driven Schema Learning: Agents dynamically teach Harbor how to curate and normalize data from new sources, with learned schemas stored permanently.
060 GitHub stars