main: 增强工具功能与消息处理
- 添加 `FileReadTool`,支持文件内容读取与安全验证 - 引入 `hasToolMessages` 逻辑,优化工具历史上下文处理 - 修改工具选项逻辑,支持禁用工具时的动态调整 - 增加消息序列化逻辑,优化 Redis 序列管理与数据同步 - 扩展测试覆盖,验证序列化与工具调用场景 - 增强 Docker Compose 脚本,支持应用重置与日志清理 - 调整工具调用超时设置,提升运行时用户体验
This commit is contained in:
2
docker-compose.yml
Normal file → Executable file
2
docker-compose.yml
Normal file → Executable file
@@ -7,6 +7,7 @@ services:
|
||||
entrypoint: ["/app/docker/app/entrypoint.sh"]
|
||||
volumes:
|
||||
- ./:/app
|
||||
#- ../ars-front:/app-frontend
|
||||
environment:
|
||||
APP_ENV: local
|
||||
APP_DEBUG: "true"
|
||||
@@ -55,6 +56,7 @@ services:
|
||||
QUEUE_CONNECTION: redis
|
||||
volumes:
|
||||
- ./:/app
|
||||
#- ../ars-front:/app-frontend
|
||||
depends_on:
|
||||
- pgsql
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user