createFilesystemBackend 创建 Filesystem Backend
()
| 107 | |
| 108 | // createFilesystemBackend 创建 Filesystem Backend |
| 109 | func createFilesystemBackend() backends.BackendProtocol { |
| 110 | // 实际应用中应该使用真实的 Filesystem Backend |
| 111 | // 这里返回 nil 仅用于示例 |
| 112 | return nil |
| 113 | } |
| 114 | |
| 115 | // AgentMemoryExample 展示如何管理 Agent 记忆 |
| 116 | func AgentMemoryExample() { |
no outgoing calls
no test coverage detected