Uses of Interface
dyntabs.ai.activity.ActivityStore
Packages that use ActivityStore
-
Uses of ActivityStore in dyntabs.ai.activity
Classes in dyntabs.ai.activity that implement ActivityStoreModifier and TypeClassDescriptionclassThe defaultActivityStore: a process-local, bounded, per-session ring-buffer that keeps only the most recent slice of activity and forgets everything when the process stops.Methods in dyntabs.ai.activity with parameters of type ActivityStoreModifier and TypeMethodDescriptionstatic ActivityContext.BuilderActivityContext.of(ActivityStore store) Start building a context bound to the given store.