feat(memory): define external adapter boundaries
This commit is contained in:
parent
0008b67b21
commit
c94efeb83d
6 changed files with 250 additions and 4 deletions
|
|
@ -116,7 +116,11 @@ from .ports import (
|
|||
BlobWriteResult,
|
||||
DirectorySourceConnector,
|
||||
FormatExtractor,
|
||||
MemoryAuditPublisher,
|
||||
MemoryGraphRepository,
|
||||
MemoryRuntimeAdapterCapability,
|
||||
MemoryRuntimeRegistry,
|
||||
MemorySemanticIndex,
|
||||
PolicyGateway,
|
||||
SourceConnector,
|
||||
)
|
||||
|
|
@ -271,6 +275,7 @@ __all__ = [
|
|||
"MetadataSchemaAssignment",
|
||||
"MetadataValidationIssue",
|
||||
"MetadataValueType",
|
||||
"MemoryAuditPublisher",
|
||||
"MemoryCompactionRequest",
|
||||
"MemoryEdgeRecord",
|
||||
"MemoryEventRecord",
|
||||
|
|
@ -292,7 +297,10 @@ __all__ = [
|
|||
"MemoryRetentionRequest",
|
||||
"MemoryRuntimeExportRequest",
|
||||
"MemoryRuntimeExportResult",
|
||||
"MemoryRuntimeAdapterCapability",
|
||||
"MemoryRuntimeRegistry",
|
||||
"MemoryRuntimeService",
|
||||
"MemorySemanticIndex",
|
||||
"MemorySourceSpan",
|
||||
"MemoryUpdatePlan",
|
||||
"MemoryUpdateRequest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue