command
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Feb 26, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
2026 前沿功能 (2026 Features)
展示分层记忆、GraphRAG、Agentic Browser、原生音频推理、Shadow AI 检测。
功能
- 分层记忆:情景记忆(Episodic)+ 工作记忆(Working)+ 程序记忆(Procedural)
- GraphRAG:基于知识图谱的检索增强生成
- Agentic Browser:Agent 驱动的浏览器自动化(配置展示)
- 原生音频推理:低延迟音频处理配置(配置展示)
- Shadow AI 检测:检测未授权的 AI API 调用和密钥泄露
前置条件
运行
cd examples/19_2026_features
go run main.go
代码说明
memory.NewLayeredMemory 创建三层记忆系统;rag.NewKnowledgeGraph 构建知识图谱;guardrails.NewShadowAIDetector 扫描域名和内容中的未授权 AI 使用。Browser 和 Audio 仅展示配置,需要外部驱动/提供商才能实际运行。
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.