Updates all classes to use the new modular namespace convention. Adds Service/ layer with Core\Service\Agentic for service definition. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Core-Agentic - January 2026
Features Implemented
Agent Plans Admin UI (TASK-006)
Complete admin interface for managing agent work plans.
Components:
- Plan list with status filters
- Plan editor with phases
- Phase management (add, edit, reorder)
- Progress tracking
- Session viewer
Files:
View/Modal/Admin/PlanManager.phpView/Modal/Admin/PlanEditor.phpView/Modal/Admin/PhaseEditor.php
Session Recovery/Replay
Resume and replay agent sessions across context windows.
Methods:
getReplayContext()- reconstruct session statecreateReplaySession()- spawn continuation session- Checkpoint and decision tracking
MCP Tool:
session_replay- replay tool for agents
Agent API Keys
Scoped API keys for agent authentication.
Features:
- Key generation with prefixes
- Scope restrictions
- Usage tracking
- IP restrictions
Files:
Models/AgentApiKey.phpServices/AgentApiKeyService.phpServices/IpRestrictionService.php
MCP Usage Quotas
Per-workspace usage limits for MCP operations.
Files:
Models/McpUsageQuota.phpServices/McpQuotaService.php- Quota middleware
- Entitlement feature integration
Plan Templates
Reusable plan templates for common workflows.
Files:
Services/PlanTemplateService.php- Template MCP tools