-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:mediumImportant but not blockingImportant but not blockingtype:featureNew functionalityNew functionality
Milestone
Description
Summary
Verify that agent_kernel/__init__.py exports all public types and that imports work.
Must export at minimum
- Kernel
- All models (Capability, CapabilityRequest, CapabilityGrant, Principal, Frame, Handle, etc.)
- All enums (SafetyClass, SensitivityTag, ResponseMode)
- All errors
- CapabilityRegistry, DefaultPolicyEngine, HMACTokenProvider, StaticRouter
- InMemoryDriver, HTTPDriver
- Firewall, HandleStore, TraceStore
- Budgets
Acceptance criteria
-
from agent_kernel import Kernel, Capability, SafetyClass, ...works for all public types -
__version__is set to "0.1.0" -
__all__is defined and matches exports
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:mediumImportant but not blockingImportant but not blockingtype:featureNew functionalityNew functionality