You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Module toggle** — `Registry`now supports `disable()`/`enable()` with `ModuleDisabledError` enforcement and event emission.
52
+
-**Module toggle** — APCore client now supports `disable()`/`enable()` for module toggling via `system.control.toggle_feature`, with `ModuleDisabledError` enforcement and event emission.
53
53
-**Version negotiation** — `negotiate_version()` for SDK/module version compatibility checking.
Schema-driven module development framework for AI-perceivable interfaces.
8
11
9
12
**apcore** provides a unified task orchestration framework with strict type safety, access control, middleware pipelines, and built-in observability. It enables you to define modules with structured input/output schemas that are easily consumed by LLMs and other automated systems.
@@ -24,6 +27,19 @@ Schema-driven module development framework for AI-perceivable interfaces.
24
27
-**Async task management** -- Background module execution with status tracking, cancellation, and concurrency limiting
0 commit comments