Changelogο
All notable changes to AIECS will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]ο
Changedο
BREAKING: HybridAgent no longer supports ReAct text format (TOOL:/OPERATION:/PARAMETERS:, FINAL RESPONSE: finish). Use OpenAI-compatible Function Calling only. See docs/developer/DOMAIN_AGENT/REACT_TO_FUNCTION_CALLING_MIGRATION.md.
BREAKING: Removed react_format_enabled from AgentConfiguration.
HybridAgent tool loop aligned with Claude BetaToolRunner: append-only messages, no iteration labels, first user message = raw task only.
Callers (e.g., MasterController) MUST NOT append initial_act_prompt or Step 1/2 to task; move to system prompt if needed.
Planned (v3)ο
BREAKING (v3, E-11): Remove public
SkillCapableMixinAPI (attach_skills,get_skill_context,detach_all_skills). Skill attach, context injection, and detach will be SkillPlugin only. Seedocs/developer/DOMAIN_AGENT/PLUGIN_SYSTEM.mdΒ§SkillCapableMixin removal plan for caller inventory and migration checklist. Mixin deletion is a separate breaking PR after grep confirms no new direct callers.
Added (Phase 3+ extensions)ο
KnowledgePlugin(knowledge@builtin): PRE_TASK augment, PRE_MAIN_LOOP graph short-circuit, ON_ITERATION_START retrieval;KnowledgeAwareAgentdelegates to plugin kernel (E-01βE-07).CollaborationPlugin(collaboration@builtin): AGENT_INIT peer registry inplugin_state["collaboration.peers"]; optional BUILD_MESSAGES hint; no cross-agent orchestration (E-08).Knowledge parity golden fixtures:
knowledge_augment.yaml,knowledge_short_circuit.yaml.
[1.5.3] - 2024-01-XXο
Addedο
Comprehensive Sphinx documentation
Read the Docs integration
API reference documentation
User guides and tutorials
Changedο
Improved configuration management
Enhanced error handling
Updated dependencies
Fixedο
Various bug fixes and improvements
[1.5.2] - 2024-01-XXο
Addedο
New tool validation scripts
Enhanced type checking
Improved dependency management
Changedο
Updated LLM provider integrations
Improved performance
[1.5.1] - 2024-01-XXο
Addedο
Document processing tools
Web scraping capabilities
Data analysis tools
Changedο
Refactored core architecture
Improved async support
Fixedο
Database connection issues
Cache invalidation bugs
[1.5.0] - 2024-01-XXο
Addedο
Multi-provider LLM support
Agent system
Context management
Task orchestration
WebSocket support
Changedο
Major architecture refactoring
Renamed from βappβ to βaiecsβ
Updated project structure
[1.0.0] - 2023-XX-XXο
Addedο
Initial release
Basic FastAPI server
Celery task queue
PostgreSQL integration
Redis caching
Basic tool system
Note
For a complete list of changes, see the GitHub releases page.