Pretor/changelogs/CHANGELOG.md

15 lines
1001 B
Markdown
Raw 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.

# ChangeLog
---
## [v0.1.0Alpha] - 2026/4/28
### 更新:
#### 🚀 新增功能 (Added)
- **分布式 Actor 骨架**:基于 Ray 框架构建了多智能体协作底座,支持节点跨进程通讯与资源调度。
- **全局状态机 (GSM)**:实现了 `GlobalStateMachine` 模块,作为系统的“唯一真相来源”,管理所有 Individual、Skill 和 Provider 的注册信息。
- **核心认知节点**
- `SupervisoryNode`:负责任务拆解与分发。
- `ConsciousnessNode`:负责意图识别与语义理解。
- `ControlNode`:负责工作流状态监控与逻辑卡点。
- **异步工作流引擎**:实现 `WorkflowRunningEngine`,支持从数据库自动轮询并异步执行待办任务流。
- **自适应适配器**:集成 `Pydantic-AI`,并封装了统一的 `AbstractAgent` 协议,支持 OpenAI、Gemini 和 Claude 等多模型后端。
- **基础设施代理**:建立 `PostgresDatabase` Actor提供分布式的数据库连接池支持。