Intel Mac 在嵌入式数据库模式下需要使用 hindsight-all-slim 包,而非 hindsight-all 包。
如何开始
使用前需要配置外部 LLM 提供商的 API 密钥,用于记忆信息的处理和提取。
通过 Docker 或 Python 运行 Hindsight 服务器。
在代码中使用 retain 和 recall 操作将记忆功能集成到代理中。
核验依据
GitHub 项目简介: Hindsight: Agent Memory That Learns
README: Hindsight™ is an agent memory system built to create smarter agents that learn over time. Most agent memory systems focus on recalling conversation history. Hindsight is focused o…
README: Hindsight is being used in production at Fortune 500 enterprises and by a growing number of AI startups.
README: The easiest way to use Hindsight with an existing agent is with the LLM Wrapper. You can add memory to your agent with 2 lines of code.