hermes_agent/README.md
2026-04-16 08:08:28 +08:00

20 lines
516 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hermes Agent Core Module
Hermes Agent核心模块提供AI代理功能支持多用户隔离和SSH远程skills部署。
## 功能特性
- AI代理命令执行框架
- 多用户会话隔离
- 远程技能部署和管理
- 持久化记忆存储
- 工具调用和执行环境
- 安全的沙箱执行
## 模块架构
- **hermes_agent/**: 核心Python模块
- **json/**: CRUD定义文件
- **models/**: 数据库表定义Excel文件
- **script/**: 权限和脚本配置
- **wwwroot/**: 前端界面和API端点